UserGetMemberGroupsParameters Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. UserGetMemberGroupsParameters
- com.
public class UserGetMemberGroupsParameters
Request parameters for GetMemberGroups API call.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
securityEnabledOnly()
Get the securityEnabledOnly value. |
User |
withSecurityEnabledOnly(boolean securityEnabledOnly)
Set the securityEnabledOnly value. |
Method Details
securityEnabledOnly
public boolean securityEnabledOnly()
Get the securityEnabledOnly value.
Returns:
the securityEnabledOnly value
withSecurityEnabledOnly
public UserGetMemberGroupsParameters withSecurityEnabledOnly(boolean securityEnabledOnly)
Set the securityEnabledOnly value.
Parameters:
securityEnabledOnly
- the securityEnabledOnly value to set
Returns:
the UserGetMemberGroupsParameters 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