Created
November 20, 2014 22:10
-
-
Save dhermes/2cbf4352146239e1aca1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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