Represents access metadata for an object.
| JSON representation |
|---|
{
"ownerPrincipal": string,
"accessType": enum ( |
| Fields | |
|---|---|
ownerPrincipal |
Output only. The IAM principal of the owner of the object. The supported formats are: * |
accessType |
Output only. The type of access. |
AccessType
AccessType of the object.
| Enums | |
|---|---|
ACCESS_TYPE_UNSPECIFIED |
Default unspecified. |
PRIVATE |
Indicates the object is accessible only by the owner. |
PUBLIC |
Indicates the object is broadly public. |
SHARED |
Indicates the object has granular access configured, but not accessible by public. |