PrivilegeType EnumType

Describes the type of operation for the privilege

Members

Members define the discrete options for the enumeration type.

Name Value Description
None 0 Specifies no privilege.
Create 1 The create privilege.
Read 2 The read privilege.
Write 3 The write privilege.
Delete 4 The delete privilege.
Assign 5 The assign privilege.
Share 6 The share privilege.
Append 7 The append privilege.
AppendTo 8 The append to privilege.

Used by

The following use the PrivilegeType EnumType.

Name How used
SecurityPrivilegeMetadata PrivilegeType Property

See also