Definition Type: ComplexType
Name: SidBehaviors
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#windows
Containing Schema: windows-definitions-schema.xsd
Abstract
Documentation:
The SidBehaviors complex type defines a number of behaviors that allow a more detailed definition of the sid objects being specified.
Collapse XSD Schema Diagram:
Drilldown into resolve_group in schema windows-definitions-schema_xsd Drilldown into include_group in schema windows-definitions-schema_xsdXSD Diagram of SidBehaviors in schema windows-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="SidBehaviors">
    <xsd:annotation>
        <xsd:documentation>The SidBehaviors complex type defines a number of behaviors that allow a more detailed definition of the sid objects being specified.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="include_group" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>'include_group' defines whether the group sid should be included in the object when the object is defined by a group sid. For example, the intension of an object defined by a group sid might be to retrieve all the user sids that are a member of the group, but not the group sid itself.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="resolve_group" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>'resolve_group' defines whether an object defined by a group sid should be resolved to return all the user sids that are a member of that group.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
include_group win-def:include_group true Optional
resolve_group win-def:resolve_group false Optional
Collapse Derivation Tree:
Collapse References:
win-def:behaviors