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

ListMembersResponse

import type { ListMembersResponse } from "https://aws-api.deno.dev/v0.3/services/detective.ts?docs=full";
interface ListMembersResponse {
MemberDetails?: MemberDetail[] | null;
NextToken?: string | null;
}

§Properties

§
MemberDetails?: MemberDetail[] | null
[src]

The list of member accounts in the behavior graph.

For invited accounts, the results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.

For the organization behavior graph, the results do not include organization accounts that the Detective administrator account has not enabled as member accounts.

§
NextToken?: string | null
[src]

If there are more member accounts remaining in the results, then use this pagination token to request the next page of member accounts.