Enumeration: PermissionAccess
Defined in: model/permissionAccess.ts:13
Specifies the level of permission the application has. Possible values are:
full
- Unrestricted access to objects within the bucket.read_only
- Read only access to the objects within the bucket. Modification and deletion of objects is not allowed.
Enumeration Members
Full
Full:
"full"
Defined in: model/permissionAccess.ts:14
Read
Read:
"read"
Defined in: model/permissionAccess.ts:15