Get Broker Authorization Result
    data class GetBrokerAuthorizationResult(val authorizationPolicies: AuthorizationConfigResponse, val extendedLocation: ExtendedLocationPropertyResponse, val id: String, val listenerRef: List<String>, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
MQ broker/authorization resource
Constructors
Link copied to clipboard
                fun GetBrokerAuthorizationResult(authorizationPolicies: AuthorizationConfigResponse, extendedLocation: ExtendedLocationPropertyResponse, id: String, listenerRef: List<String>, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)