Class AclPolicy
The ACL policy resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class AclPolicy : IDirectResponseSchema
Properties
ETag
Output only. Etag for the ACL policy.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. Full resource path of the ACL policy.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rules
Required. The ACL rules within the ACL policy.
Declaration
[JsonProperty("rules")]
public virtual IList<AclRule> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AclRule> |
State
Output only. The state of the ACL policy.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Output only. The version of the ACL policy. Used in drift resolution.
Declaration
[JsonProperty("version")]
public virtual long? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |