Class SystemConfigurationAuditType

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

    public class SystemConfigurationAuditType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies details regarding creation and recording of audit events.

    Java class for SystemConfigurationAuditType complex type.

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

     <complexType name="SystemConfigurationAuditType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="eventRecording" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SystemConfigurationAuditEventRecordingType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form