forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
297 lines
22 KiB
HTML
297 lines
22 KiB
HTML
<a name="en-us_topic_0057845571"></a><a name="en-us_topic_0057845571"></a>
|
|
|
|
<h1 class="topictitle1">Querying Permissions of a User Group Under a Domain</h1>
|
|
<div id="body1492670576107"><div class="section" id="en-us_topic_0057845571__section495175389414"><h4 class="sectiontitle">Function</h4><p id="en-us_topic_0057845571__p1054683013813">This API is used to query the permissions of a user group under a domain. A role is a set of permissions and represents a group of actions.</p>
|
|
</div>
|
|
<div class="section" id="en-us_topic_0057845571__section3019338085013"><h4 class="sectiontitle">URI</h4><ul id="en-us_topic_0057845571__en-us_topic_0032920307_ul52733512"><li id="en-us_topic_0057845571__en-us_topic_0032920307_li4839561">URI format<p id="en-us_topic_0057845571__en-us_topic_0032920307_p43556055"><a name="en-us_topic_0057845571__en-us_topic_0032920307_li4839561"></a><a name="en-us_topic_0032920307_li4839561"></a>GET /v3/domains/{domain_id}/groups/{group_id}/roles</p>
|
|
</li><li id="en-us_topic_0057845571__li1205595994225">URI parameters
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-us_topic_0057845571__en-us_topic_0032920307_table36168141" frame="border" border="1" rules="all"><thead align="left"><tr id="en-us_topic_0057845571__en-us_topic_0032920307_row15662289"><th align="left" class="cellrowborder" valign="top" width="19.36%" id="mcps1.3.2.2.2.1.1.5.1.1"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p60685926"><strong id="en-us_topic_0057845571__b842352706112442">Parameter</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="19.24%" id="mcps1.3.2.2.2.1.1.5.1.2"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p16612996"><strong id="en-us_topic_0057845571__b138214711610">Mandatory</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="16.520000000000003%" id="mcps1.3.2.2.2.1.1.5.1.3"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p3475410"><strong id="en-us_topic_0057845571__b842352706143526_1">Type</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="44.879999999999995%" id="mcps1.3.2.2.2.1.1.5.1.4"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p13072760"><strong id="en-us_topic_0057845571__b20601766145329_1">Description</strong></p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="en-us_topic_0057845571__en-us_topic_0032920307_row52260639"><td class="cellrowborder" valign="top" width="19.36%" headers="mcps1.3.2.2.2.1.1.5.1.1 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p5253358">domain_id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="19.24%" headers="mcps1.3.2.2.2.1.1.5.1.2 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p22868878">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="16.520000000000003%" headers="mcps1.3.2.2.2.1.1.5.1.3 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p40439847">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.879999999999995%" headers="mcps1.3.2.2.2.1.1.5.1.4 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p54402144">Domain ID.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__en-us_topic_0032920307_row19857248"><td class="cellrowborder" valign="top" width="19.36%" headers="mcps1.3.2.2.2.1.1.5.1.1 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p64933228">group_id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="19.24%" headers="mcps1.3.2.2.2.1.1.5.1.2 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p25100141">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="16.520000000000003%" headers="mcps1.3.2.2.2.1.1.5.1.3 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p19845579">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.879999999999995%" headers="mcps1.3.2.2.2.1.1.5.1.4 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p63988077">User group ID.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="en-us_topic_0057845571__section1437107585444"><h4 class="sectiontitle">Request Parameters</h4><ul id="en-us_topic_0057845571__ul3118448103456"><li id="en-us_topic_0057845571__li46500394103456">Parameters in the request header
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-us_topic_0057845571__en-us_topic_0032920307_table21736211" frame="border" border="1" rules="all"><thead align="left"><tr id="en-us_topic_0057845571__en-us_topic_0032920307_row48433347"><th align="left" class="cellrowborder" valign="top" width="19.498050194980504%" id="mcps1.3.3.2.1.1.1.5.1.1"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p30787047"><strong id="en-us_topic_0057845571__a173ae121cc9e48328ca613e72f2a1504">Parameter</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="19.058094190580942%" id="mcps1.3.3.2.1.1.1.5.1.2"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p10722842"><strong id="en-us_topic_0057845571__b138960216191_1">Mandatory</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="16.548345165483454%" id="mcps1.3.3.2.1.1.1.5.1.3"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p63243911"><strong id="en-us_topic_0057845571__b842352706143526_3">Type</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="44.89551044895511%" id="mcps1.3.3.2.1.1.1.5.1.4"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p22483156"><strong id="en-us_topic_0057845571__b20601766145329_3">Description</strong></p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="en-us_topic_0057845571__en-us_topic_0032920307_row39604502"><td class="cellrowborder" valign="top" width="19.498050194980504%" headers="mcps1.3.3.2.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p53848109">X-Auth-Token</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="19.058094190580942%" headers="mcps1.3.3.2.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p66729601">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="16.548345165483454%" headers="mcps1.3.3.2.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p36388601">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.89551044895511%" headers="mcps1.3.3.2.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p2370102611150">Authenticated token with the <strong id="en-us_topic_0057845571__b750798910387">Security Administrator</strong> permission.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li></ul>
|
|
<ul id="en-us_topic_0057845571__ul34980739152848"><li id="en-us_topic_0057845571__li7521934152848">Example request<pre class="screen" id="en-us_topic_0057845571__screen35934151152848"><em id="en-us_topic_0057845571__i36476603152855">curl -i -k -H "X-Auth-Token:$token" -H 'Content-Type:application/json;charset=utf8' -X GET https://sample.domain.com/v3/domains/d54061ebcb5145dd814f8eb3fe9b7ac0/groups/47d79cabc2cf4c35b13493d919a5bb3d/roles</em></pre>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="en-us_topic_0057845571__section422798898594"><h4 class="sectiontitle">Response Parameters</h4><ul id="en-us_topic_0057845571__ul5464199010524"><li id="en-us_topic_0057845571__li6140614310524">Parameters in the response body
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-us_topic_0057845571__table1056195410010" frame="border" border="1" rules="all"><thead align="left"><tr id="en-us_topic_0057845571__row2747156110010"><th align="left" class="cellrowborder" valign="top" width="19.598040195980403%" id="mcps1.3.4.2.1.1.1.5.1.1"><p id="en-us_topic_0057845571__p447620910517"><strong id="en-us_topic_0057845571__b22978331161841">Parameter</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="18.72812718728127%" id="mcps1.3.4.2.1.1.1.5.1.2"><p id="en-us_topic_0057845571__p104611709598"><strong id="en-us_topic_0057845571__b138960216191_3">Mandatory</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="16.798320167983203%" id="mcps1.3.4.2.1.1.1.5.1.3"><p id="en-us_topic_0057845571__p755696810517"><strong id="en-us_topic_0057845571__b842352706143526_5">Type</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="44.875512448755124%" id="mcps1.3.4.2.1.1.1.5.1.4"><p id="en-us_topic_0057845571__p6407638510517"><strong id="en-us_topic_0057845571__b20601766145329_5">Description</strong></p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="en-us_topic_0057845571__row570214510010"><td class="cellrowborder" valign="top" width="19.598040195980403%" headers="mcps1.3.4.2.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p5922062510010">links</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.72812718728127%" headers="mcps1.3.4.2.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p204615075916">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="16.798320167983203%" headers="mcps1.3.4.2.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p5331155510010">Dict</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.875512448755124%" headers="mcps1.3.4.2.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p2326866010010">Role resource link of a specified user group under a domain.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row809135110010"><td class="cellrowborder" valign="top" width="19.598040195980403%" headers="mcps1.3.4.2.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p5141972010010">roles</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.72812718728127%" headers="mcps1.3.4.2.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p14617011592">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="16.798320167983203%" headers="mcps1.3.4.2.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p852996010010">Array</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.875512448755124%" headers="mcps1.3.4.2.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p1983818310010">Role of a specified user group under a domain.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li></ul>
|
|
<ul id="en-us_topic_0057845571__en-us_topic_0032920307_ul65344633"><li id="en-us_topic_0057845571__l6c7badc7da784e62ae4b0b7c757a339a">Role parameter description
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-us_topic_0057845571__table4865996110948" frame="border" border="1" rules="all"><thead align="left"><tr id="en-us_topic_0057845571__row3498648810948"><th align="left" class="cellrowborder" valign="top" width="19.7%" id="mcps1.3.4.3.1.1.1.5.1.1"><p id="en-us_topic_0057845571__p1533325610948"><strong id="en-us_topic_0057845571__b11341146161841">Parameter</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="18.42%" id="mcps1.3.4.3.1.1.1.5.1.2"><p id="en-us_topic_0057845571__p10590906115538"><strong id="en-us_topic_0057845571__b138960216191_5">Mandatory</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="17.07%" id="mcps1.3.4.3.1.1.1.5.1.3"><p id="en-us_topic_0057845571__p3403423310948"><strong id="en-us_topic_0057845571__b842352706143526_7">Type</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="44.81%" id="mcps1.3.4.3.1.1.1.5.1.4"><p id="en-us_topic_0057845571__p530949010948"><strong id="en-us_topic_0057845571__b20601766145329_7">Description</strong></p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="en-us_topic_0057845571__row61939585101142"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p20585353101142">id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p50116851115538">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p56800915101142">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p37471393101142">ID of a role of a specified user group under a domain.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row66853790101157"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p64813205101157">links</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p23546155115538">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p15378285101157">Dict</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p37681557101157">Role resource link.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row5718865710123"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p4493586710123">name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p64464139115538">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p1592658110123">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p1498466710123">Name of a role.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row50591084115558"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p20825605115558">domain_id</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p16657053115558">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p29023453115558">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p9247213115558">ID of the domain to which a role belongs.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row208473342511"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p1319017613253">type</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p41901265250">Yes</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p14190116132515">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p151901868258">Display mode of a role.</p>
|
|
<ul id="en-us_topic_0057845571__ul27401739111556"><li id="en-us_topic_0057845571__li28958197111556"><strong id="en-us_topic_0057845571__b53370281113053">AX</strong>: A role is displayed at the domain layer.</li><li id="en-us_topic_0057845571__li9540646111556"><strong id="en-us_topic_0057845571__b28025503113053">XA</strong>: A role is displayed at the project layer.</li><li id="en-us_topic_0057845571__li53827187111556"><strong id="en-us_topic_0057845571__b55473241113053">AA</strong>: A role is displayed at both the domain and project layers.</li><li id="en-us_topic_0057845571__li31564195111556"><strong id="en-us_topic_0057845571__b64147519113053">XX</strong>: A role is not displayed at the domain or project layer.</li></ul>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row6891701115550"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p15500711115550">display_name</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p30164781115550">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p26432842115550">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p48067110115550">Displayed name of a role.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row16603785115550"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p37141172115550">catalog</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p9932742115550">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p59226932115550">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p27190757115550">Directory where a role locates.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row45030537115550"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p24381126115550">policy</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p25820479115550">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p4657591115550">Dict</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p33021399115550">Policy of a role.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row21982282115550"><td class="cellrowborder" valign="top" width="19.7%" headers="mcps1.3.4.3.1.1.1.5.1.1 "><p id="en-us_topic_0057845571__p36846166115550">description</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="18.42%" headers="mcps1.3.4.3.1.1.1.5.1.2 "><p id="en-us_topic_0057845571__p58089279115550">No</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="17.07%" headers="mcps1.3.4.3.1.1.1.5.1.3 "><p id="en-us_topic_0057845571__p21944492115550">String</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="44.81%" headers="mcps1.3.4.3.1.1.1.5.1.4 "><p id="en-us_topic_0057845571__p28044037115550">Description of a role.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</li><li id="en-us_topic_0057845571__li10186653152844">Example response<pre class="screen" id="en-us_topic_0057845571__screen3931104143019">{
|
|
"links": {
|
|
"self": "<em id="en-us_topic_0057845571__i7271037110">https://sample.domain.com</em>/v3/domains/d54061ebcb5145dd814f8eb3fe9b7ac0/groups/47d79cabc2cf4c35b13493d919a5bb3d/roles",
|
|
"previous": null,
|
|
"next": null
|
|
},
|
|
"roles": [
|
|
{
|
|
"display_name": "Security Administrator",
|
|
"description": "Security Administrator",
|
|
"links": {
|
|
"self": "<em id="en-us_topic_0057845571__i7997135116">https://sample.domain.com</em>/v3/roles/005cf92cfd364105afaa5df2eec25012"
|
|
},
|
|
"domain_id": null,
|
|
"name": "secu_admin",
|
|
"type": "AX",
|
|
"catalog": "BASE",
|
|
"policy": {
|
|
"Version": "1.0",
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"identity:*"
|
|
],
|
|
"Effect": "Allow"
|
|
}
|
|
]
|
|
},
|
|
"id": "005cf92cfd364105afaa5df2eec25012"
|
|
},
|
|
{
|
|
"display_name": "Agent Operator",
|
|
"description": "Agent Operator",
|
|
"links": {
|
|
"self": "<em id="en-us_topic_0057845571__i63392718115">https://sample.domain.com</em>/v3/roles/d160d30477c642a486ad10e3b4d9820f"
|
|
},
|
|
"domain_id": null,
|
|
"name": "te_agency",
|
|
"type": "AX",
|
|
"catalog": "IAM",
|
|
"policy": {
|
|
"Version": "1.0",
|
|
"Statement": [
|
|
{
|
|
"Action": [
|
|
"identity:assume role"
|
|
],
|
|
"Effect": "Allow"
|
|
}
|
|
]
|
|
},
|
|
"id": "d160d30477c642a486ad10e3b4d9820f"
|
|
}
|
|
]
|
|
}</pre>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="en-us_topic_0057845571__section5556784894735"><h4 class="sectiontitle">Status Codes</h4>
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" id="en-us_topic_0057845571__en-us_topic_0032920307_table25927028" frame="border" border="1" rules="all"><thead align="left"><tr id="en-us_topic_0057845571__en-us_topic_0032920307_row10578662"><th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.5.2.1.3.1.1"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p51565323"><strong id="en-us_topic_0057845571__b17741050161841">Status Code</strong></p>
|
|
</th>
|
|
<th align="left" class="cellrowborder" valign="top" width="50%" id="mcps1.3.5.2.1.3.1.2"><p id="en-us_topic_0057845571__en-us_topic_0032920307_p16041657"><strong id="en-us_topic_0057845571__b20601766145329_9">Description</strong></p>
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr id="en-us_topic_0057845571__en-us_topic_0032920307_row24305815"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.1 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p22613965">200</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.2 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p19791876">The request is successful.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__en-us_topic_0032920307_row43909159"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.1 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p66980994">400</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.2 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p56751409">The server failed to process the request.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row460808479497"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.1 "><p id="en-us_topic_0057845571__p120744399497">401</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.2 "><p id="en-us_topic_0057845571__p385055099497">Authentication failed.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__en-us_topic_0032920307_row41000636"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.1 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p32717189">403</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.2 "><p id="en-us_topic_0057845571__en-us_topic_0032920307_p32846614">Access denied.</p>
|
|
</td>
|
|
</tr>
|
|
<tr id="en-us_topic_0057845571__row50810180103625"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.1 "><p id="en-us_topic_0057845571__p21983945103625">404</p>
|
|
</td>
|
|
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.3.5.2.1.3.1.2 "><p id="en-us_topic_0057845571__p35869143103625">The requested resource cannot be found.</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="en-us_topic_0057845579.html">Permission Management</a></div>
|
|
</div>
|
|
</div>
|
|
|