PermissionActionType Enumeration
The PermissionActionType enumeration provides a list of the different actions that can be applied to a permission for a given principal.
Enumeration Values
Name | Summary |
---|---|
Grant | Specifies that the target permission should be granted to the principal. |
Deny | Specifies that the target permission should be denied from the principal. |
Revoke | Specifies that the previously granted or denied target permission should be revoked for this principal. |