AccountSuspensionWarning
Stay organized with collections
Save and categorize content based on your preferences.
A warning that the customer's account is about to be suspended.
Fields |
state |
enum (AccountSuspensionWarningState )
Account suspension warning state.
|
suspensionDetails[] |
object (AccountSuspensionDetails )
Details about why an account is being suspended.
|
appealWindow |
string (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.
|
AccountSuspensionDetails
Details about why an account is receiving an account suspension warning.
Fields |
abuseReason |
enum (AccountSuspensionAbuseReason )
The reason why this account is receiving an account suspension warning.
|
productName |
string
The name of the product being abused. This is restricted to only the following values: "Gmail" "Google Workspace" "Payments" "Voice" "YouTube" "Other"
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],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\" |"]]