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

DescribeOrganizationConfigurationResponse

import type { DescribeOrganizationConfigurationResponse } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface DescribeOrganizationConfigurationResponse {
AutoEnable?: boolean | null;
AutoEnableStandards?: AutoEnableStandards | null;
MemberAccountLimitReached?: boolean | null;
}

§Properties

§
AutoEnable?: boolean | null
[src]

Whether to automatically enable Security Hub for new accounts in the organization.

If set to true, then Security Hub is enabled for new accounts. If set to false, then new accounts are not added automatically.

§
AutoEnableStandards?: AutoEnableStandards | null
[src]

Whether to automatically enable Security Hub default standards for new member accounts in the organization.

The default value of this parameter is equal to DEFAULT.

If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member accounts. If equal to NONE, then default standards are not automatically enabled for new member accounts.

§
MemberAccountLimitReached?: boolean | null
[src]

Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.