Class GoogleCloudContentwarehouseV1AccessControlAction
Represents the action responsible for access control list management operations.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1AccessControlAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OperationType
Identifies the type of operation.
Declaration
[JsonProperty("operationType")]
public virtual string OperationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Policy
Represents the new policy from which bindings are added, removed or replaced based on the type of the operation. the policy is limited to a few 10s of KB.
Declaration
[JsonProperty("policy")]
public virtual GoogleIamV1Policy Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleIamV1Policy |