RoleAssignment Interface
Implements
public interface RoleAssignment
extends Indexable, HasInnerModel<RoleAssignmentInner>, HasId, HasName, HasManager<AuthorizationManager>
An immutable client-side representation of an Azure AD role assignment.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
condition()
Gets the condition. |
abstract String |
description()
Gets the description. |
abstract String |
principalId()
Gets the principal ID. |
abstract String |
roleDefinitionId()
Gets the role definition ID. |
abstract String |
scope()
Gets the role assignment scope. |
Method Details
condition
public abstract String condition()
Gets the condition.
This is a preview feature.
Returns:
description
public abstract String description()
Gets the description.
Returns:
principalId
public abstract String principalId()
Gets the principal ID.
Returns:
roleDefinitionId
public abstract String roleDefinitionId()
Gets the role definition ID.
Returns:
scope
public abstract String scope()
Gets the role assignment scope.
Returns:
Applies to
Azure SDK for Java