get Role Assignment Artifact
suspend fun getRoleAssignmentArtifact(argument: GetRoleAssignmentArtifactPlainArgs): GetRoleAssignmentArtifactResult
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
artifact Name
Name of the blueprint artifact.
blueprint Name
Name of the blueprint definition.
resource Scope
The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').
See also
suspend fun getRoleAssignmentArtifact(argument: suspend GetRoleAssignmentArtifactPlainArgsBuilder.() -> Unit): GetRoleAssignmentArtifactResult
Return
Blueprint artifact that applies a Role assignment.
Parameters
argument
Builder for com.pulumi.azurenative.blueprint.kotlin.inputs.GetRoleAssignmentArtifactPlainArgs.