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

PolicyDetail

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

Contains information about an IAM policy, including the policy document.

This data type is used as a response element in the "GetAccountAuthorizationDetails" operation.

interface PolicyDetail {
PolicyDocument?: string | null;
PolicyName?: string | null;
}

§Properties

§
PolicyDocument?: string | null
[src]

The policy document.

§
PolicyName?: string | null
[src]

The name of the policy.