Element |
Description |
Type |
Occurrences |
---|---|---|---|
description |
Search parameter to apply to Group "Description" fields |
string |
1 |
member |
Search parameter to apply to Group members |
string |
1 |
groupName |
Search parameter to apply to Group names |
string |
1 |
<xs:complexType name="GroupSearchParameters">
<xs:sequence>
<xs:element name="description" nillable="true" type="xs:string"/>
<xs:element name="member" nillable="true" type="xs:string"/>
<xs:element name="groupName" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>