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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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\" |"]]