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

PermissionSetProvisioningStatus

import type { PermissionSetProvisioningStatus } from "https://aws-api.deno.dev/v0.3/services/ssoadmin.ts?docs=full";

A structure that is used to provide the status of the provisioning operation for a specified permission set.

interface PermissionSetProvisioningStatus {
AccountId?: string | null;
CreatedDate?: Date | number | null;
FailureReason?: string | null;
PermissionSetArn?: string | null;
RequestId?: string | null;
Status?: StatusValues | null;
}

§Properties

§
AccountId?: string | null
[src]

The identifier of the Amazon Web Services account from which to list the assignments.

§
CreatedDate?: Date | number | null
[src]

The date that the permission set was created.

§
FailureReason?: string | null
[src]

The message that contains an error or exception in case of an operation failure.

§
PermissionSetArn?: string | null
[src]

The ARN of the permission set that is being provisioned. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

§
RequestId?: string | null
[src]

The identifier for tracking the request operation that is generated by the universally unique identifier (UUID) workflow.

§
Status?: StatusValues | null
[src]

The status of the permission set provisioning process.