get Namespace Authorization Rule
suspend fun getNamespaceAuthorizationRule(argument: GetNamespaceAuthorizationRulePlainArgs): GetNamespaceAuthorizationRuleResult
Authorization rule for a namespace by name. API Version: 2017-04-01.
Return
Description of a namespace authorization rule.
Parameters
argument
null
suspend fun getNamespaceAuthorizationRule(authorizationRuleName: String, namespaceName: String, resourceGroupName: String): GetNamespaceAuthorizationRuleResult
Return
Description of a namespace authorization rule.
Parameters
authorization Rule Name
The authorization rule name.
namespace Name
The namespace name
resource Group Name
Name of the Resource group within the Azure subscription.
See also
suspend fun getNamespaceAuthorizationRule(argument: suspend GetNamespaceAuthorizationRulePlainArgsBuilder.() -> Unit): GetNamespaceAuthorizationRuleResult
Return
Description of a namespace authorization rule.
Parameters
argument
Builder for com.pulumi.azurenative.relay.kotlin.inputs.GetNamespaceAuthorizationRulePlainArgs.