<xsd:complexType name="AccesstokenBehaviors">
<xsd:annotation>
<xsd:documentation>These behaviors allow a more detailed definition of the accesstoken_object being specified.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="include_group" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>If a group security principle is specified, this behavior specifies whether to include the group or not. For example, maybe you want to check the access tokens associated with every user within a group, but not the group itself. In this case, you would set the include_group behavior to 'false'. If the security_principle is not a group, then this behavior should be ignored.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<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>
</xsd:complexType>
|