Endpoint Authentication Response
data class EndpointAuthenticationResponse(val aadTenantID: String? = null, val principalID: String? = null, val principalType: String? = null)
Service endpoints authentication details.
Service endpoints authentication details.