public final class CheckGroupMembershipResultInner extends Object
| Constructor and Description |
|---|
CheckGroupMembershipResultInner() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
additionalProperties()
Get the additionalProperties property: Server response for IsMemberOf API call.
|
void |
validate()
Validates the instance.
|
Boolean |
value()
Get the value property: True if the specified user, group, contact, or service principal has either direct or
transitive membership in the specified group; otherwise, false.
|
CheckGroupMembershipResultInner |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Server response for IsMemberOf API call.
|
CheckGroupMembershipResultInner |
withValue(Boolean value)
Set the value property: True if the specified user, group, contact, or service principal has either direct or
transitive membership in the specified group; otherwise, false.
|
public Boolean value()
public CheckGroupMembershipResultInner withValue(Boolean value)
value - the value value to set.public Map<String,Object> additionalProperties()
public CheckGroupMembershipResultInner withAdditionalProperties(Map<String,Object> additionalProperties)
additionalProperties - the additionalProperties value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.