REST 资源:accounts.customers.billingEntitlements

资源:BillingEntitlement

结算权限表示与转销商结算帐号相关联的转销的容器。只有在存在结算权限时,才能创建服务权限。示例:对于 GCP,此帐号是一个子结算帐号,对于 G Suite,此帐号是一个 G Suite 客户帐号。属于只读字段,会在订单执行过程中更新。

JSON 表示形式

{
  "name": string,
  "status": enum(Status)
}
字段
name

string

资源名称的格式如下:accounts/{account_id}/customers/{customer_id}/billingEntitlements/{id}

status

enum(Status)

状态

结算权限的状态。

枚举
STATUS_UNSPECIFIED
ACTIVE
DISABLED

方法

get

返回所请求的 BillingEntitlement 资源。

list

列出属于某个客户的 BillingEntitlement