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/guardduty.ts?docs=full";
interface DescribeOrganizationConfigurationResponse {
AutoEnable: boolean;
MemberAccountLimitReached: boolean;
}

§Properties

§
AutoEnable: boolean
[src]

Indicates whether GuardDuty is automatically enabled for accounts added to the organization.

§

Describes which data sources are enabled automatically for member accounts.

§
MemberAccountLimitReached: boolean
[src]

Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.