Class ObjectAccessControl
Represents an access control entry on an object.
Implements
Inherited Members
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 |