Google Cloud Storage · Schema
ObjectAccessControl
An access-control entry for an object.
ArchivalBackupBlob StorageCloud StorageDataFile StorageGoogle CloudObject StorageStorage
Properties
| Name | Type | Description |
|---|---|---|
| kind | string | The kind of item this is. |
| id | string | The ID of the access-control entry. |
| selfLink | string | The link to this access-control entry. |
| bucket | string | The name of the bucket. |
| object | string | The name of the object. |
| generation | string | The content generation of the object. |
| entity | string | The entity holding the permission, in one of the following forms: user-userId, user-email, group-groupId, group-email, domain-domain, project-team-projectId, allUsers, or allAuthenticatedUsers. |
| role | string | The access permission for the entity. |
| string | The email address associated with the entity, if any. | |
| domain | string | The domain associated with the entity, if any. |
| entityId | string | The ID for the entity, if any. |
| etag | string | HTTP 1.1 Entity tag for the access-control entry. |
| projectTeam | object | The project team associated with the entity, if any. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ObjectAccessControl",
"type": "object",
"description": "An access-control entry for an object.",
"properties": {
"kind": {
"type": "string",
"description": "The kind of item this is."
},
"id": {
"type": "string",
"description": "The ID of the access-control entry."
},
"selfLink": {
"type": "string",
"description": "The link to this access-control entry."
},
"bucket": {
"type": "string",
"description": "The name of the bucket."
},
"object": {
"type": "string",
"description": "The name of the object."
},
"generation": {
"type": "string",
"description": "The content generation of the object."
},
"entity": {
"type": "string",
"description": "The entity holding the permission, in one of the following forms: user-userId, user-email, group-groupId, group-email, domain-domain, project-team-projectId, allUsers, or allAuthenticatedUsers."
},
"role": {
"type": "string",
"description": "The access permission for the entity."
},
"email": {
"type": "string",
"description": "The email address associated with the entity, if any."
},
"domain": {
"type": "string",
"description": "The domain associated with the entity, if any."
},
"entityId": {
"type": "string",
"description": "The ID for the entity, if any."
},
"etag": {
"type": "string",
"description": "HTTP 1.1 Entity tag for the access-control entry."
},
"projectTeam": {
"type": "object",
"description": "The project team associated with the entity, if any."
}
}
}