Class SystemConfigurationAuditEventRecordingType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class SystemConfigurationAuditEventRecordingType
    extends Object
    implements Serializable, Cloneable, Containerable
    Details about creation and recording of audit events.

    Java class for SystemConfigurationAuditEventRecordingType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SystemConfigurationAuditEventRecordingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="recordResourceOids" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="expression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
             <element name="property" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SystemConfigurationAuditEventRecordingPropertyType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="escapeIllegalCharacters" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="recordSessionlessAccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="deltaSuccessExecutionResult" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultDetailLevel" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form