Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → RoleIdentifier
The RoleIdentifier type holds the identification information for a role. The RoleIdentifier type parameters are listed below.
Name | Type | Description |
---|---|---|
identifier | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for a role. |
projectId | ProjectIdentifier | Holds the identification information for a project. |
The RoleIdentifier is the identifier that can be used in Web service methods to uniquely identify a role. The RoleIdentifier contains the generic information about a role (including the display name, ID, and UUID) in addition to the associated project.
The following XML shows RoleIdentifier as seen in a typical call.
<urn:role> <urn:id> <urn:displayName>IDM Administrator</urn:displayName> <urn:projectId> <urn:displayName>IDM Project</urn:displayName> </urn:projectId> </urn:id> <urn:access>REVOKED</urn:access> </urn:role>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.