RoleAssignment Interface
public interface RoleAssignment extends Indexable,HasInner,HasId,HasName,HasManager
An immutable client-side representation of an Azure AD role assignment.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | principalId() |
String | roleDefinitionId() |
String | scope() |
Inherited Members
Method Details
principalId
public String principalId()
Returns:
the principal ID
roleDefinitionId
public String roleDefinitionId()
Returns:
the role definition ID
scope
public String scope()
Returns:
the role assignment scope
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java