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

AttachedPermissionsBoundary

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

Contains information about an attached permissions boundary.

An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.

For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.

interface AttachedPermissionsBoundary {
PermissionsBoundaryArn?: string | null;
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | null;
}

§Properties

§
PermissionsBoundaryArn?: string | null
[src]

The ARN of the policy used to set the permissions boundary for the user or role.

§
PermissionsBoundaryType?: PermissionsBoundaryAttachmentType | null
[src]

The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value of Policy.