Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IsMemberInGroupsRequest

import type { IsMemberInGroupsRequest } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface IsMemberInGroupsRequest {
GroupIds: string[];
IdentityStoreId: string;
MemberId: MemberId;
}

§Properties

§
GroupIds: string[]
[src]

A list of identifiers for groups in the identity store.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.

§
MemberId: MemberId
[src]

An object containing the identifier of a group member.