VXAccessAudit Data Type

Properties
name data type constraints description
auditType number required Returns the value for the member attribute auditType
accessResult number required Returns the value for the member attribute accessResult
accessType string   Returns the value for the member attribute accessType
aclEnforcer string   Returns the value for the member attribute aclEnforcer
agentId string   Returns the value for the member attribute agentId
clientIP string   Returns the value for the member attribute clientIP
clientType string   Returns the value for the member attribute clientType
policyId number required Returns the value for the member attribute policyId
repoName string   Returns the value for the member attribute repoName
repoDisplayName string   Returns the value for the member attribute repoDisplayName
repoType number required Returns the value for the member attribute repoType
serviceType string   the serviceType
serviceTypeDisplayName string   the serviceTypeDisplayName
resultReason string   Returns the value for the member attribute resultReason
sessionId string   Returns the value for the member attribute sessionId
eventTime number   Returns the value for the member attribute eventTime
requestUser string   Returns the value for the member attribute requestUser
action string   Returns the value for the member attribute action
requestData string   Returns the value for the member attribute requestData
resourcePath string   Returns the value for the member attribute resourcePath
resourceType string   Returns the value for the member attribute resourceType
sequenceNumber number required
eventCount number required
eventDuration number required
tags string   the tags
clusterName string   the clusterName
myClassType number required
zoneName string   the zoneName
agentHost string  
policyVersion number   the policyVersion
eventId string  
Properties inherited from VXDataObject
id number   Returns the value for the member attribute id
createDate number   Returns the value for the member attribute createDate
updateDate number   Returns the value for the member attribute updateDate
owner string   Returns the value for the member attribute owner
updatedBy string   Returns the value for the member attribute updatedBy
myClassType number required

Example

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