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

PolicyTypeSummary

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

Contains information about a policy type and its status in the associated root.

interface PolicyTypeSummary {
Status?: PolicyTypeStatus | null;
Type?: PolicyType | null;
}

§Properties

§
Status?: PolicyTypeStatus | null
[src]

The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.

§
Type?: PolicyType | null
[src]

The name of the policy type.