TrustResponse

data class TrustResponse(val createTime: String, val lastTrustHeartbeatTime: String, val selectiveAuthentication: Boolean, val state: String, val stateDescription: String, val targetDnsIpAddresses: List<String>, val targetDomainName: String, val trustDirection: String, val trustHandshakeSecret: String, val trustType: String, val updateTime: String)

Represents a relationship between two domains. This allows a controller in one domain to authenticate a user in another domain. If the trust is being changed, it will be placed into the UPDATING state, which indicates that the resource is being reconciled. At this point, Get will reflect an intermediate state.

Constructors

Link copied to clipboard
fun TrustResponse(createTime: String, lastTrustHeartbeatTime: String, selectiveAuthentication: Boolean, state: String, stateDescription: String, targetDnsIpAddresses: List<String>, targetDomainName: String, trustDirection: String, trustHandshakeSecret: String, trustType: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the instance was created.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The current state of the trust.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The type of trust represented by the trust resource.

Link copied to clipboard

The last update time.