AccessDetail class
An object that contains details about when a principal in the reported AWS Organizations entity last attempted to access an AWS service. A principal can be an IAM user, an IAM role, or the AWS account root user within the reported Organizations entity.
This data type is a response element in the GetOrganizationsAccessReport operation.
Constructors
- AccessDetail({required String serviceName, required String serviceNamespace, String? entityPath, DateTime? lastAuthenticatedTime, String? region, int? totalAuthenticatedEntities})
- AccessDetail.fromXml(XmlElement elem)
-
factory
Properties
- entityPath → String?
-
The path of the Organizations entity (root, organizational unit, or account)
from which an authenticated principal last attempted to access the service.
AWS does not report unauthenticated requests.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastAuthenticatedTime → DateTime?
-
The date and time, in ISO 8601
date-time format, when an authenticated principal most recently
attempted to access the service. AWS does not report unauthenticated
requests.
final
- region → String?
-
The Region where the last service access attempt occurred.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String
-
The name of the service in which access was attempted.
final
- serviceNamespace → String
-
The namespace of the service in which access was attempted.
final
- totalAuthenticatedEntities → int?
-
The number of accounts with authenticated principals (root users, IAM users,
and IAM roles) that attempted to access the service in the reporting period.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited