RoleAssignmentFilter Class

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

public class RoleAssignmentFilter

Role Assignments filter.

Method Summary

Modifier and Type Method and Description
String principalId()

Get the principalId value.

RoleAssignmentFilter 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