Skip to main content

Access key created

The event is created when an access key is created.

ParameterTypeDescription
namestringaccess_key.created
descriptionstringAccess key created
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": "1d2984f5-fdd4-11ec-811c-6045bd95059c",
"accessKey": {
"name": "Your access key",
"id": "9a15fb5e-412b-439a-8777-9744339e69d6"
},
"name": "access_key.created",
"description": "Access key created",
"timestamp": "2022-07-07T09:04:00.636Z",
"status": "succeeded"
}