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.