Enum PermissionActionType
Namespace: Varigence.Languages.Biml
Assembly: Biml.dll
C#
public enum PermissionActionType
Fields
Fields | Description |
---|---|
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. |