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