Skip to content

Files

Latest commit

author
ucs-build
Jan 24, 2020
337507a · Jan 24, 2020

History

History
17 lines (13 loc) · 1.1 KB

AaaAuditRecord.md

File metadata and controls

17 lines (13 loc) · 1.1 KB

AaaAuditRecord

AuditRecord presents the configuration changes made by the user per transaction.

Properties

Name Type Description Notes
email 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]

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