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

DescribeOrganizationResponse

import type { DescribeOrganizationResponse } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";
interface DescribeOrganizationResponse {
Organization?: Organization | null;
}

§Properties

§
Organization?: Organization | null
[src]

A structure that contains information about the organization.

! IMPORTANT: ! The AvailablePolicyTypes part of the response is deprecated, and you shouldn't use it in your apps. ! It doesn't include any policy type supported by Organizations other than SCPs. ! To determine which policy types are enabled in your organization, use the "ListRoots" operation.