Web Services Developer's Guide → Web Services API Reference → SBM Administrative Web Services → Common Types → GroupIdentifierEx
The GroupIdentifierEx type holds the identification information for one or more groups. The GroupIdentifierEx type parameters are listed below.
Name | Type | Description |
---|---|---|
id | GroupIdentifier | Holds the complete identification information for a group. |
extendedData | ExtendedData | Placeholder for future arguments. |
The GroupIdentifierEx type is used to uniquely identify one or more groups. The GroupIdentifierEx contains complete identification information about one or more groups (including display names, IDs, and UUIDs). GroupIdentifierEx is used to specify multiple groups in a single call or response.
The following XML shows GroupIdentifierEx as seen in the GetGroupMembers call.
<urn:group> <urn:displayName>CR Submitters</urn:displayName> <urn:id></urn:id> <urn:uuid></urn:uuid> </urn:group> <urn:group> <urn:displayName>IDM Manager</urn:displayName> <urn:id></urn:id> <urn:uuid></urn:uuid> </urn:group>
The following XML shows GroupIdentifierEx as seen in the GetGroupMembers response.
<ae:GetGroupMembersResponse> <ae:return> <ae:group> <ae:id xsi:type="ae:GroupIdentifier"> <ae:displayName>IDM Manager</ae:displayName> <ae:id>3</ae:id> <ae:uuid>b2654094-0ec6-460d-856b-9b72709d183b</ae:uuid> </ae:id> <ae:group>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.