VXAccessAudit Data Type

Properties
name data type description
auditType number Returns the value for the member attribute auditType
accessResult number 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 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 Returns the value for the member attribute repoType
serviceType string
serviceTypeDisplayName string
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
eventCount number
eventDuration number
tags string
clusterName string
myClassType number
zoneName string
agentHost string
policyVersion number
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

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" : "..."
}