Share via


IAddRoleAssignmentsContext Interface

Definition

Context for adding role assignments to an Azure resource.

public interface IAddRoleAssignmentsContext
type IAddRoleAssignmentsContext = interface
Public Interface IAddRoleAssignmentsContext

Properties

Infrastructure

Gets the Azure resource infrastructure to add the role assignments into.

PrincipalId

Gets the principal ID to use in the role assignment.

PrincipalName

Gets the principal name to use in the role assignment.

PrincipalType

Gets the principal type to use in the role assignment.

Roles

Gets the roles to be assigned.

Applies to