getPolicySetDefinition

This operation retrieves the policy set definition in the given subscription with the given name. Uses Azure REST API version 2021-06-01. Other available API versions: 2019-06-01, 2023-04-01, 2024-05-01, 2025-01-01, 2025-03-01.

Return

The policy set definition.

Parameters

argument

null


suspend fun getPolicySetDefinition(policySetDefinitionName: String): GetPolicySetDefinitionResult

Return

The policy set definition.

Parameters

policySetDefinitionName

The name of the policy set definition to get.

See also


Return

The policy set definition.

Parameters

argument

Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetPolicySetDefinitionPlainArgs.

See also