Interface RoleAssignment
-
- All Superinterfaces:
HasId
,HasInnerModel<RoleAssignmentInner>
,HasManager<AuthorizationManager>
,HasName
,Indexable
public interface RoleAssignment extends Indexable, HasInnerModel<RoleAssignmentInner>, HasId, HasName, HasManager<AuthorizationManager>
An immutable client-side representation of an Azure AD role assignment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RoleAssignment.Definition
Container interface for all the definitions that need to be implemented.static interface
RoleAssignment.DefinitionStages
Grouping of all the role assignment definition stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
condition()
String
principalId()
String
roleDefinitionId()
String
scope()
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
-