Retrieves the current generation status of an identity and access governance report.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetGovernanceReportStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
F2CE9688-AA85-5F23-8C22-0EC23473405A |
| WholeReportStatus |
string |
The overall generation status of the report. Valid values:
|
Progressing |
| GovernanceItemsStatus |
object |
||
| GovernanceItemStatus |
array<object> |
An array of objects, each representing the generation status of a specific governance item. |
|
|
object |
|||
| GovernanceItem |
string |
The name of the governance item. |
AccountRecentUsingAccessKey |
| Status |
string |
The generation status of the governance item. Valid values:
|
Progressing |
Examples
Success response
JSON format
{
"RequestId": "F2CE9688-AA85-5F23-8C22-0EC23473405A",
"WholeReportStatus": "Progressing",
"GovernanceItemsStatus": {
"GovernanceItemStatus": [
{
"GovernanceItem": "AccountRecentUsingAccessKey",
"Status": "Progressing"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.