I need to bring events related to creating and changing a user in the application to this CIM (Change->Account Management). To do this, I need the following values to be specified in the action field - acl_modified, cleared, created, deleted, modified, stopped, lockout, read, logoff, updated, started, restarted, unlocked according to this documentation. The problem is that the action field already exists in events with the following values - create, delete and it is used not only to describe actions with users but also for other objects. What method can you recommend to make the field CIM compliant? Event example: { [-]
action: delete
actor_details: { [+]
}
actor_uuid: 11111111
location: { [+]
}
object_details: { [+]
}
object_type: user #Also can be item, vault, etc
object_uuid: 333333333
session: { [+]
}
timestamp: 33213123
uuid: 4444444
}
... View more