get Broker Authentication
suspend fun getBrokerAuthentication(argument: GetBrokerAuthenticationPlainArgs): GetBrokerAuthenticationResult
Get a BrokerAuthenticationResource Uses Azure REST API version 2024-07-01-preview. Other available API versions: 2024-08-15-preview, 2024-09-15-preview, 2024-11-01, 2025-04-01.
Return
Instance broker authentication resource
Parameters
argument
null
suspend fun getBrokerAuthentication(authenticationName: String, brokerName: String, instanceName: String, resourceGroupName: String): GetBrokerAuthenticationResult
Return
Instance broker authentication resource
Parameters
authentication Name
Name of Instance broker authentication resource
broker Name
Name of broker.
instance Name
Name of instance.
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
Instance broker authentication resource
Parameters
argument
Builder for com.pulumi.azurenative.iotoperations.kotlin.inputs.GetBrokerAuthenticationPlainArgs.