Enum PermissionAccessType
C#
public enum PermissionAccessType
Fields
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. |