Skip to content

Instantly share code, notes, and snippets.

@dhermes
Created November 20, 2014 22:10
Show Gist options
  • Select an option

  • Save dhermes/2cbf4352146239e1aca1 to your computer and use it in GitHub Desktop.

Select an option

Save dhermes/2cbf4352146239e1aca1 to your computer and use it in GitHub Desktop.
# From https://www.googleapis.com/discovery/v1/apis/storage/v1/rest
"BucketAccessControls": {
"id": "BucketAccessControls",
"type": "object",
"description": "An access-control list.",
"properties": {
"items": {
"type": "array",
"description": "The list of items.",
"items": {
"$ref": "BucketAccessControl"
}
},
"kind": {
"type": "string",
"description": "The kind of item this is. For lists of bucket access control entries, this is always storage#bucketAccessControls.",
"default": "storage#bucketAccessControls"
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment