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 a principal in the reported Organizations entity last attempted to access an Amazon Web Services service. A principal can be an IAM user, an IAM role, or the Amazon Web Services account root user within the reported Organizations entity.
This data type is a response element in the GetOrganizationsAccessReport operation.
Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public class AccessDetail
The AccessDetail type exposes the following members
Name | Description | |
---|---|---|
AccessDetail() |
Name | Type | Description | |
---|---|---|---|
EntityPath | System.String |
Gets and sets the property EntityPath. The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no principals (IAM users, IAM roles, or root user) in the reported Organizations entity attempted to access the service within the tracking period. |
|
LastAuthenticatedTime | System.DateTime |
Gets and sets the property LastAuthenticatedTime. The date and time, in ISO 8601 date-time format, when an authenticated principal most recently attempted to access the service. Amazon Web Services does not report unauthenticated requests. This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period. |
|
Region | System.String |
Gets and sets the property Region. The Region where the last service access attempt occurred. This field is null if no principals in the reported Organizations entity attempted to access the service within the tracking period. |
|
ServiceName | System.String |
Gets and sets the property ServiceName. The name of the service in which access was attempted. |
|
ServiceNamespace | System.String |
Gets and sets the property ServiceNamespace. The namespace of the service in which access was attempted.
To learn the service namespace of a service, see Actions,
resources, and condition keys for Amazon Web Services services in the Service
Authorization Reference. Choose the name of the service to view details for that
service. In the first paragraph, find the service prefix. For example, |
|
TotalAuthenticatedEntities | System.Int32 |
Gets and sets the property TotalAuthenticatedEntities. The number of accounts with authenticated principals (root user, IAM users, and IAM roles) that attempted to access the service in the tracking period. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5