Queries the details of a specific check item in an identity and access governance report.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetGovernanceItemReport |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| GovernanceItemType |
string |
No |
The check item. For more information, see Identity and access governance check items. |
SSOLoginEnabled |
| Marker |
string |
No |
If the response is truncated, use the |
EXAMPLE |
| MaxItems |
string |
No |
The number of entries to return. If the response is truncated because the number of entries exceeds the value of Valid values: 1 to 1000. Default value: 1000. |
1000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
F2CE9688-AA85-5F23-8C22-0EC23473405F |
| GenerateTime |
string |
The time when the report for the check item was generated. |
2020-10-19T15:06:52Z |
| MetricType |
string |
The data type of the metric value. Valid values:
|
Number |
| MetricValue |
any |
The metric value. |
100 |
| ColumnsSchema |
object |
||
| ColumnSchema |
array<object> |
The schema of the detail columns. This is an array, and its length is the number of columns. |
|
|
object |
The schema of a single detail column. |
||
| ColumnName |
string |
The column name. |
UserPrincipalName |
| ColumnType |
string |
The column type. Valid values:
|
String |
| ColumnsValue |
object |
||
| ColumnRow |
array<object> |
The detailed values, which are a two-dimensional array. Each row has a fixed length. The data type, value, length, and order of values in each row are consistent with the schema described in ColumnsSchema. |
|
|
object |
|||
| ColumnValue |
array |
A row of detailed values. |
|
|
any |
The data object in this row. |
test@example.onaliyun.com |
|
| IsTruncated |
boolean |
Indicates whether the response is truncated. Valid values:
|
true |
| Marker |
string |
This parameter is returned only when |
EXAMPLE |
Examples
Success response
JSON format
{
"RequestId": "F2CE9688-AA85-5F23-8C22-0EC23473405F",
"GenerateTime": "2020-10-19T15:06:52Z",
"MetricType": "Number",
"MetricValue": "100",
"ColumnsSchema": {
"ColumnSchema": [
{
"ColumnName": "UserPrincipalName",
"ColumnType": "String"
}
]
},
"ColumnsValue": {
"ColumnRow": [
{
"ColumnValue": [
"test@example.onaliyun.com"
]
}
]
},
"IsTruncated": true,
"Marker": "EXAMPLE"
}
Error codes
See for a complete list.
Release notes
See Release Notes for a complete list.