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

Administrator

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

Information about the Detective administrator account for an organization.

interface Administrator {
AccountId?: string | null;
DelegationTime?: Date | number | null;
GraphArn?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account identifier of the Detective administrator account for the organization.

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

The date and time when the Detective administrator account was enabled. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.

§
GraphArn?: string | null
[src]

The ARN of the organization behavior graph.