getPolicyDefinitionVersion

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

Return

The ID of the policy definition version.

Parameters

argument

null


suspend fun getPolicyDefinitionVersion(policyDefinitionName: String, policyDefinitionVersion: String): GetPolicyDefinitionVersionResult

Return

The ID of the policy definition version.

Parameters

policyDefinitionName

The name of the policy definition.

policyDefinitionVersion

The policy 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

See also


Return

The ID of the policy definition version.

Parameters

argument

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

See also