PrivilegeTraits Enumeration |
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [FlagsAttribute]
public enum PrivilegeTraits
<FlagsAttribute>
Public Enumeration PrivilegeTraits
[FlagsAttribute]
public enum class PrivilegeTraits
[<FlagsAttribute>]
type PrivilegeTraits
Members
| Member name | Value | Description |
---|
| None | 0 | Specifies to privilege traits. |
| GrantedToStandardUsersByDefault | 1 |
Specifies that the privilege should be granted to the Standard Users group by default.
Only applies to application privileges.
|
| GrantedToPowerUsersByDefault | 2 |
Specifies that the privilege should be granted to the Power Users group by default.
Only applies to application privileges.
|
| GrantedToDevelopersByDefault | 4 |
Specifies that the privilege should be granted to the Developers group by default.
Only applies to application privileges.
|
| ModifiesData | 8 |
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.
|
| GrantedToEveryoneByDefault | 7 |
Specifies that the privilege should be granted to the Everyone group by default.
Only applies to application privileges.
|
See Also