auditFilter Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
accessResult accessResult element 0/1  
accessTypes list of string element 0/unbounded  
actions list of string element 0/unbounded  
groups list of string element 0/unbounded  
isAudited boolean element 0/1  
resources (custom) element 0/1  
roles list of string element 0/unbounded  
users list of string element 0/unbounded  

Example

<auditFilter>
  <actions>...</actions>
  <groups>...</groups>
  <isAudited>...</isAudited>
  <accessResult>...</accessResult>
  <resources>...</resources>
  <roles>...</roles>
  <accessTypes>...</accessTypes>
  <users>...</users>
</auditFilter>