listGrantableRoles
Returns a list of roles that can be granted (excludes conditional roles).
Applies to Clouds and Integration Appliances.
- Returns:
- The list of roles.
Examples:
The following example is a SOAP
request to list the grantable roles.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
<soapenv:Header>
<sec:sessionId>AA91E56114D36B296D82660639B6482F</sec:sessionId>
</soapenv:Header>
<soapenv:Body>
<sec:listGrantableRoles/>
</soapenv:Body>
</soapenv:Envelope>
The following example is
the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:listGrantableRolesResponse xmlns:ns2="http://www.approuter.com/
schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
router/1000/security/03">
<ns2:roles>admin@A51EDD44BE6C10B2D1335A9D634D407D</ns2:roles>
<ns2:roles>user@A51EDD44BE6C10B2D1335A9D634D407D</ns2:roles>
<ns2:roles>publisher@A51EDD44BE6C10B2D1335A9D634D407D</ns2:roles>
</ns2:listGrantableRolesResponse>
</S:Body>
</S:Envelope>