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
constructor(authorizationPolicies: AuthorizationConfigResponse, extendedLocation: ExtendedLocationPropertyResponse, id: String, listenerRef: List<String>, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The list of authorization policies supported by the Authorization Resource.
Link copied to clipboard
Extended Location
Link copied to clipboard
The array of listener Resources it supports.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.