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

EntityInfo

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

Contains details about the specified entity (user or role).

This data type is an element of the "EntityDetails" object.

interface EntityInfo {
Arn: string;
Id: string;
Name: string;
Path?: string | null;
}

§Properties

§
Arn: string
[src]
§
Id: string
[src]

The identifier of the entity (user or role).

§
Name: string
[src]

The name of the entity (user or role).

§
Path?: string | null
[src]

The path to the entity (user or role). For more information about paths, see IAM identifiers in the IAM User Guide.

§

The type of entity (user or role).