组织 ORGANIZATIONS-列出租户的组织配额:响应参数

时间:2024-05-11 17:00:15

响应参数

状态码: 200

表2 响应Body参数

参数

参数类型

描述

quotas

QuotasResourcesDto object

组织配额的响应体。

表3 QuotasResourcesDto

参数

参数类型

描述

resources

Array of QuotaDto objects

配额信息。

表4 QuotaDto

参数

参数类型

描述

type

String

配额类型。account:账号;organizational_unit:组织单元;policy:策略。

最小长度:1

最大长度:64

quota

Integer

配额数量。

min

Integer

最小配额。

max

Integer

最大配额。

used

Integer

已使用数量。

support.huaweicloud.com/api-organizations/ListQuotas.html