Interface protos.google.cloud.managedidentities.v1beta1.ITrust (1.0.7)

Properties of a Trust.

Package

@google-cloud/managed-identities!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Trust createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

lastTrustHeartbeatTime

lastTrustHeartbeatTime?: (google.protobuf.ITimestamp|null);

Trust lastTrustHeartbeatTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

selectiveAuthentication

selectiveAuthentication?: (boolean|null);

Trust selectiveAuthentication

Property Value
TypeDescription
(boolean|null)

state

state?: (google.cloud.managedidentities.v1beta1.Trust.State|keyof typeof google.cloud.managedidentities.v1beta1.Trust.State|null);

Trust state

Property Value
TypeDescription
(google.cloud.managedidentities.v1beta1.Trust.State|keyof typeof google.cloud.managedidentities.v1beta1.Trust.State|null)

stateDescription

stateDescription?: (string|null);

Trust stateDescription

Property Value
TypeDescription
(string|null)

targetDnsIpAddresses

targetDnsIpAddresses?: (string[]|null);

Trust targetDnsIpAddresses

Property Value
TypeDescription
(string[]|null)

targetDomainName

targetDomainName?: (string|null);

Trust targetDomainName

Property Value
TypeDescription
(string|null)

trustDirection

trustDirection?: (google.cloud.managedidentities.v1beta1.Trust.TrustDirection|keyof typeof google.cloud.managedidentities.v1beta1.Trust.TrustDirection|null);

Trust trustDirection

Property Value
TypeDescription
(google.cloud.managedidentities.v1beta1.Trust.TrustDirection|keyof typeof google.cloud.managedidentities.v1beta1.Trust.TrustDirection|null)

trustHandshakeSecret

trustHandshakeSecret?: (string|null);

Trust trustHandshakeSecret

Property Value
TypeDescription
(string|null)

trustType

trustType?: (google.cloud.managedidentities.v1beta1.Trust.TrustType|keyof typeof google.cloud.managedidentities.v1beta1.Trust.TrustType|null);

Trust trustType

Property Value
TypeDescription
(google.cloud.managedidentities.v1beta1.Trust.TrustType|keyof typeof google.cloud.managedidentities.v1beta1.Trust.TrustType|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Trust updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)