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

AccessKeyDetails

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

Contains information about the access keys.

interface AccessKeyDetails {
AccessKeyId?: string | null;
PrincipalId?: string | null;
UserName?: string | null;
UserType?: string | null;
}

§Properties

§
AccessKeyId?: string | null
[src]

The access key ID of the user.

§
PrincipalId?: string | null
[src]

The principal ID of the user.

§
UserName?: string | null
[src]

The name of the user.

§
UserType?: string | null
[src]

The type of the user.