Skip to main content

IIAMEntityInfo

Interface in AWS.IAM

Interface for IAM EntityInfo.

Properties

Arn

property Arn: TARN

The Amazon Resource Name (ARN) of the entity (user, group, or role).

Id

property Id: string

The identifier of the entity (user, group, or role).

Name

property Name: string

The name of the entity (user, group, or role).

Path

property Path: string

The path to the entity (user, group, or role).

Type

property Type: string

The type of the entity (user, group, or role).

Valid values: USER | GROUP | ROLE.