Show / Hide Table of Contents

Class AccessControlsUpdates

Represents updates to existing access-control entries on an object.

Inheritance
object
AccessControlsUpdates
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX