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

AcceptAdministratorInvitationRequest

import type { AcceptAdministratorInvitationRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface AcceptAdministratorInvitationRequest {
AdministratorId: string;
InvitationId: string;
}

§Properties

§
AdministratorId: string
[src]

The account ID of the Security Hub administrator account that sent the invitation.

§
InvitationId: string
[src]

The identifier of the invitation sent from the Security Hub administrator account.