AuditRecord presents the configuration changes made by the user per transaction.
Name | Type | Description | Notes |
---|---|---|---|
str | The email of the associated user that made the change. This is needed in case that user is later deleted, we still have some reference to the information. | [optional] | |
inst_id | str | The instance id of AuditRecordLocal, which is used to identify if the comming AuditRecordLocal was already processed before. | [optional] |
source_ip | str | The source IP of the client. | [optional] |
timestamp | datetime | The creation time of AuditRecordLocal, which is the time when the affected MO was created/modified/deleted. | [optional] [readonly] |
account | IamAccount | [optional] | |
sessions | IamSession | [optional] | |
user | IamUser | [optional] |