/b/{bucket}/o/{object}/acl/{entity}
GET
/b/{bucket}/o/{object}/acl/{entity}
objectAccessControls
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://storage.googleapis.com/storage/v1beta2/b//o//acl/'
Response Response Example
{
"bucket": "string",
"domain": "string",
"email": "string",
"entity": "string",
"entityId": "string",
"etag": "string",
"generation": "string",
"id": "string",
"kind": "storage#objectAccessControl",
"object": "string",
"role": "string",
"selfLink": "string"
}
Request
Path Params
bucket
string
required
object
string
required
entity
string
required
Query Params
generation
string
optional
Responses
Modified at 2023-08-15 08:12:16