<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>
|