getPolicySetDefinitionVersion

This operation retrieves the policy set definition version in the given subscription with the given name and version. Azure REST API version: 2023-04-01.

Return

The policy set definition version.

Parameters

argument

null


suspend fun getPolicySetDefinitionVersion(policyDefinitionVersion: String, policySetDefinitionName: String): GetPolicySetDefinitionVersionResult

Return

The policy set definition version.

Parameters

policyDefinitionVersion

The policy set definition version. The format is x.y.z where x is the major version number, y is the minor version number, and z is the patch number

policySetDefinitionName

The name of the policy set definition.

See also


Return

The policy set definition version.

Parameters

argument

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

See also