Identity and Access Management Audit Trails Events: AccessKeyLastUsed
Event JSON schema
{
"eventId": "string",
"eventSource": "string",
"eventType": "string",
"eventTime": "string",
"resourceMetadata": {
"path": [
{
"resourceType": "string",
"resourceId": "string",
// Includes only one of the fields `resourceName`
"resourceName": "string"
// end of the list of possible fields
}
]
},
"eventStatus": "string",
"details": {
"accessKeyId": "string",
"serviceAccountId": "string",
"serviceAccountName": "string",
"lastUsedAt": "string"
}
}
Field description
|
Field |
Description |
|
eventId |
string |
|
eventSource |
string |
|
eventType |
string |
|
eventTime |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |
|
resourceMetadata |
|
|
eventStatus |
enum (SynchronousEventStatus)
|
|
details |
ResourceMetadata
|
Field |
Description |
|
path[] |
Resource
|
Field |
Description |
|
resourceType |
string |
|
resourceId |
string |
|
resourceName |
string Includes only one of the fields |
EventDetails
|
Field |
Description |
|
accessKeyId |
string |
|
serviceAccountId |
string |
|
serviceAccountName |
string |
|
lastUsedAt |
string (date-time) String in RFC3339 To work with values in this field, use the APIs described in the |