IAddRoleAssignmentsContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |