Hi,
Collecting Okta events we came across the following event for which I could find no proper documentation.
Could you please explain the meaning of the event? What is triggering this event? Is it triggered by a user action or is it triggered by some kind of system process?
{
"eventId": "zxcvbgfdsaqwertyuioplkjhnm",
"sessionId": "zsxdcfvgbhnjmkrlokij",
"requestId": "wdrftgfesqazsxdcfvgb",
"published": "2017-12-15T15:33:46.000Z",
"action": {
"message": "Password recovered from previous assignment",
"categories": [],
"objectType": "app.generic.reversibility.credentials.recovery",
"requestUri": "Background"
},
"actors": [
{
"id": "zaqxswcdevfrbgtnhymj",
"displayName": "Joe User",
"login": "juser@example.com",
"objectType": "User"
},
{
"ipAddress": "",
"objectType": "Client"
}
],
"targets": [
{
"id": "zaqxswcdevfrbgtnhymj",
"displayName": "Joe User",
"login": "juser@example.com",
"objectType": "User"
},
{
"id": "qwertyuiopasdfghjklz",
"displayName": "JIRA Cloud (Atlassian)",
"objectType": "AppInstance"
}
]
}