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

UserIdentity

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

Provides information about the type and other characteristics of an entity that performed an action on an affected resource.

interface UserIdentity {
assumedRole?: AssumedRole | null;
awsAccount?: AwsAccount | null;
awsService?: AwsService | null;
federatedUser?: FederatedUser | null;
iamUser?: IamUser | null;
root?: UserIdentityRoot | null;
type?: UserIdentityType | null;
}

§Properties

§
assumedRole?: AssumedRole | null
[src]

If the action was performed with temporary security credentials that were obtained using the AssumeRole operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.

§
awsAccount?: AwsAccount | null
[src]

If the action was performed using the credentials for another Amazon Web Services account, the details of that account.

§
awsService?: AwsService | null
[src]

If the action was performed by an Amazon Web Services account that belongs to an Amazon Web Service, the name of the service.

§
federatedUser?: FederatedUser | null
[src]

If the action was performed with temporary security credentials that were obtained using the GetFederationToken operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.

§
iamUser?: IamUser | null
[src]

If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and other details about the user.

§
root?: UserIdentityRoot | null
[src]

If the action was performed using the credentials for your Amazon Web Services account, the details of your account.

§
type?: UserIdentityType | null
[src]

The type of entity that performed the action.