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:
If a group security principle is specified, this behavior specifies whether to resolve the group into its list of users. For example, to check the access tokens of every user in a group, you could specify the group security_principle and then set the resolve_group behavior to 'true'. If the security_principle is not a group, then this behavior should be ignored.
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>If a group security principle is specified, this behavior specifies whether to resolve the group into its list of users. For example, to check the access tokens of every user in a group, you could specify the group security_principle and then set the resolve_group behavior to 'true'. If the security_principle is not a group, then this behavior should be ignored.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>