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