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

PermissionSet

import type { PermissionSet } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssoadmin.ts";
interface PermissionSet {
CreatedDate?: Date | number | null;
Description?: string | null;
Name?: string | null;
PermissionSetArn?: string | null;
RelayState?: string | null;
SessionDuration?: string | null;
}

§Properties

§
CreatedDate?: Date | number | null
[src]
§
Description?: string | null
[src]
§
Name?: string | null
[src]
§
PermissionSetArn?: string | null
[src]
§
RelayState?: string | null
[src]
§
SessionDuration?: string | null
[src]