VXAccessAudit Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
accessResult int element 1/1 required Returns the value for the member attribute accessResult
accessType string element 0/1   Returns the value for the member attribute accessType
aclEnforcer string element 0/1   Returns the value for the member attribute aclEnforcer
action string element 0/1   Returns the value for the member attribute action
agentHost string element 0/1    
agentId string element 0/1   Returns the value for the member attribute agentId
auditType int element 1/1 required Returns the value for the member attribute auditType
clientIP string element 0/1   Returns the value for the member attribute clientIP
clientType string element 0/1   Returns the value for the member attribute clientType
clusterName string element 0/1   the clusterName
eventCount long element 1/1 required  
eventDuration long element 1/1 required  
eventId string element 0/1    
eventTime dateTime element 0/1   Returns the value for the member attribute eventTime
policyId long element 1/1 required Returns the value for the member attribute policyId
policyVersion long element 0/1   the policyVersion
repoDisplayName string element 0/1   Returns the value for the member attribute repoDisplayName
repoName string element 0/1   Returns the value for the member attribute repoName
repoType int element 1/1 required Returns the value for the member attribute repoType
requestData string element 0/1   Returns the value for the member attribute requestData
requestUser string element 0/1   Returns the value for the member attribute requestUser
resourcePath string element 0/1   Returns the value for the member attribute resourcePath
resourceType string element 0/1   Returns the value for the member attribute resourceType
resultReason string element 0/1   Returns the value for the member attribute resultReason
sequenceNumber long element 1/1 required  
serviceType string element 0/1   the serviceType
serviceTypeDisplayName string element 0/1   the serviceTypeDisplayName
sessionId string element 0/1   Returns the value for the member attribute sessionId
tags string element 0/1   the tags
zoneName string element 0/1   the zoneName
Properties inherited from VXDataObject
createDate dateTime element 0/1   Returns the value for the member attribute createDate
id long element 0/1   Returns the value for the member attribute id
owner string element 0/1   Returns the value for the member attribute owner
updateDate dateTime element 0/1   Returns the value for the member attribute updateDate
updatedBy string element 0/1   Returns the value for the member attribute updatedBy

Example

<VXAccessAudit>
  <auditType>...</auditType>
  <accessResult>...</accessResult>
  <accessType>...</accessType>
  <aclEnforcer>...</aclEnforcer>
  <agentId>...</agentId>
  <clientIP>...</clientIP>
  <clientType>...</clientType>
  <policyId>...</policyId>
  <repoName>...</repoName>
  <repoDisplayName>...</repoDisplayName>
  <repoType>...</repoType>
  <serviceType>...</serviceType>
  <serviceTypeDisplayName>...</serviceTypeDisplayName>
  <resultReason>...</resultReason>
  <sessionId>...</sessionId>
  <eventTime>...</eventTime>
  <requestUser>...</requestUser>
  <action>...</action>
  <requestData>...</requestData>
  <resourcePath>...</resourcePath>
  <resourceType>...</resourceType>
  <sequenceNumber>...</sequenceNumber>
  <eventCount>...</eventCount>
  <eventDuration>...</eventDuration>
  <tags>...</tags>
  <clusterName>...</clusterName>
  <zoneName>...</zoneName>
  <agentHost>...</agentHost>
  <policyVersion>...</policyVersion>
  <eventId>...</eventId>
  <id>...</id>
  <createDate>...</createDate>
  <updateDate>...</updateDate>
  <owner>...</owner>
  <updatedBy>...</updatedBy>
</VXAccessAudit>