Class Trust (2.2.0)

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

Represents a relationship between two domains. This allows a controller in one domain to authenticate a user in another domain.

Inheritance

Object > Trust

Namespace

Google.Cloud.ManagedIdentities.V1

Assembly

Google.Cloud.ManagedIdentities.V1.dll

Constructors

Trust()

public Trust()

Trust(Trust)

public Trust(Trust other)
Parameter
NameDescription
otherTrust

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the instance was created.

Property Value
TypeDescription
Timestamp

LastTrustHeartbeatTime

public Timestamp LastTrustHeartbeatTime { get; set; }

Output only. The last heartbeat time when the trust was known to be connected.

Property Value
TypeDescription
Timestamp

SelectiveAuthentication

public bool SelectiveAuthentication { get; set; }

Optional. The trust authentication type, which decides whether the trusted side has forest/domain wide access or selective access to an approved set of resources.

Property Value
TypeDescription
Boolean

State

public Trust.Types.State State { get; set; }

Output only. The current state of the trust.

Property Value
TypeDescription
Trust.Types.State

StateDescription

public string StateDescription { get; set; }

Output only. Additional information about the current state of the trust, if available.

Property Value
TypeDescription
String

TargetDnsIpAddresses

public RepeatedField<string> TargetDnsIpAddresses { get; }

Required. The target DNS server IP addresses which can resolve the remote domain involved in the trust.

Property Value
TypeDescription
RepeatedField<String>

TargetDomainName

public string TargetDomainName { get; set; }

Required. The fully qualified target domain name which will be in trust with the current domain.

Property Value
TypeDescription
String

TrustDirection

public Trust.Types.TrustDirection TrustDirection { get; set; }

Required. The trust direction, which decides if the current domain is trusted, trusting, or both.

Property Value
TypeDescription
Trust.Types.TrustDirection

TrustHandshakeSecret

public string TrustHandshakeSecret { get; set; }

Required. The trust secret used for the handshake with the target domain. This will not be stored.

Property Value
TypeDescription
String

TrustType

public Trust.Types.TrustType TrustType { get; set; }

Required. The type of trust represented by the trust resource.

Property Value
TypeDescription
Trust.Types.TrustType

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The last update time.

Property Value
TypeDescription
Timestamp