Enum PermissionAccessType
Namespace: Varigence.Languages.Biml.Principal
Assembly: Biml.dll
C#
public enum PermissionAccessType
Fields
| Fields | Description |
|---|---|
| None | Specifies that the principal will have no access. |
| Read | Specifies that the principal will have read access to the asset. |
| ReadWrite | Specifies that the principal will have read and write access to the asset. |