Get Broker Authorization Result
data class GetBrokerAuthorizationResult(val extendedLocation: ExtendedLocationResponse, val id: String, val name: String, val properties: BrokerAuthorizationPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Instance broker authorizations resource
Constructors
Link copied to clipboard
constructor(extendedLocation: ExtendedLocationResponse, id: String, name: String, properties: BrokerAuthorizationPropertiesResponse, systemData: SystemDataResponse, type: String)