getPolicyAssignmentArtifact

Get a blueprint artifact. API Version: 2018-11-01-preview.

Return

Blueprint artifact that applies a Policy assignment.

Parameters

argument

null


suspend fun getPolicyAssignmentArtifact(artifactName: String, blueprintName: String, resourceScope: String): GetPolicyAssignmentArtifactResult

Return

Blueprint artifact that applies a Policy assignment.

Parameters

artifactName

Name of the blueprint artifact.

blueprintName

Name of the blueprint definition.

resourceScope

The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').

See also


Return

Blueprint artifact that applies a Policy assignment.

Parameters

argument

Builder for com.pulumi.azurenative.blueprint.kotlin.inputs.GetPolicyAssignmentArtifactPlainArgs.

See also