Class RoleAssignmentFilter
java.lang.Object
com.microsoft.azure.management.graphrbac.RoleAssignmentFilter
Role Assignments filter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the canDelegate value.Get the principalId value.withCanDelegate
(Boolean canDelegate) Set the canDelegate value.withPrincipalId
(String principalId) Set the principalId value.
-
Constructor Details
-
RoleAssignmentFilter
public RoleAssignmentFilter()
-
-
Method Details
-
principalId
Get the principalId value.- Returns:
- the principalId value
-
withPrincipalId
Set the principalId value.- Parameters:
principalId
- the principalId value to set- Returns:
- the RoleAssignmentFilter object itself.
-
canDelegate
Get the canDelegate value.- Returns:
- the canDelegate value
-
withCanDelegate
Set the canDelegate value.- Parameters:
canDelegate
- the canDelegate value to set- Returns:
- the RoleAssignmentFilter object itself.
-