VXAuditRecord Data Type

Properties
name data type constraints description
date number   Date of audit log
resource string   Name of the resource
action string   Action which was audited
result string   Result of the policy enforced
user string   User name whose action was audited
enforcer string   Name of the policy enforcer
resourceType number required Type of resource for which the audit was done
assetType number required Type of asset for which the audit was done This attribute is of type enum AppCommonEnums::AssetType

Example

{
  "date" : 12345,
  "resource" : "...",
  "action" : "...",
  "result" : "...",
  "user" : "...",
  "enforcer" : "...",
  "resourceType" : 12345,
  "assetType" : 12345
}