Show / Hide Table of Contents

Class AclPolicyRevision

The ACL policy revision resource.

Inheritance
object
AclPolicyRevision
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 AclPolicyRevision : IDirectResponseSchema

Properties

AttachedClusters

Output only. A list of clusters that are attached to this ACL policy revision.

Declaration
[JsonProperty("attachedClusters")]
public virtual IList<string> AttachedClusters { get; set; }
Property Value
Type Description
IList<string>

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The timestamp that the revision was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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

Name

Identifier. The name of the ACL policy revision. Format: "projects/{project}/locations/{location}/aclPolicies/{acl_policy}/revisions/{revision}"

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

RevisionNumber

Output only. The revision number of the ACL policy revision.

Declaration
[JsonProperty("revisionNumber")]
public virtual long? RevisionNumber { get; set; }
Property Value
Type Description
long?

Snapshot

Output only. The snapshot of the ACL policy at the time of revision creation.

Declaration
[JsonProperty("snapshot")]
public virtual AclPolicy Snapshot { get; set; }
Property Value
Type Description
AclPolicy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX