getSecurityUserRule

Gets a security user rule. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-05-01.

Return

Network security user rule.

Parameters

argument

null


suspend fun getSecurityUserRule(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String, ruleName: String): GetSecurityUserRuleResult

Return

Network security user rule.

Parameters

configurationName

The name of the network manager Security Configuration.

networkManagerName

The name of the network manager.

resourceGroupName

The name of the resource group. The name is case insensitive.

ruleCollectionName

The name of the network manager security Configuration rule collection.

ruleName

The name of the rule.

See also


Return

Network security user rule.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetSecurityUserRulePlainArgs.

See also