数据库和应用迁移 UGO-查询权限检查结果:响应参数

时间:2024-10-24 18:55:41

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

total_count

Integer

权限检查的总条目个数。

passed_permission_items

Array of 表5 objects

权限检查的通过条目。

alarm_permission_items

Array of 表5 objects

权限检查的告警条目。

failed_permission_items

Array of 表5 objects

权限检查的失败条目。

passed_count

Integer

权限检查的通过条目个数。

alarm_count

Integer

权限检查的告警条目个数。

failed_count

Integer

权限检查的失败条目个数。

表5 PermissionItem

参数

参数类型

描述

permission_type

String

权限类型。

schema_name

String

schema名称。

description

String

权限描述。

status

String

是否通过。

failed_reason

String

失败原因。

failed_detail

String

失败详情。

suggest_solution

Array of strings

解决建议。

support.huaweicloud.com/api-ugo/ugo_05_0046.html