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

AdminAccount

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

Represents a Security Hub administrator account designated by an organization management account.

interface AdminAccount {
AccountId?: string | null;
Status?: AdminStatus | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account identifier of the Security Hub administrator account.

§
Status?: AdminStatus | null
[src]

The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.