Show / Hide Table of Contents

Class AclPolicy

The ACL policy resource.

Inheritance
object
AclPolicy
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX