DefaultObjectAccessControls Stay organized with collections Save and categorize content based on your preferences.
The DefaultObjectAccessControls resources represent the Access Control Lists (ACLs) applied to a new object within Cloud Storage when no ACL was provided for that object. ACLs let you specify who has access to your data and to what extent.Important: The methods for this resource fail with a400 Bad Request response for buckets with uniform bucket-level access enabled. Usestorage.buckets.getIamPolicy andstorage.buckets.setIamPolicy to control access instead. There are two roles that can be assigned to an entity:
READERs canget an object, though theaclproperty will not be revealed.OWNERs areREADERs, and they can get theaclproperty,update an object, and call all objectAccessControls methods on the object.
READER andOWNER instead ofREAD andFULL_CONTROL.To try out the methods for this resource, seeMethods.
Resource representations
{ "kind": "storage#objectAccessControl", "entity":string, "role":string, "email":string, "entityId":string, "domain":string, "projectTeam": { "projectNumber":string, "team":string }, "etag":string}| Property name | Value | Description | Notes |
|---|---|---|---|
domain | string | The domain associated with the entity, if any. | |
email | string | The email address associated with the entity, if any. | |
entity | string | The entity holding the permission, in one of the following forms:
| writable |
entityId | string | The ID for the entity, if any. | |
etag | string | HTTP 1.1Entity tag for the access-control entry. | |
kind | string | The kind of item this is. For object access control entries, this is alwaysstorage#objectAccessControl. | |
projectTeam | object | The project team associated with the entity, if any. | |
projectTeam.projectNumber | string | The project number. | |
projectTeam.team | string | The team. Acceptable values are:
| |
role | string | The access permission for the entity. Acceptable values are:
| writable |
Methods
Buckets in Cloud Storage have an optional default object Access Control List. The methods for working with a bucket's default object access controls are as follows:
- delete
- Permanently deletes the default object ACL entry for the specified entity on the specifiedbucket.
- get
- Returns the default object ACL entry for the specified entity on the specifiedbucket.
- insert
- Creates a new default object ACL entry on the specifiedbucket.
- list
- Retrieves default object ACL entries on the specifiedbucket.
- patch
- Updates a default object ACL entry on the specifiedbucket. This method supportspatch semantics.
- update
- Updates a default object ACL entry on the specifiedbucket.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.