IIdentityStoreIsMemberInGroupsResponse
Interface in AWS.IdentityStore
Interface for IsMemberInGroups responses.
Ancestors
Properties
Results
property Results: TList<IIdentityStoreGroupMembershipExistenceResult>
Type: IIdentityStoreGroupMembershipExistenceResult
A list of results indicating whether the user is a member of each specified group.
Each entry in the list corresponds to a single group ID from the request and includes the group ID along with a boolean flag indicating whether the user is a member of that group. If the same group ID is included multiple times in the request, the result will appear only once.