Queries a list of plan reviewers.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
servicecatalog:ListProvisionedProductPlanApprovers |
get |
*All Resource
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AccessLevelFilter |
string |
No |
The access filter. Valid values:
Note
You must specify one of the |
User |
| Filters |
array<object> |
No |
An array that consists of filter conditions. |
|
|
object |
No |
|||
| Key |
string |
No |
The name of the filter condition. Valid values:
|
ProvisionedProductPlanApproverName |
| Value |
string |
No |
The value of the filter condition. |
approver |
| ApprovalFilter |
string |
No |
The access filter of the review dimension. Valid values:
Note
You must specify one of the |
AccountRequests |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
0FEEF92D-4052-5202-87D0-3D8EC16F**** |
| Approvers |
array<object> |
An array that consists of reviewers. |
|
|
object |
|||
| PrincipalName |
string |
The name of the reviewer. |
approver-1 |
| PrincipalType |
string |
The type of the Resource Access Management (RAM) entity of the reviewer. Valid values:
|
RamUser |
Examples
Success response
JSON format
{
"RequestId": "0FEEF92D-4052-5202-87D0-3D8EC16F****",
"Approvers": [
{
"PrincipalName": "approver-1",
"PrincipalType": "RamUser"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError | A system error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.