name | data type | type | namespace | min/max occurs | constraints | description |
---|---|---|---|---|---|---|
eventCount | long | element | 1/1 | required | ||
eventDuration | long | element | 1/1 | required | ||
sequenceNumber | long | element | 1/1 | required | ||
string | element | 0/1 | the tags | |||
Properties inherited from XXAccessAuditBase |
||||||
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 | ||
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 | ||
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 | |
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 | ||
sessionId | string | element | 0/1 | Returns the value for the member attribute sessionId | ||
Properties inherited from XXDBBase |
||||||
addedByUserId | long | element | 0/1 | Returns the value for the member attribute addedByUserId | ||
createTime | dateTime | element | 0/1 | Returns the value for the member attribute createTime | ||
id | long | element | 0/1 | Returns the value for the member attribute id | ||
updateTime | dateTime | element | 0/1 | Returns the value for the member attribute updateTime | ||
updatedByUserId | long | element | 0/1 | Returns the value for the member attribute updatedByUserId |
Example
<XXAccessAudit> <sequenceNumber>...</sequenceNumber> <eventCount>...</eventCount> <eventDuration>...</eventDuration> <tags>...</tags> <auditType>...</auditType> <accessResult>...</accessResult> <accessType>...</accessType> <aclEnforcer>...</aclEnforcer> <agentId>...</agentId> <clientIP>...</clientIP> <clientType>...</clientType> <policyId>...</policyId> <repoName>...</repoName> <repoType>...</repoType> <resultReason>...</resultReason> <sessionId>...</sessionId> <eventTime>...</eventTime> <requestUser>...</requestUser> <action>...</action> <requestData>...</requestData> <resourcePath>...</resourcePath> <resourceType>...</resourceType> <id>...</id> <createTime>...</createTime> <updateTime>...</updateTime> <addedByUserId>...</addedByUserId> <updatedByUserId>...</updatedByUserId> </XXAccessAudit>