Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1AccessControlAction

Represents the action responsible for access control list management operations.

Inheritance
object
GoogleCloudContentwarehouseV1AccessControlAction
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX