Class ResourceAccessControl
The access controls set on the resource.
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.v2.Data
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class ResourceAccessControl : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcpIamPolicy
The GCP IAM Policy to set on the resource.
Declaration
[JsonProperty("gcpIamPolicy")]
public virtual string GcpIamPolicy { get; set; }
Property Value
Type | Description |
---|---|
string |