PrivilegeTraits Enumeration

Specifies attributes of a Privilege.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[FlagsAttribute]
public enum PrivilegeTraits
Members
  Member nameValueDescription
None0Specifies to privilege traits.
GrantedToStandardUsersByDefault1 Specifies that the privilege should be granted to the Standard Users group by default. Only applies to application privileges.
GrantedToPowerUsersByDefault2 Specifies that the privilege should be granted to the Power Users group by default. Only applies to application privileges.
GrantedToDevelopersByDefault4 Specifies that the privilege should be granted to the Developers group by default. Only applies to application privileges.
ModifiesData8 Specifies that those who are granted the privilege will be able to carry out some type of modification operation. In the case of an object privilege, it means they have some form of "write" access to the object.
GrantedToEveryoneByDefault7 Specifies that the privilege should be granted to the Everyone group by default. Only applies to application privileges.
See Also