ActionDTO

Properties

Name Type Description Notes
id int The action id. [optional]
user_identity str The identity of the user that performed the action. [optional]
timestamp str The timestamp of the action. [optional]
source_id str The id of the source component. [optional]
source_name str The name of the source component. [optional]
source_type str The type of the source component. [optional]
component_details ComponentDetailsDTO The details of the source component. [optional]
operation str The operation that was performed. [optional]
action_details ActionDetailsDTO The details of the action. [optional]

[Back to Model list] [Back to API list] [Back to README]