AccountSuspensionWarning
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
AccountSuspensionDetails
字段 |
abuseReason |
enum (AccountSuspensionAbuseReason )
此账号收到账号中止警告的原因。
|
productName |
string
遭到滥用的商品的名称。 此字段仅限以下值:“Gmail”“Google Workspace”“付款”“Voice”“YouTube”“其他”
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-25。
[null,null,["最后更新时间 (UTC):2025-03-25。"],[],[],null,["# AccountSuspensionWarning\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [AccountSuspensionDetails](#AccountSuspensionDetails)\n - [JSON representation](#AccountSuspensionDetails.SCHEMA_REPRESENTATION)\n\nA warning that the customer's account is about to be suspended.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"state\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/AccountSuspensionWarningState), \"suspensionDetails\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/AccountSuspensionWarning#AccountSuspensionDetails) } ], \"appealWindow\": string } ``` |\n\n| Fields ||\n|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `state` | `enum (`[AccountSuspensionWarningState](/workspace/admin/alertcenter/reference/rest/v1beta1/AccountSuspensionWarningState)`)` Account suspension warning state. |\n| `suspensionDetails[]` | `object (`[AccountSuspensionDetails](/workspace/admin/alertcenter/reference/rest/v1beta1/AccountSuspensionWarning#AccountSuspensionDetails)`)` Details about why an account is being suspended. |\n| `appealWindow` | `string (`[Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration)` format)` The amount of time remaining to appeal an imminent suspension. After this window has elapsed, the account will be suspended. Only populated if the account suspension is in WARNING state. |\n\nAccountSuspensionDetails\n------------------------\n\nDetails about why an account is receiving an account suspension warning.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"abuseReason\": enum (/workspace/admin/alertcenter/reference/rest/v1beta1/AccountSuspensionAbuseReason), \"productName\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `abuseReason` | `enum (`[AccountSuspensionAbuseReason](/workspace/admin/alertcenter/reference/rest/v1beta1/AccountSuspensionAbuseReason)`)` The reason why this account is receiving an account suspension warning. |\n| `productName` | `string` The name of the product being abused. This is restricted to only the following values: \"Gmail\" \"Google Workspace\" \"Payments\" \"Voice\" \"YouTube\" \"Other\" |"]]