Class AccessControlsUpdates
Represents updates to existing access-control entries on an object.
Implements
Inherited Members
Namespace: Google.Apis.StorageBatchOperations.v1.Data
Assembly: Google.Apis.StorageBatchOperations.v1.dll
Syntax
public class AccessControlsUpdates : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Grants
Optional. Grants to add or update. If a grant for same entity exists, its role is updated.
Declaration
[JsonProperty("grants")]
public virtual IList<ObjectAccessControl> Grants { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ObjectAccessControl> |
RemoveEntities
Optional. Entities for which all grants should be removed. An entity can't be in both grants and
remove_entities.
Declaration
[JsonProperty("removeEntities")]
public virtual IList<string> RemoveEntities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |