Show / Hide Table of Contents

Class ObjectAccessControl

Represents an access control entry on an object.

Inheritance
object
ObjectAccessControl
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 ObjectAccessControl : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entity

Required. The entity holding the permission, in one of the following forms: * allUsers * allAuthenticatedUsers

Declaration
[JsonProperty("entity")]
public virtual string Entity { get; set; }
Property Value
Type Description
string

Role

Required. The role to grant. Acceptable values are: * READER - gives read access to the object. * OWNER

  • gives owner access to the object.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX