Class ClusterAclPolicyAttachment
ClusterAclPolicyAttachment stores the ACL policy status for an attached cluster for the revisions successfully applied, under application or failed.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class ClusterAclPolicyAttachment : IDirectResponseSchema
Properties
AclPolicyRevisionStatuses
Output only. A list of status for various revisions of this ACL policy on the cluster.
Declaration
[JsonProperty("aclPolicyRevisionStatuses")]
public virtual IList<AclPolicyRevisionStatus> AclPolicyRevisionStatuses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AclPolicyRevisionStatus> |
Cluster
Output only. The resource name of the attached Cluster. Format: "projects/{project}/locations/{location}/clusters/{cluster}"
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |