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

PutUserPermissionsBoundaryRequest

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

§Properties

§
PermissionsBoundary: string
[src]

The ARN of the managed policy that is used to set the permissions boundary for the user.

A permissions boundary policy defines the maximum permissions that identity-based policies can grant to an entity, but does not grant permissions. Permissions boundaries do not define the maximum permissions that a resource-based policy can grant to an entity. To learn more, see Permissions boundaries for IAM entities in the IAM User Guide.

For more information about policy types, see Policy types in the IAM User Guide.

§
UserName: string
[src]

The name (friendly name, not ARN) of the IAM user for which you want to set the permissions boundary.