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

UserIdentityType

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

The type of entity that performed the action on the affected resource. Possible values are:

type UserIdentityType =
| "AssumedRole"
| "IAMUser"
| "FederatedUser"
| "Root"
| "AWSAccount"
| "AWSService"

§Type

§
"AssumedRole" | "IAMUser" | "FederatedUser" | "Root" | "AWSAccount" | "AWSService" | cmnP.UnexpectedEnumValue
[src]