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

UserIdentityRoot

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

Provides information about an Amazon Web Services account and entity that performed an action on an affected resource. The action was performed using the credentials for your Amazon Web Services account.

interface UserIdentityRoot {
accountId?: string | null;
arn?: string | null;
principalId?: string | null;
}

§Properties

§
accountId?: string | null
[src]

The unique identifier for the Amazon Web Services account.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.

§
principalId?: string | null
[src]

The unique identifier for the entity that performed the action.