AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that contains details about when the IAM entities (users or roles) were last used in an attempt to access the specified Amazon Web Services service.

This data type is a response element in the GetServiceLastAccessedDetailsWithEntities operation.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.EntityDetails

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public class EntityDetails

The EntityDetails type exposes the following members

Constructors

NameDescription
Public Method EntityDetails()

Properties

NameTypeDescription
Public Property EntityInfo Amazon.IdentityManagement.Model.EntityInfo

Gets and sets the property EntityInfo.

The EntityInfo object that contains details about the entity (user or role).

Public Property LastAuthenticated System.DateTime

Gets and sets the property LastAuthenticated.

The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. Amazon Web Services does not report unauthenticated requests.

This field is null if no IAM entities attempted to access the service within the tracking period.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5