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

GetPermissionsBoundaryForPermissionSetResponse

import type { GetPermissionsBoundaryForPermissionSetResponse } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
interface GetPermissionsBoundaryForPermissionSetResponse {
PermissionsBoundary?: PermissionsBoundary | null;
}

§Properties

§
PermissionsBoundary?: PermissionsBoundary | null
[src]

The permissions boundary attached to the specified permission set.