XXAccessAuditBase Data Type

Subtypes
XXAccessAudit, XXAccessAuditV4, XXAccessAuditV5
Properties
name data type constraints description
id number   Returns the value for the member attribute id
myClassType number required
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
repoType number required 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 required
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

{
  "id" : 12345,
  "myClassType" : 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
}