public sealed class SqlAclEntry : IMessage<SqlAclEntry>, IEquatable<SqlAclEntry>, IDeepCloneable<SqlAclEntry>, IBufferMessage, IMessageAn entry for an Access Control list.
Implements
IMessage<SqlAclEntry>, IEquatable<SqlAclEntry>, IDeepCloneable<SqlAclEntry>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
SqlAclEntry()
public SqlAclEntry()SqlAclEntry(SqlAclEntry)
public SqlAclEntry(SqlAclEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
SqlAclEntry |
Properties
ExpirationCase
public SqlAclEntry.ExpirationOneofCase ExpirationCase { get; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
|
Label
public string Label { get; set; }A label to identify this entry.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Ttl
public Duration Ttl { get; set; }Input only. The time-to-leave of this access control entry.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
Value
public string Value { get; set; }The allowlisted value for the access control list.
| Property Value | |
|---|---|
| Type | Description |
String |
|