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