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

DelegatedAdministrator

import type { DelegatedAdministrator } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";

Contains information about the delegated administrator.

interface DelegatedAdministrator {
Arn?: string | null;
DelegationEnabledDate?: Date | number | null;
Email?: string | null;
Id?: string | null;
JoinedMethod?: AccountJoinedMethod | null;
JoinedTimestamp?: Date | number | null;
Name?: string | null;
Status?: AccountStatus | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the delegated administrator's account.

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

The date when the account was made a delegated administrator.

§
Email?: string | null
[src]

The email address that is associated with the delegated administrator's Amazon Web Services account.

§
Id?: string | null
[src]

The unique identifier (ID) of the delegated administrator's account.

§
JoinedMethod?: AccountJoinedMethod | null
[src]

The method by which the delegated administrator's account joined the organization.

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

The date when the delegated administrator's account became a part of the organization.

§
Name?: string | null
[src]

The friendly name of the delegated administrator's account.

§
Status?: AccountStatus | null
[src]

The status of the delegated administrator's account in the organization.