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.
Namespace
Google.Cloud.ManagedIdentities.V1Assembly
Google.Cloud.ManagedIdentities.V1.dll
Constructors
Trust()
public Trust()
Trust(Trust)
public Trust(Trust other)
Parameter | |
---|---|
Name | Description |
other | Trust |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the instance was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
LastTrustHeartbeatTime
public Timestamp LastTrustHeartbeatTime { get; set; }
Output only. The last heartbeat time when the trust was known to be connected.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |
State
public Trust.Types.State State { get; set; }
Output only. The current state of the trust.
Property Value | |
---|---|
Type | Description |
Trust.Types.State |
StateDescription
public string StateDescription { get; set; }
Output only. Additional information about the current state of the trust, if available.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
TrustType
public Trust.Types.TrustType TrustType { get; set; }
Required. The type of trust represented by the trust resource.
Property Value | |
---|---|
Type | Description |
Trust.Types.TrustType |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The last update time.
Property Value | |
---|---|
Type | Description |
Timestamp |