Properties of a Trust.
Package
@google-cloud/managed-identities!Properties
createTime
createTime?: (google.protobuf.ITimestamp|null);
Trust createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
lastTrustHeartbeatTime
lastTrustHeartbeatTime?: (google.protobuf.ITimestamp|null);
Trust lastTrustHeartbeatTime
Type | Description |
(google.protobuf.ITimestamp|null) |
selectiveAuthentication
selectiveAuthentication?: (boolean|null);
Trust selectiveAuthentication
Type | Description |
(boolean|null) |
state
state?: (google.cloud.managedidentities.v1.Trust.State|keyof typeof google.cloud.managedidentities.v1.Trust.State|null);
Trust state
Type | Description |
(google.cloud.managedidentities.v1.Trust.State|keyof typeof google.cloud.managedidentities.v1.Trust.State|null) |
stateDescription
stateDescription?: (string|null);
Trust stateDescription
Type | Description |
(string|null) |
targetDnsIpAddresses
targetDnsIpAddresses?: (string[]|null);
Trust targetDnsIpAddresses
Type | Description |
(string[]|null) |
targetDomainName
targetDomainName?: (string|null);
Trust targetDomainName
Type | Description |
(string|null) |
trustDirection
trustDirection?: (google.cloud.managedidentities.v1.Trust.TrustDirection|keyof typeof google.cloud.managedidentities.v1.Trust.TrustDirection|null);
Trust trustDirection
Type | Description |
(google.cloud.managedidentities.v1.Trust.TrustDirection|keyof typeof google.cloud.managedidentities.v1.Trust.TrustDirection|null) |
trustHandshakeSecret
trustHandshakeSecret?: (string|null);
Trust trustHandshakeSecret
Type | Description |
(string|null) |
trustType
trustType?: (google.cloud.managedidentities.v1.Trust.TrustType|keyof typeof google.cloud.managedidentities.v1.Trust.TrustType|null);
Trust trustType
Type | Description |
(google.cloud.managedidentities.v1.Trust.TrustType|keyof typeof google.cloud.managedidentities.v1.Trust.TrustType|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
Trust updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |