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

PolicySummary

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

Contains information about a policy, but does not include the content. To see the content of a policy, see "DescribePolicy".

interface PolicySummary {
Arn?: string | null;
AwsManaged?: boolean | null;
Description?: string | null;
Id?: string | null;
Name?: string | null;
Type?: PolicyType | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the policy.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.

§
AwsManaged?: boolean | null
[src]

A boolean value that indicates whether the specified policy is an Amazon Web Services managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

§
Description?: string | null
[src]

The description of the policy.

§
Id?: string | null
[src]

The unique identifier (ID) of the policy.

The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

§
Name?: string | null
[src]

The friendly name of the policy.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

§
Type?: PolicyType | null
[src]

The type of policy.