get Security User Rule Collection
suspend fun getSecurityUserRuleCollection(argument: GetSecurityUserRuleCollectionPlainArgs): GetSecurityUserRuleCollectionResult
Gets a network manager security user configuration rule collection. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-05-01.
Return
Defines the security user rule collection.
Parameters
argument
null
suspend fun getSecurityUserRuleCollection(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String): GetSecurityUserRuleCollectionResult
Return
Defines the security user rule collection.
Parameters
configuration Name
The name of the network manager Security Configuration.
network Manager Name
The name of the network manager.
resource Group Name
The name of the resource group. The name is case insensitive.
rule Collection Name
The name of the network manager security Configuration rule collection.
See also
suspend fun getSecurityUserRuleCollection(argument: suspend GetSecurityUserRuleCollectionPlainArgsBuilder.() -> Unit): GetSecurityUserRuleCollectionResult
Return
Defines the security user rule collection.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetSecurityUserRuleCollectionPlainArgs.