Trust Response
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.