SetPrivilegesOptions Class

The data contract class for specifying how to set privileges on a file system entry.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsSetPrivilegesOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class SetPrivilegesOptions

The SetPrivilegesOptions type exposes the following members.

Constructors
  NameDescription
Public methodSetPrivilegesOptions
Initializes a new instance of the SetPrivilegesOptions class
Top
Properties
  NameDescription
Public propertyPrivilegeAssignments
Gets or sets the privilege assignments.
Public propertyPrivilegeInheritanceBehavior
Gets or sets the privilege inheritance behavior.
Public propertyPrivilegePropagationBehavior
Gets or sets the privilege propagation behavior.
Top
See Also