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

GetInlinePolicyForPermissionSetResponse

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

§Properties

§
InlinePolicy?: string | null
[src]

The inline policy that is attached to the permission set.