Enum PermissionActionType
C#
public enum PermissionActionType
Fields
Deny | Specifies that the target permission should be denied from the principal. |
Grant | Specifies that the target permission should be granted to the principal. |
Revoke | Specifies that the previously granted or denied target permission should be revoked for this principal. |