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

AwsIamPolicyDetails

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

Represents an IAM permissions policy.

interface AwsIamPolicyDetails {
AttachmentCount?: number | null;
CreateDate?: string | null;
DefaultVersionId?: string | null;
Description?: string | null;
IsAttachable?: boolean | null;
Path?: string | null;
PermissionsBoundaryUsageCount?: number | null;
PolicyId?: string | null;
PolicyName?: string | null;
PolicyVersionList?: AwsIamPolicyVersion[] | null;
UpdateDate?: string | null;
}

§Properties

§
AttachmentCount?: number | null
[src]

The number of users, groups, and roles that the policy is attached to.

§
CreateDate?: string | null
[src]

When the policy was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
DefaultVersionId?: string | null
[src]

The identifier of the default version of the policy.

§
Description?: string | null
[src]

A description of the policy.

§
IsAttachable?: boolean | null
[src]

Whether the policy can be attached to a user, group, or role.

§
Path?: string | null
[src]

The path to the policy.

§
PermissionsBoundaryUsageCount?: number | null
[src]

The number of users and roles that use the policy to set the permissions boundary.

§
PolicyId?: string | null
[src]

The unique identifier of the policy.

§
PolicyName?: string | null
[src]

The name of the policy.

§
PolicyVersionList?: AwsIamPolicyVersion[] | null
[src]

List of versions of the policy.

§
UpdateDate?: string | null
[src]

When the policy was most recently updated.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.