RoleAssignmentFilter Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. RoleAssignmentFilter
- com.
public class RoleAssignmentFilter
Role Assignments filter.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
principalId()
Get the principalId value. |
Role |
withPrincipalId(String principalId)
Set the principalId value. |
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.
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