XXAccessAuditV5 Data Type

Properties
name data type description
myClassType number
sequenceNumber number
eventCount number
eventDuration number
Properties inherited from XXAccessAuditBase
id number Returns the value for the member attribute id
myClassType number
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
repoType number Returns the value for the member attribute repoType
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
Properties inherited from XXDBBase
myClassType number
myDisplayValue string
id number Returns the value for the member attribute id
createTime number Returns the value for the member attribute createTime
updateTime number Returns the value for the member attribute updateTime
addedByUserId number Returns the value for the member attribute addedByUserId
updatedByUserId number Returns the value for the member attribute updatedByUserId

Example

{
  "myClassType" : 12345,
  "sequenceNumber" : 12345,
  "eventCount" : 12345,
  "eventDuration" : 12345,
  "id" : 12345,
  "auditType" : 12345,
  "accessResult" : 12345,
  "accessType" : "...",
  "aclEnforcer" : "...",
  "agentId" : "...",
  "clientIP" : "...",
  "clientType" : "...",
  "policyId" : 12345,
  "repoName" : "...",
  "repoType" : 12345,
  "resultReason" : "...",
  "sessionId" : "...",
  "eventTime" : 12345,
  "requestUser" : "...",
  "action" : "...",
  "requestData" : "...",
  "resourcePath" : "...",
  "resourceType" : "...",
  "myDisplayValue" : "...",
  "createTime" : 12345,
  "updateTime" : 12345,
  "addedByUserId" : 12345,
  "updatedByUserId" : 12345
}