Skip to main content

IIAMUserDetail

Interface in AWS.IAM

Interface for IAM UserDetail.

Properties

Arn

property Arn: TARN

The Amazon Resource Name (ARN) of the user.

AttachedManagedPolicies

property AttachedManagedPolicies: TList<IIAMAttachedPolicy>

Type: IIAMAttachedPolicy

A list of managed policies attached to the user.

CreateDate

property CreateDate: TOptional<TDateTime>

The date and time when the user was created.

GroupList

property GroupList: TList<string>

A list of IAM groups that the user is a member of.

Path

property Path: string

The path to the user.

PermissionsBoundary

property PermissionsBoundary: IIAMAttachedPermissionsBoundary

Type: IIAMAttachedPermissionsBoundary

Information about an attached permissions boundary.

Tags

property Tags: TList<IIAMTag>

Type: IIAMTag

A list of tags attached to the IAM user.

UserId

property UserId: string

The stable and unique identifier for the user.

UserName

property UserName: string

The name of the user.

UserPolicyList

property UserPolicyList: TList<IIAMPolicyDetail>

Type: IIAMPolicyDetail

A list of inline policies embedded in the user.