Privilege Class |
Namespace: Dundas.BI.AccountServices
The Privilege type exposes the following members.
Name | Description | |
---|---|---|
CategoryName |
Gets the localized category name of the privilege.
| |
Description |
Gets the localized description of the privilege.
| |
DisplayName |
Gets the localized display name of the privilege.
| |
Id |
Gets the unique identifier of the privilege.
| |
IsGrantedToEveryoneByDefault |
Gets a value indicating whether the privilege should be granted to the Everyone group by default.
Only applies to application privileges.
| |
Name |
Gets the name of the privilege.
| |
Traits | Gets the privilege traits. | |
Visibility |
Gets the visibility of the privilege.
|
Note |
---|
Note about application privileges being granted by default: When the application database is initially created, or when an application privilege is registered which was previously unseen by the system, the appropriate groups are automatically granted any registered application privileges according to the traits of the privilege. If GrantedToEveryoneByDefault is specified, the privilege will be granted to the Everyone group. Otherwise, it will be granted only to the seat-specific groups corresponding to GrantedToStandardUsersByDefault, GrantedToPowerUsersByDefault, or GrantedToDevelopersByDefault. If none of the aforementioned traits are specified, nothing will be explicitly granted to any groups. |