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. <p>Java class for SystemConfigurationAuditEventRecordingType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SystemConfigurationAuditEventRecordingType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="recordResourceOids" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="property" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SystemConfigurationAuditEventRecordingPropertyType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="escapeIllegalCharacters" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="recordSessionlessAccess" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form