Class RoleAssignmentFilter

java.lang.Object
com.microsoft.azure.management.graphrbac.RoleAssignmentFilter

public class RoleAssignmentFilter extends Object
Role Assignments filter.
  • Constructor Details

    • RoleAssignmentFilter

      public RoleAssignmentFilter()
  • Method Details

    • principalId

      public String principalId()
      Get the principalId value.
      Returns:
      the principalId value
    • withPrincipalId

      public RoleAssignmentFilter withPrincipalId(String principalId)
      Set the principalId value.
      Parameters:
      principalId - the principalId value to set
      Returns:
      the RoleAssignmentFilter object itself.
    • canDelegate

      public Boolean canDelegate()
      Get the canDelegate value.
      Returns:
      the canDelegate value
    • withCanDelegate

      public RoleAssignmentFilter withCanDelegate(Boolean canDelegate)
      Set the canDelegate value.
      Parameters:
      canDelegate - the canDelegate value to set
      Returns:
      the RoleAssignmentFilter object itself.