Class SqlAclEntry (2.0.0)

public sealed class SqlAclEntry : IMessage<SqlAclEntry>, IEquatable<SqlAclEntry>, IDeepCloneable<SqlAclEntry>, IBufferMessage, IMessage

An entry for an Access Control list.

Inheritance

Object > SqlAclEntry

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SqlAclEntry()

public SqlAclEntry()

SqlAclEntry(SqlAclEntry)

public SqlAclEntry(SqlAclEntry other)
Parameter
NameDescription
otherSqlAclEntry

Properties

ExpirationCase

public SqlAclEntry.ExpirationOneofCase ExpirationCase { get; }
Property Value
TypeDescription
SqlAclEntry.ExpirationOneofCase

ExpireTime

public Timestamp ExpireTime { get; set; }

The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

Property Value
TypeDescription
Timestamp

Label

public string Label { get; set; }

A label to identify this entry.

Property Value
TypeDescription
String

Ttl

public Duration Ttl { get; set; }

Input only. The time-to-leave of this access control entry.

Property Value
TypeDescription
Duration

Value

public string Value { get; set; }

The allowlisted value for the access control list.

Property Value
TypeDescription
String