Skip to main content

IIAMServiceLastAccessed

Interface in AWS.IAM

Interface for IAM ServiceLastAccessed.

Properties

LastAuthenticated

property LastAuthenticated: TOptional<TDateTime>

The date and time when an authenticated entity most recently attempted to access the service.

LastAuthenticatedEntity

property LastAuthenticatedEntity: TARN

The Amazon Resource Name (ARN) of the authenticated entity (user or role) that last attempted to access the service.

LastAuthenticatedRegion

property LastAuthenticatedRegion: string

The region from which the authenticated entity (user or role) last attempted to access the service.

ServiceName

property ServiceName: string

The name of the service of which access was attempted.

ServiceNamespace

property ServiceNamespace: string

The namespace of the service of which access was attempted.

TotalAuthenticatedEntities

property TotalAuthenticatedEntities: TOptional<Integer>

The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.

TrackedActionsLastAccessed

property TrackedActionsLastAccessed: TList<IIAMTrackedActionLastAccessed>

Type: IIAMTrackedActionLastAccessed

Information about the most recent attempts to access a tracked action within the service.