Skip to main content

Access key token read

The event is created when an access key token is read.

ParameterTypeDescription
namestringaccess_key.token.read
descriptionstringAccess key token read
accessKey.idstringThe ID of the access key
accessKey.namestringThe name of the access key

Example event

{
"actor": {
"loginId": "[email protected]",
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36",
"id": "78f89c75-8223-4546-a8ac-0ff9f233c6ee",
"type": "admin"
},
"eventId": "08d94637-fdd4-11ec-bd6c-906aeb43dfe1",
"accessKey": {
"name": "Your access key",
"id": "9a15fb5e-412b-439a-8777-9744339e69d6"
},
"name": "access_key.token.read",
"description": "Access key token read",
"timestamp": "2022-07-07T09:05:50.336Z",
"status": "succeeded"
}