Skip to main content

Access key updated

The event is created when an access key is updated.

ParameterTypeDescription
namestringaccess_key.updated
descriptionstringAccess key updated
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": "112f9bea-fdd4-11ec-bd6c-d8e2dff19759",
"accessKey": {
"name": "Your updated access key",
"id": "9a15fb5e-412b-439a-8777-9744339e69d6"
},
"name": "access_key.updated",
"description": "Access key updated",
"timestamp": "2022-07-07T09:05:54.807Z",
"status": "succeeded"
}