Get Role Assignment Artifact Result
data class GetRoleAssignmentArtifactResult(val azureApiVersion: String, val dependsOn: List<String>? = null, val description: String? = null, val displayName: String? = null, val id: String, val kind: String, val name: String, val principalIds: Any, val resourceGroup: String? = null, val roleDefinitionId: String, val type: String)
Blueprint artifact that applies a Role assignment.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Multi-line explain this resource.
Link copied to clipboard
One-liner string explain this resource.
Link copied to clipboard
Array of user or group identities in Azure Active Directory. The roleDefinition will apply to each identity.
Link copied to clipboard
RoleAssignment will be scope to this resourceGroup. If empty, it scopes to the subscription.
Link copied to clipboard
Azure resource ID of the RoleDefinition.