CheckGroupMembershipParameters Class

Request parameters for IsMemberOf API call.

All required parameters must be populated in order to send to Azure.

Inheritance
CheckGroupMembershipParameters

Constructor

CheckGroupMembershipParameters(*, group_id: str, member_id: str, additional_properties=None, **kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized this collection

group_id
str
Required

Required. The object ID of the group to check.

member_id
str
Required

Required. The object ID of the contact, group, user, or service principal to check for membership in the specified group.