VXAccessAudit Data Type

Properties
name data type constraints description
auditType number required Repository Type
accessResult number required Access Result This attribute is of type enum CommonEnums::AccessResult
accessType string   Access Type
aclEnforcer string   Acl Enforcer
agentId string   Agent Id
clientIP string   Client Ip
clientType string   Client Type
policyId number required Policy Id
repoName string   Repository Name
repoDisplayName string   Repository Display Name
repoType number required Repository Type
serviceType string   Service Type ~~ repoType
serviceTypeDisplayName string   Service Type Display Name
resultReason string   Reason of result
sessionId string   Session Id
eventTime object   Event Time
requestUser string   Requesting User
action string   Action
requestData string   Requesting Data
resourcePath string   Resource Path
resourceType string   Resource Type
sequenceNumber number required
eventCount number required
eventDuration number required
tags string  
datasets string  
projects string  
clusterName string  
zoneName string  
agentHost string  
policyVersion number  
eventId string  
zonedEventTime string  
Properties inherited from VXDataObject
id number   Id of the data
createDate object   Date when this data was created
updateDate object   Date when this data was updated
owner string   Owner
updatedBy string   Updated By

Example

{
  "auditType" : 12345,
  "accessResult" : 12345,
  "accessType" : "...",
  "aclEnforcer" : "...",
  "agentId" : "...",
  "clientIP" : "...",
  "clientType" : "...",
  "policyId" : 12345,
  "repoName" : "...",
  "repoDisplayName" : "...",
  "repoType" : 12345,
  "serviceType" : "...",
  "serviceTypeDisplayName" : "...",
  "resultReason" : "...",
  "sessionId" : "...",
  "eventTime" : { },
  "requestUser" : "...",
  "action" : "...",
  "requestData" : "...",
  "resourcePath" : "...",
  "resourceType" : "...",
  "sequenceNumber" : 12345,
  "eventCount" : 12345,
  "eventDuration" : 12345,
  "tags" : "...",
  "datasets" : "...",
  "projects" : "...",
  "clusterName" : "...",
  "zoneName" : "...",
  "agentHost" : "...",
  "policyVersion" : 12345,
  "eventId" : "...",
  "zonedEventTime" : "...",
  "id" : 12345,
  "createDate" : { },
  "updateDate" : { },
  "owner" : "...",
  "updatedBy" : "..."
}