Definition Type: Attribute
Name: resolve_group
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#windows
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: windows-definitions-schema.xsd
Default false
Use Optional
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.
Collapse XSD Schema Diagram:
XSD Diagram of resolve_group in schema windows-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>