Privilege |
| 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. |
| GrantedToEveryoneByDefault | 7 | Specifies that the privilege should be granted to the Everyone 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. |