get Broker Authentication
suspend fun getBrokerAuthentication(argument: GetBrokerAuthenticationPlainArgs): GetBrokerAuthenticationResult
Get a BrokerAuthenticationResource Uses Azure REST API version 2023-10-04-preview.
Return
MQ broker/authentication resource
Parameters
argument
null
suspend fun getBrokerAuthentication(authenticationName: String, brokerName: String, mqName: String, resourceGroupName: String): GetBrokerAuthenticationResult
Return
MQ broker/authentication resource
Parameters
authentication Name
Name of MQ broker/authentication resource
broker Name
Name of MQ broker resource
mq Name
Name of MQ resource
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getBrokerAuthentication(argument: suspend GetBrokerAuthenticationPlainArgsBuilder.() -> Unit): GetBrokerAuthenticationResult
Return
MQ broker/authentication resource
Parameters
argument
Builder for com.pulumi.azurenative.iotoperationsmq.kotlin.inputs.GetBrokerAuthenticationPlainArgs.