getRoleAssignmentArtifact

Get a blueprint artifact. Uses Azure REST API version 2018-11-01-preview.

Return

Blueprint artifact that applies a Role assignment.

Parameters

argument

null


suspend fun getRoleAssignmentArtifact(artifactName: String, blueprintName: String, resourceScope: String): GetRoleAssignmentArtifactResult

Return

Blueprint artifact that applies a Role 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 Role assignment.

Parameters

argument

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

See also