Share via


ArmBuiltInRole Struct

Definition

Built-in Arm roles that you can assign to users, groups, service principals, and managed identities.

public readonly struct ArmBuiltInRole : IEquatable<Azure.Provisioning.Resources.ArmBuiltInRole>
type ArmBuiltInRole = struct
Public Structure ArmBuiltInRole
Implements IEquatable(Of ArmBuiltInRole)
Inheritance
ArmBuiltInRole
Implements

Constructors

ArmBuiltInRole(String)

Built-in Arm roles that you can assign to users, groups, service principals, and managed identities.

Properties

Contributor

Grants full access to manage all resources, but does not allow you to assign roles in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.

ManagedIdentityContributor

Create, Read, Update, and Delete User Assigned Identity

ManagedIdentityOperator

Read and Assign User Assigned Identity

Owner

Grants full access to manage all resources, including the ability to assign roles in Azure RBAC.

Reader

View all resources, but does not allow you to make any changes.

RoleBasedAccessControlAdministrator

Manage access to Azure resources by assigning roles using Azure RBAC. This role does not allow you to manage access using other ways, such as Azure Policy.

UserAccessAdministrator

Lets you manage user access to Azure resources.

Methods

Equals(ArmBuiltInRole)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ArmBuiltInRole, ArmBuiltInRole)

Determines if two ArmBuiltInRole values are the same.

Implicit(String to ArmBuiltInRole)

Converts a string to a ArmBuiltInRole.

Inequality(ArmBuiltInRole, ArmBuiltInRole)

Determines if two ArmBuiltInRole values are different.

Applies to