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.deno.dev/v0.4/services/ssoadmin.ts?docs=full";

An entity that contains IAM policies.

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]

The date that the permission set was created.

§
Description?: string | null
[src]

The description of the "PermissionSet".

§
Name?: string | null
[src]

The name of the permission set.

§
PermissionSetArn?: string | null
[src]

The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

§
RelayState?: string | null
[src]

Used to redirect users within the application during the federation authentication process.

§
SessionDuration?: string | null
[src]

The length of time that the application user sessions are valid for in the ISO-8601 standard.