Class EffectiveUserConfiguration
Effective user configuration (result of merging all configurations)
All values are resolved (no null), obtained from chain:
RedbServiceConfiguration -> Default User Config -> Role Config -> User Config
public class EffectiveUserConfiguration
Inheritance
Properties
AlwaysCheckPermissionsOnLoad
Always check permissions on load
public bool AlwaysCheckPermissionsOnLoad { get; set; }
AlwaysCheckPermissionsOnSave
Always check permissions on save
public bool AlwaysCheckPermissionsOnSave { get; set; }
EnableLazyLoadingForProps
Enable lazy loading for Props
public bool EnableLazyLoadingForProps { get; set; }
MaxRequestsPerMinute
Maximum number of requests per minute
public int? MaxRequestsPerMinute { get; set; }
Sources
List of configuration parameter sources
public List<ConfigurationSource> Sources { get; set; }