[[["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,["# AccessApproval\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [SupportTicket](#SupportTicket)\n - [JSON representation](#SupportTicket.SCHEMA_REPRESENTATION)\n\nAlert that is triggered when Google support requests to access customer data.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"requestId\": string, \"scope\": string, \"tickets\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/AccessApproval#SupportTicket) } ], \"officeLocation\": string, \"justificationReason\": [ enum (/workspace/admin/alertcenter/reference/rest/v1beta1/Justification) ], \"products\": [ string ] } ``` |\n\n| Fields ||\n|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `requestId` | `string` ID of the Access Approvals request. This is a helpful field when requesting support from Google. |\n| `scope` | `string` Scope of access, also known as a resource. This is further narrowed down by the product field. |\n| `tickets[]` | `object (`[SupportTicket](/workspace/admin/alertcenter/reference/rest/v1beta1/AccessApproval#SupportTicket)`)` Support tickets related to this Access Approvals request. Populated if there is an associated case number. |\n| `officeLocation` | `string` Office location of Google staff requesting access such as \"US\". |\n| `justificationReason[]` | `enum (`[Justification](/workspace/admin/alertcenter/reference/rest/v1beta1/Justification)`)` Justification for data access based on justification enums. |\n| `products[]` | `string` Products within scope of the Access Approvals request. |\n\nSupportTicket\n-------------\n\nSupport ticket related to Access Approvals request\n\n| JSON representation |\n|-----------------------------------------------------|\n| ``` { \"ticketId\": string, \"ticketUrl\": string } ``` |\n\n| Fields ||\n|-------------|---------------------------------|\n| `ticketId` | `string` Support ticket ID |\n| `ticketUrl` | `string` Link to support ticket |"]]