{ "baseUrl": "https://alertcenter.googleapis.com/", "batchPath": "batch", "description": "Manages alerts on issues affecting your domain. Note: The current version of this API (v1beta1) is available to all Google Workspace customers. ", "discoveryVersion": "v1", "icons": { "x16": "http://www.google.com/images/icons/product/search-16.gif", "x32": "http://www.google.com/images/icons/product/search-32.gif" }, "version": "v1beta1", "auth": { "oauth2": { "scopes": { "https://www.googleapis.com/auth/apps.alerts": { "description": "See and delete your domain's G Suite alerts, and send alert feedback" } } } }, "fullyEncodeReservedExpansion": true, "documentationLink": "https://developers.google.com/admin-sdk/alertcenter/", "rootUrl": "https://alertcenter.googleapis.com/", "id": "alertcenter:v1beta1", "parameters": { "access_token": { "type": "string", "description": "OAuth access token.", "location": "query" }, "alt": { "type": "string", "description": "Data format for response.", "default": "json", "enum": [ "json", "media", "proto" ], "enumDescriptions": [ "Responses with Content-Type of application/json", "Media download with context-dependent Content-Type", "Responses with Content-Type of application/x-protobuf" ], "location": "query" }, "callback": { "type": "string", "description": "JSONP", "location": "query" }, "fields": { "type": "string", "description": "Selector specifying which fields to include in a partial response.", "location": "query" }, "key": { "type": "string", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.", "location": "query" }, "oauth_token": { "type": "string", "description": "OAuth 2.0 token for the current user.", "location": "query" }, "prettyPrint": { "type": "boolean", "description": "Returns response with indentations and line breaks.", "default": "true", "location": "query" }, "quotaUser": { "type": "string", "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.", "location": "query" }, "upload_protocol": { "type": "string", "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").", "location": "query" }, "uploadType": { "type": "string", "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").", "location": "query" }, "$.xgafv": { "type": "string", "description": "V1 error format.", "enum": [ "1", "2" ], "enumDescriptions": [ "v1 error format", "v2 error format" ], "location": "query" } }, "canonicalName": "AlertCenter", "version_module": true, "basePath": "", "ownerName": "Google", "servicePath": "", "resources": { "alerts": { "methods": { "list": { "id": "alertcenter.alerts.list", "path": "v1beta1/alerts", "flatPath": "v1beta1/alerts", "httpMethod": "GET", "parameters": { "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alerts are associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" }, "pageSize": { "description": "Optional. The requested page size. Server may return fewer items than requested. If unspecified, server picks an appropriate default.", "location": "query", "type": "integer", "format": "int32" }, "pageToken": { "description": "Optional. A token identifying a page of results the server should return. If empty, a new iteration is started. To continue an iteration, pass in the value from the previous ListAlertsResponse's next_page_token field.", "location": "query", "type": "string" }, "filter": { "description": "Optional. A query string for filtering alert results. For more details, see [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.list).", "location": "query", "type": "string" }, "orderBy": { "description": "Optional. The sort order of the list results. If not specified results may be returned in arbitrary order. You can sort the results in descending order based on the creation timestamp using `order_by=\"create_time desc\"`. Currently, supported sorting are `create_time asc`, `create_time desc`, `update_time desc`", "location": "query", "type": "string" } }, "parameterOrder": [], "response": { "$ref": "ListAlertsResponse" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Lists the alerts." }, "get": { "id": "alertcenter.alerts.get", "path": "v1beta1/alerts/{alertId}", "flatPath": "v1beta1/alerts/{alertId}", "httpMethod": "GET", "parameters": { "alertId": { "description": "Required. The identifier of the alert to retrieve.", "location": "path", "required": true, "type": "string" }, "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" } }, "parameterOrder": [ "alertId" ], "response": { "$ref": "Alert" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Gets the specified alert. Attempting to get a nonexistent alert returns `NOT_FOUND` error." }, "delete": { "id": "alertcenter.alerts.delete", "path": "v1beta1/alerts/{alertId}", "flatPath": "v1beta1/alerts/{alertId}", "httpMethod": "DELETE", "parameters": { "alertId": { "description": "Required. The identifier of the alert to delete.", "location": "path", "required": true, "type": "string" }, "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" } }, "parameterOrder": [ "alertId" ], "response": { "$ref": "Empty" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Marks the specified alert for deletion. An alert that has been marked for deletion is removed from Alert Center after 30 days. Marking an alert for deletion has no effect on an alert which has already been marked for deletion. Attempting to mark a nonexistent alert for deletion results in a `NOT_FOUND` error." }, "undelete": { "id": "alertcenter.alerts.undelete", "path": "v1beta1/alerts/{alertId}:undelete", "flatPath": "v1beta1/alerts/{alertId}:undelete", "httpMethod": "POST", "parameters": { "alertId": { "description": "Required. The identifier of the alert to undelete.", "location": "path", "required": true, "type": "string" } }, "parameterOrder": [ "alertId" ], "request": { "$ref": "UndeleteAlertRequest" }, "response": { "$ref": "Alert" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Restores, or \"undeletes\", an alert that was marked for deletion within the past 30 days. Attempting to undelete an alert which was marked for deletion over 30 days ago (which has been removed from the Alert Center database) or a nonexistent alert returns a `NOT_FOUND` error. Attempting to undelete an alert which has not been marked for deletion has no effect." }, "getMetadata": { "id": "alertcenter.alerts.getMetadata", "path": "v1beta1/alerts/{alertId}/metadata", "flatPath": "v1beta1/alerts/{alertId}/metadata", "httpMethod": "GET", "parameters": { "alertId": { "description": "Required. The identifier of the alert this metadata belongs to.", "location": "path", "required": true, "type": "string" }, "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert metadata is associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" } }, "parameterOrder": [ "alertId" ], "response": { "$ref": "AlertMetadata" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returns `NOT_FOUND` error." }, "batchDelete": { "id": "alertcenter.alerts.batchDelete", "path": "v1beta1/alerts:batchDelete", "flatPath": "v1beta1/alerts:batchDelete", "httpMethod": "POST", "parameters": {}, "parameterOrder": [], "request": { "$ref": "BatchDeleteAlertsRequest" }, "response": { "$ref": "BatchDeleteAlertsResponse" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Performs batch delete operation on alerts." }, "batchUndelete": { "id": "alertcenter.alerts.batchUndelete", "path": "v1beta1/alerts:batchUndelete", "flatPath": "v1beta1/alerts:batchUndelete", "httpMethod": "POST", "parameters": {}, "parameterOrder": [], "request": { "$ref": "BatchUndeleteAlertsRequest" }, "response": { "$ref": "BatchUndeleteAlertsResponse" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Performs batch undelete operation on alerts." } }, "resources": { "feedback": { "methods": { "create": { "id": "alertcenter.alerts.feedback.create", "path": "v1beta1/alerts/{alertId}/feedback", "flatPath": "v1beta1/alerts/{alertId}/feedback", "httpMethod": "POST", "parameters": { "alertId": { "description": "Required. The identifier of the alert this feedback belongs to.", "location": "path", "required": true, "type": "string" }, "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" } }, "parameterOrder": [ "alertId" ], "request": { "$ref": "AlertFeedback" }, "response": { "$ref": "AlertFeedback" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Creates new feedback for an alert. Attempting to create a feedback for a non-existent alert returns `NOT_FOUND` error. Attempting to create a feedback for an alert that is marked for deletion returns `FAILED_PRECONDITION' error." }, "list": { "id": "alertcenter.alerts.feedback.list", "path": "v1beta1/alerts/{alertId}/feedback", "flatPath": "v1beta1/alerts/{alertId}/feedback", "httpMethod": "GET", "parameters": { "alertId": { "description": "Required. The alert identifier. The \"-\" wildcard could be used to represent all alerts.", "location": "path", "required": true, "type": "string" }, "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" }, "filter": { "description": "Optional. A query string for filtering alert feedback results. For more details, see [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).", "location": "query", "type": "string" } }, "parameterOrder": [ "alertId" ], "response": { "$ref": "ListAlertFeedbackResponse" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns `NOT_FOUND` error." } } } } }, "v1beta1": { "methods": { "getSettings": { "id": "alertcenter.getSettings", "path": "v1beta1/settings", "flatPath": "v1beta1/settings", "httpMethod": "GET", "parameters": { "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert settings are associated with. The `customer_id` must/ have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" } }, "parameterOrder": [], "response": { "$ref": "Settings" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Returns customer-level settings." }, "updateSettings": { "id": "alertcenter.updateSettings", "path": "v1beta1/settings", "flatPath": "v1beta1/settings", "httpMethod": "PATCH", "parameters": { "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert settings are associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "location": "query", "type": "string" } }, "parameterOrder": [], "request": { "$ref": "Settings" }, "response": { "$ref": "Settings" }, "scopes": [ "https://www.googleapis.com/auth/apps.alerts" ], "description": "Updates the customer-level settings." } } } }, "kind": "discovery#restDescription", "ownerDomain": "google.com", "schemas": { "ListAlertsResponse": { "id": "ListAlertsResponse", "description": "Response message for an alert listing request.", "type": "object", "properties": { "alerts": { "description": "The list of alerts.", "type": "array", "items": { "$ref": "Alert" } }, "nextPageToken": { "description": "The token for the next page. If not empty, indicates that there may be more alerts that match the listing request; this value can be used in a subsequent ListAlertsRequest to get alerts continuing from last result of the current list call.", "type": "string" } } }, "Alert": { "id": "Alert", "description": "An alert affecting a customer.", "type": "object", "properties": { "customerId": { "description": "Output only. The unique identifier of the Google Workspace account of the customer.", "type": "string" }, "alertId": { "description": "Output only. The unique identifier for the alert.", "type": "string" }, "createTime": { "description": "Output only. The time this alert was created.", "type": "string", "format": "google-datetime" }, "startTime": { "description": "Required. The time the event that caused this alert was started or detected.", "type": "string", "format": "google-datetime" }, "endTime": { "description": "Optional. The time the event that caused this alert ceased being active. If provided, the end time must not be earlier than the start time. If not provided, it indicates an ongoing alert.", "type": "string", "format": "google-datetime" }, "type": { "description": "Required. The type of the alert. This is output only after alert is created. For a list of available alert types see [Google Workspace Alert types](https://developers.google.com/admin-sdk/alertcenter/reference/alert-types).", "type": "string" }, "source": { "description": "Required. A unique identifier for the system that reported the alert. This is output only after alert is created. Supported sources are any of the following: * Google Operations * Mobile device management * Gmail phishing * Data Loss Prevention * Domain wide takeout * State sponsored attack * Google identity * Apps outage", "type": "string" }, "data": { "description": "Optional. The data associated with this alert, for example google.apps.alertcenter.type.DeviceCompromised.", "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } }, "securityInvestigationToolLink": { "description": "Output only. An optional [Security Investigation Tool](https://support.google.com/a/answer/7575955) query for this alert.", "type": "string" }, "deleted": { "description": "Output only. `True` if this alert is marked for deletion.", "type": "boolean" }, "metadata": { "description": "Output only. The metadata associated with this alert.", "$ref": "AlertMetadata" }, "updateTime": { "description": "Output only. The time this alert was last updated.", "type": "string", "format": "google-datetime" }, "etag": { "description": "Optional. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of an alert from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform alert updates in order to avoid race conditions: An `etag` is returned in the response which contains alerts, and systems are expected to put that etag in the request to update alert to ensure that their change will be applied to the same version of the alert. If no `etag` is provided in the call to update alert, then the existing alert is overwritten blindly.", "type": "string" } } }, "AlertMetadata": { "id": "AlertMetadata", "description": "An alert metadata.", "type": "object", "properties": { "customerId": { "description": "Output only. The unique identifier of the Google Workspace account of the customer.", "type": "string" }, "alertId": { "description": "Output only. The alert identifier.", "type": "string" }, "status": { "description": "The current status of the alert. The supported values are the following: * NOT_STARTED * IN_PROGRESS * CLOSED", "type": "string" }, "assignee": { "description": "The email address of the user assigned to the alert.", "type": "string" }, "updateTime": { "description": "Output only. The time this metadata was last updated.", "type": "string", "format": "google-datetime" }, "severity": { "description": "The severity value of the alert. Alert Center will set this field at alert creation time, default's to an empty string when it could not be determined. The supported values for update actions on this field are the following: * HIGH * MEDIUM * LOW", "type": "string" }, "etag": { "description": "Optional. `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of an alert metadata from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform metadata updates in order to avoid race conditions: An `etag` is returned in the response which contains alert metadata, and systems are expected to put that etag in the request to update alert metadata to ensure that their change will be applied to the same version of the alert metadata. If no `etag` is provided in the call to update alert metadata, then the existing alert metadata is overwritten blindly.", "type": "string" } } }, "Empty": { "id": "Empty", "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "type": "object", "properties": {} }, "UndeleteAlertRequest": { "id": "UndeleteAlertRequest", "description": "A request to undelete a specific alert that was marked for deletion.", "type": "object", "properties": { "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "type": "string" } } }, "AlertFeedback": { "id": "AlertFeedback", "description": "A customer feedback about an alert.", "type": "object", "properties": { "customerId": { "description": "Output only. The unique identifier of the Google Workspace account of the customer.", "type": "string" }, "alertId": { "description": "Output only. The alert identifier.", "type": "string" }, "feedbackId": { "description": "Output only. The unique identifier for the feedback.", "type": "string" }, "createTime": { "description": "Output only. The time this feedback was created.", "type": "string", "format": "google-datetime" }, "type": { "description": "Required. The type of the feedback.", "type": "string", "enumDescriptions": [ "The feedback type is not specified.", "The alert report is not useful.", "The alert report is somewhat useful.", "The alert report is very useful." ], "enum": [ "ALERT_FEEDBACK_TYPE_UNSPECIFIED", "NOT_USEFUL", "SOMEWHAT_USEFUL", "VERY_USEFUL" ] }, "email": { "description": "Output only. The email of the user that provided the feedback.", "type": "string" } } }, "ListAlertFeedbackResponse": { "id": "ListAlertFeedbackResponse", "description": "Response message for an alert feedback listing request.", "type": "object", "properties": { "feedback": { "description": "The list of alert feedback. Feedback entries for each alert are ordered by creation time descending.", "type": "array", "items": { "$ref": "AlertFeedback" } } } }, "Settings": { "id": "Settings", "description": "Customer-level settings.", "type": "object", "properties": { "notifications": { "description": "The list of notifications.", "type": "array", "items": { "$ref": "Notification" } } } }, "Notification": { "id": "Notification", "description": "Settings for callback notifications. For more details see [Google Workspace Alert Notification](https://developers.google.com/admin-sdk/alertcenter/guides/notifications).", "type": "object", "properties": { "cloudPubsubTopic": { "description": "A Google Cloud Pub/sub topic destination.", "$ref": "CloudPubsubTopic" } } }, "CloudPubsubTopic": { "id": "CloudPubsubTopic", "description": "A reference to a Cloud Pubsub topic. To register for notifications, the owner of the topic must grant `alerts-api-push-notifications@system.gserviceaccount.com` the `projects.topics.publish` permission.", "type": "object", "properties": { "topicName": { "description": "The `name` field of a Cloud Pubsub [Topic] (https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics#Topic).", "type": "string" }, "payloadFormat": { "description": "Optional. The format of the payload that would be sent. If not specified the format will be JSON.", "type": "string", "enumDescriptions": [ "Payload format is not specified (will use JSON as default).", "Use JSON." ], "enum": [ "PAYLOAD_FORMAT_UNSPECIFIED", "JSON" ] } } }, "BatchDeleteAlertsRequest": { "id": "BatchDeleteAlertsRequest", "description": "A request to perform batch delete on alerts.", "type": "object", "properties": { "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alerts are associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "type": "string" }, "alertId": { "description": "Required. The list of alert IDs to delete.", "type": "array", "items": { "type": "string" } } } }, "BatchDeleteAlertsResponse": { "id": "BatchDeleteAlertsResponse", "description": "Response to batch delete operation on alerts.", "type": "object", "properties": { "successAlertIds": { "description": "The successful list of alert IDs.", "type": "array", "items": { "type": "string" } }, "failedAlertStatus": { "description": "The status details for each failed `alert_id`.", "type": "object", "additionalProperties": { "$ref": "Status" } } } }, "Status": { "id": "Status", "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", "type": "object", "properties": { "code": { "description": "The status code, which should be an enum value of google.rpc.Code.", "type": "integer", "format": "int32" }, "message": { "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.", "type": "string" }, "details": { "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", "type": "array", "items": { "type": "object", "additionalProperties": { "type": "any", "description": "Properties of the object. Contains field @type with type URL." } } } } }, "BatchUndeleteAlertsRequest": { "id": "BatchUndeleteAlertsRequest", "description": "A request to perform batch undelete on alerts.", "type": "object", "properties": { "customerId": { "description": "Optional. The unique identifier of the Google Workspace account of the customer the alerts are associated with. The `customer_id` must have the initial \"C\" stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).", "type": "string" }, "alertId": { "description": "Required. The list of alert IDs to undelete.", "type": "array", "items": { "type": "string" } } } }, "BatchUndeleteAlertsResponse": { "id": "BatchUndeleteAlertsResponse", "description": "Response to batch undelete operation on alerts.", "type": "object", "properties": { "successAlertIds": { "description": "The successful list of alert IDs.", "type": "array", "items": { "type": "string" } }, "failedAlertStatus": { "description": "The status details for each failed `alert_id`.", "type": "object", "additionalProperties": { "$ref": "Status" } } } }, "BadWhitelist": { "id": "BadWhitelist", "description": "Alert for setting the domain or IP that malicious email comes from as whitelisted domain or IP in Gmail advanced settings.", "type": "object", "properties": { "domainId": { "description": "The domain ID.", "$ref": "DomainId" }, "maliciousEntity": { "description": "The entity whose actions triggered a Gmail phishing alert.", "$ref": "MaliciousEntity" }, "messages": { "description": "The list of messages contained by this alert.", "type": "array", "items": { "$ref": "GmailMessageInfo" } }, "sourceIp": { "description": "The source IP address of the malicious email, for example, `127.0.0.1`.", "type": "string" } } }, "DomainId": { "id": "DomainId", "description": "Domain ID of Gmail phishing alerts.", "type": "object", "properties": { "customerPrimaryDomain": { "description": "The primary domain for the customer.", "type": "string" } } }, "MaliciousEntity": { "id": "MaliciousEntity", "description": "Entity whose actions triggered a Gmail phishing alert.", "type": "object", "properties": { "fromHeader": { "description": "The sender email address.", "type": "string" }, "displayName": { "description": "The header from display name.", "type": "string" }, "entity": { "description": "The actor who triggered a gmail phishing alert.", "$ref": "User" } } }, "User": { "id": "User", "description": "A user.", "type": "object", "properties": { "emailAddress": { "description": "Email address of the user.", "type": "string" }, "displayName": { "description": "Display name of the user.", "type": "string" } } }, "GmailMessageInfo": { "id": "GmailMessageInfo", "description": "Details of a message in phishing spike alert.", "type": "object", "properties": { "messageId": { "description": "The message ID.", "type": "string" }, "md5HashMessageBody": { "description": "The hash of the message body text.", "type": "string" }, "messageBodySnippet": { "description": "The snippet of the message body text (only available for reported emails).", "type": "string" }, "md5HashSubject": { "description": "The MD5 Hash of email's subject (only available for reported emails).", "type": "string" }, "subjectText": { "description": "The email subject text (only available for reported emails).", "type": "string" }, "attachmentsSha256Hash": { "description": "The `SHA256` hash of email's attachment and all MIME parts.", "type": "array", "items": { "type": "string" } }, "recipient": { "description": "The recipient of this email.", "type": "string" }, "date": { "description": "The date of the event related to this email.", "type": "string", "format": "google-datetime" }, "sentTime": { "description": "The sent time of the email.", "type": "string", "format": "google-datetime" } } }, "DeviceCompromised": { "id": "DeviceCompromised", "description": "A mobile device compromised alert. Derived from audit logs.", "type": "object", "properties": { "email": { "description": "The email of the user this alert was created for.", "type": "string" }, "events": { "description": "Required. The list of security events.", "type": "array", "items": { "$ref": "DeviceCompromisedSecurityDetail" } } } }, "DeviceCompromisedSecurityDetail": { "id": "DeviceCompromisedSecurityDetail", "description": "Detailed information of a single MDM device compromised event.", "type": "object", "properties": { "deviceId": { "description": "Required. The device ID.", "type": "string" }, "serialNumber": { "description": "The serial number of the device.", "type": "string" }, "deviceType": { "description": "The type of the device.", "type": "string" }, "deviceModel": { "description": "The model of the device.", "type": "string" }, "resourceId": { "description": "The device resource ID.", "type": "string" }, "iosVendorId": { "description": "Required for iOS, empty for others.", "type": "string" }, "deviceCompromisedState": { "description": "The device compromised state. Possible values are \"`Compromised`\" or \"`Not Compromised`\".", "type": "string" } } }, "GoogleOperations": { "id": "GoogleOperations", "description": "An incident reported by Google Operations for a Google Workspace application.", "type": "object", "properties": { "title": { "description": "A one-line incident description.", "type": "string" }, "description": { "description": "A detailed, freeform incident description.", "type": "string" }, "affectedUserEmails": { "description": "The list of emails which correspond to the users directly affected by the incident.", "type": "array", "items": { "type": "string" } }, "attachmentData": { "description": "Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state.", "$ref": "Attachment" }, "header": { "description": "A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations.", "type": "string" }, "domain": { "description": "Customer domain for email template personalization.", "type": "string" } } }, "Attachment": { "id": "Attachment", "description": "Attachment with application-specific information about an alert.", "type": "object", "properties": { "csv": { "description": "A CSV file attachment.", "$ref": "Csv" } } }, "Csv": { "id": "Csv", "description": "A representation of a CSV file attachment, as a list of column headers and a list of data rows.", "type": "object", "properties": { "headers": { "description": "The list of headers for data columns in a CSV file.", "type": "array", "items": { "type": "string" } }, "dataRows": { "description": "The list of data rows in a CSV file, as string arrays rather than as a single comma-separated string.", "type": "array", "items": { "$ref": "CsvRow" } } } }, "CsvRow": { "id": "CsvRow", "description": "A representation of a single data row in a CSV file.", "type": "object", "properties": { "entries": { "description": "The data entries in a CSV file row, as a string array rather than a single comma-separated string.", "type": "array", "items": { "type": "string" } } } }, "MailPhishing": { "id": "MailPhishing", "description": "Proto for all phishing alerts with common payload. Supported types are any of the following: * User reported phishing * User reported spam spike * Suspicious message reported * Phishing reclassification * Malware reclassification * Gmail potential employee spoofing", "type": "object", "properties": { "domainId": { "description": "The domain ID.", "$ref": "DomainId" }, "maliciousEntity": { "description": "The entity whose actions triggered a Gmail phishing alert.", "$ref": "MaliciousEntity" }, "messages": { "description": "The list of messages contained by this alert.", "type": "array", "items": { "$ref": "GmailMessageInfo" } }, "isInternal": { "description": "If `true`, the email originated from within the organization.", "type": "boolean" }, "systemActionType": { "description": "System actions on the messages.", "type": "string", "enumDescriptions": [ "System action is unspecified.", "No operation.", "Messages were removed from the inbox." ], "enum": [ "SYSTEM_ACTION_TYPE_UNSPECIFIED", "NO_OPERATION", "REMOVED_FROM_INBOX" ] } } }, "PhishingSpike": { "id": "PhishingSpike", "description": "Alert for a spike in user reported phishing. *Warning*: This type has been deprecated. Use [MailPhishing](/admin-sdk/alertcenter/reference/rest/v1beta1/MailPhishing) instead.", "type": "object", "properties": { "domainId": { "description": "The domain ID.", "$ref": "DomainId" }, "maliciousEntity": { "description": "The entity whose actions triggered a Gmail phishing alert.", "$ref": "MaliciousEntity" }, "messages": { "description": "The list of messages contained by this alert.", "type": "array", "items": { "$ref": "GmailMessageInfo" } }, "isInternal": { "description": "If `true`, the email originated from within the organization.", "type": "boolean" } } }, "SuspiciousActivity": { "id": "SuspiciousActivity", "description": "A mobile suspicious activity alert. Derived from audit logs.", "type": "object", "properties": { "email": { "description": "The email of the user this alert was created for.", "type": "string" }, "events": { "description": "Required. The list of security events.", "type": "array", "items": { "$ref": "SuspiciousActivitySecurityDetail" } } } }, "SuspiciousActivitySecurityDetail": { "id": "SuspiciousActivitySecurityDetail", "description": "Detailed information of a single MDM suspicious activity event.", "type": "object", "properties": { "deviceId": { "description": "Required. The device ID.", "type": "string" }, "serialNumber": { "description": "The serial number of the device.", "type": "string" }, "deviceType": { "description": "The type of the device.", "type": "string" }, "deviceModel": { "description": "The model of the device.", "type": "string" }, "resourceId": { "description": "The device resource ID.", "type": "string" }, "iosVendorId": { "description": "Required for iOS, empty for others.", "type": "string" }, "deviceProperty": { "description": "The device property which was changed.", "type": "string" }, "oldValue": { "description": "The old value of the device property before the change.", "type": "string" }, "newValue": { "description": "The new value of the device property after the change.", "type": "string" } } }, "DomainWideTakeoutInitiated": { "id": "DomainWideTakeoutInitiated", "description": "A takeout operation for the entire domain was initiated by an admin. Derived from audit logs.", "type": "object", "properties": { "takeoutRequestId": { "description": "The takeout request ID.", "type": "string" }, "email": { "description": "The email of the admin who initiated the takeout.", "type": "string" } } }, "StateSponsoredAttack": { "id": "StateSponsoredAttack", "description": "A state-sponsored attack alert. Derived from audit logs.", "type": "object", "properties": { "email": { "description": "The email of the user this incident was created for.", "type": "string" } } }, "AccountWarning": { "id": "AccountWarning", "description": "Alerts for user account warning events.", "type": "object", "properties": { "email": { "description": "Required. The email of the user that this event belongs to.", "type": "string" }, "loginDetails": { "description": "Optional. Details of the login action associated with the warning event. This is only available for: * Suspicious login * Suspicious login (less secure app) * Suspicious programmatic login * User suspended (suspicious activity)", "$ref": "LoginDetails" } } }, "LoginDetails": { "id": "LoginDetails", "description": "The details of the login action.", "type": "object", "properties": { "loginTime": { "description": "Optional. The successful login time that is associated with the warning event. This isn't present for blocked login attempts.", "type": "string", "format": "google-datetime" }, "ipAddress": { "description": "Optional. The human-readable IP address (for example, `11.22.33.44`) that is associated with the warning event.", "type": "string" } } }, "AppMakerSqlSetupNotification": { "id": "AppMakerSqlSetupNotification", "description": "Alerts from App Maker to notify admins to set up default SQL instance.", "type": "object", "properties": { "requestInfo": { "description": "List of applications with requests for default SQL set up.", "type": "array", "items": { "$ref": "RequestInfo" } } } }, "RequestInfo": { "id": "RequestInfo", "description": "Requests for one application that needs default SQL setup.", "type": "object", "properties": { "appKey": { "description": "Required. The application that requires the SQL setup.", "type": "string" }, "appDeveloperEmail": { "description": "List of app developers who triggered notifications for above application.", "type": "array", "items": { "type": "string" } }, "numberOfRequests": { "description": "Required. Number of requests sent for this application to set up default SQL instance.", "type": "string", "format": "int64" } } }, "ActivityRule": { "id": "ActivityRule", "description": "Alerts from Google Workspace Security Center rules service configured by an admin.", "type": "object", "properties": { "name": { "description": "Rule name.", "type": "string" }, "displayName": { "description": "Alert display name.", "type": "string" }, "description": { "description": "Description of the rule.", "type": "string" }, "windowSize": { "description": "Rule window size. Possible values are 1 hour or 24 hours.", "type": "string", "format": "google-duration" }, "threshold": { "description": "Alert threshold is for example “COUNT \u003e 5”.", "type": "string" }, "createTime": { "description": "Rule create timestamp.", "type": "string", "format": "google-datetime" }, "updateTime": { "description": "The timestamp of the last update to the rule.", "type": "string", "format": "google-datetime" }, "triggerSource": { "description": "The trigger sources for this rule. * GMAIL_EVENTS * DEVICE_EVENTS * USER_EVENTS", "type": "string" }, "supersededAlerts": { "description": "List of alert IDs superseded by this alert. It is used to indicate that this alert is essentially extension of superseded alerts and we found the relationship after creating these alerts.", "type": "array", "items": { "type": "string" } }, "supersedingAlert": { "description": "Alert ID superseding this alert. It is used to indicate that superseding alert is essentially extension of this alert and we found the relationship after creating both alerts.", "type": "string" }, "actionNames": { "description": "List of action names associated with the rule threshold.", "type": "array", "items": { "type": "string" } }, "query": { "description": "Query that is used to get the data from the associated source.", "type": "string" } } }, "ReportingRule": { "id": "ReportingRule", "description": "Alerts from Reporting Rules configured by Admin.", "type": "object", "properties": { "alertDetails": { "description": "Any other associated alert details, for example, AlertConfiguration.", "type": "string", "format": "byte" }, "name": { "description": "Rule name", "type": "string" }, "query": { "description": "Alert Rule query Sample Query query { condition { filter { expected_application_id: 777491262838 expected_event_name: \"indexable_content_change\" filter_op: IN } } conjunction_operator: OR }", "type": "string", "format": "byte" } } }, "AppSettingsChanged": { "id": "AppSettingsChanged", "description": "Alerts from AppSettingsChanged bucket Rules configured by Admin which contain the below rules. Calendar settings changed Drive settings changed Email settings changed Mobile settings changed", "type": "object", "properties": { "alertDetails": { "description": "Any other associated alert details, for example, AlertConfiguration.", "type": "string", "format": "byte" }, "name": { "description": "Rule name", "type": "string" } } }, "UserChanges": { "id": "UserChanges", "description": "Alerts from UserChanges bucket Rules for predefined rules which contain the below rules. Suspended user made active New user Added User suspended (by admin) User granted admin privileges User admin privileges revoked User deleted Users password changed", "type": "object", "properties": { "name": { "description": "Rule name", "type": "string" } } }, "DlpRuleViolation": { "id": "DlpRuleViolation", "description": "Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.", "type": "object", "properties": { "ruleViolationInfo": { "description": "Details about the violated DLP rule. Admins can use the predefined detectors provided by Google Cloud DLP https://cloud.google.com/dlp/ when setting up a DLP rule. Matched Cloud DLP detectors in this violation if any will be captured in the MatchInfo.predefined_detector.", "$ref": "RuleViolationInfo" } } }, "RuleViolationInfo": { "id": "RuleViolationInfo", "description": "Common alert information about violated rules that are configured by Google Workspace administrators.", "type": "object", "properties": { "ruleInfo": { "description": "Details of the violated rule.", "$ref": "RuleInfo" }, "dataSource": { "description": "Source of the data.", "type": "string", "enumDescriptions": [ "Data source is unspecified.", "Drive data source.", "Chrome data source.", "Chat data source." ], "enum": [ "DATA_SOURCE_UNSPECIFIED", "DRIVE", "CHROME", "CHAT" ] }, "trigger": { "description": "Trigger of the rule.", "type": "string", "enumDescriptions": [ "Trigger is unspecified.", "A Drive file is shared.", "A file being downloaded in a Chrome browser.", "A file being uploaded from a Chrome browser.", "Web content being uploaded from a Chrome browser.", "A Chat message is sent.", "A Chat attachment is uploaded.", "A page is being printed by Chrome.", "A URL is visited within Chrome." ], "enum": [ "TRIGGER_UNSPECIFIED", "DRIVE_SHARE", "CHROME_FILE_DOWNLOAD", "CHROME_FILE_UPLOAD", "CHROME_WEB_CONTENT_UPLOAD", "CHAT_MESSAGE_SENT", "CHAT_ATTACHMENT_UPLOADED", "CHROME_PAGE_PRINT", "CHROME_URL_VISITED" ] }, "triggeringUserEmail": { "description": "Email of the user who caused the violation. Value could be empty if not applicable, for example, a violation found by drive continuous scan.", "type": "string" }, "recipients": { "description": "Resource recipients. For Drive, they are grantees that the Drive file was shared with at the time of rule triggering. Valid values include user emails, group emails, domains, or 'anyone' if the file was publicly accessible. If the file was private the recipients list will be empty. For Gmail, they are emails of the users or groups that the Gmail message was sent to.", "type": "array", "items": { "type": "string" } }, "resourceInfo": { "description": "Details of the resource which violated the rule.", "$ref": "ResourceInfo" }, "matchInfo": { "description": "List of matches that were found in the resource content.", "type": "array", "items": { "$ref": "MatchInfo" } }, "triggeredActionTypes": { "description": "Actions applied as a consequence of the rule being triggered.", "type": "array", "items": { "type": "string", "enumDescriptions": [ "Action type is unspecified.", "Block sharing a file externally.", "Show a warning message when sharing a file externally.", "Disable download, print, and copy for commenters and viewers in drive.", "Apply customer specified Drive labels to the file.", "Chrome actions. Block file download.", "Warn user about downloaded file.", "Block file upload.", "Warn user about uploaded file.", "Block web content upload.", "Warn user about uploaded web content.", "Block page print.", "Warn user about printed page.", "Block Chrome URL visit.", "Warn user about Chrome URL visited.", "Store the content that violated the rule.", "Delete web protect evidence file", "Chat actions. Block Chat content to be sent out.", "Warn end user about Chat content.", "Send alert.", "Activate Rule Action", "Deactivate Rule Action" ], "enum": [ "ACTION_TYPE_UNSPECIFIED", "DRIVE_BLOCK_EXTERNAL_SHARING", "DRIVE_WARN_ON_EXTERNAL_SHARING", "DRIVE_RESTRICT_DOWNLOAD_PRINT_COPY", "DRIVE_APPLY_DRIVE_LABELS", "CHROME_BLOCK_FILE_DOWNLOAD", "CHROME_WARN_FILE_DOWNLOAD", "CHROME_BLOCK_FILE_UPLOAD", "CHROME_WARN_FILE_UPLOAD", "CHROME_BLOCK_WEB_CONTENT_UPLOAD", "CHROME_WARN_WEB_CONTENT_UPLOAD", "CHROME_BLOCK_PAGE_PRINT", "CHROME_WARN_PAGE_PRINT", "CHROME_BLOCK_URL_VISITED", "CHROME_WARN_URL_VISITED", "CHROME_STORE_CONTENT", "DELETE_WEBPROTECT_EVIDENCE", "CHAT_BLOCK_CONTENT", "CHAT_WARN_USER", "ALERT", "RULE_ACTIVATE", "RULE_DEACTIVATE" ] } }, "triggeredActionInfo": { "description": "Metadata related to the triggered actions.", "type": "array", "items": { "$ref": "ActionInfo" } }, "suppressedActionTypes": { "description": "Actions suppressed due to other actions with higher priority.", "type": "array", "items": { "type": "string", "enumDescriptions": [ "Action type is unspecified.", "Block sharing a file externally.", "Show a warning message when sharing a file externally.", "Disable download, print, and copy for commenters and viewers in drive.", "Apply customer specified Drive labels to the file.", "Chrome actions. Block file download.", "Warn user about downloaded file.", "Block file upload.", "Warn user about uploaded file.", "Block web content upload.", "Warn user about uploaded web content.", "Block page print.", "Warn user about printed page.", "Block Chrome URL visit.", "Warn user about Chrome URL visited.", "Store the content that violated the rule.", "Delete web protect evidence file", "Chat actions. Block Chat content to be sent out.", "Warn end user about Chat content.", "Send alert.", "Activate Rule Action", "Deactivate Rule Action" ], "enum": [ "ACTION_TYPE_UNSPECIFIED", "DRIVE_BLOCK_EXTERNAL_SHARING", "DRIVE_WARN_ON_EXTERNAL_SHARING", "DRIVE_RESTRICT_DOWNLOAD_PRINT_COPY", "DRIVE_APPLY_DRIVE_LABELS", "CHROME_BLOCK_FILE_DOWNLOAD", "CHROME_WARN_FILE_DOWNLOAD", "CHROME_BLOCK_FILE_UPLOAD", "CHROME_WARN_FILE_UPLOAD", "CHROME_BLOCK_WEB_CONTENT_UPLOAD", "CHROME_WARN_WEB_CONTENT_UPLOAD", "CHROME_BLOCK_PAGE_PRINT", "CHROME_WARN_PAGE_PRINT", "CHROME_BLOCK_URL_VISITED", "CHROME_WARN_URL_VISITED", "CHROME_STORE_CONTENT", "DELETE_WEBPROTECT_EVIDENCE", "CHAT_BLOCK_CONTENT", "CHAT_WARN_USER", "ALERT", "RULE_ACTIVATE", "RULE_DEACTIVATE" ] } }, "eventType": { "description": "Event associated with this alert after applying the rule.", "type": "string", "enumDescriptions": [ "Event type wasn't set.", "An access attempt was blocked.", "A sharing attempt was blocked." ], "enum": [ "EVENT_TYPE_UNSPECIFIED", "ACCESS_BLOCKED", "SHARING_BLOCKED" ] } } }, "RuleInfo": { "id": "RuleInfo", "description": "Proto that contains rule information.", "type": "object", "properties": { "resourceName": { "description": "Resource name that uniquely identifies the rule.", "type": "string" }, "displayName": { "description": "User provided name of the rule.", "type": "string" } } }, "ResourceInfo": { "id": "ResourceInfo", "description": "Proto that contains resource information.", "type": "object", "properties": { "documentId": { "description": "Drive file ID.", "type": "string" }, "chatMessageId": { "description": "Chat message ID.", "type": "string" }, "chatAttachmentId": { "description": "Chat attachment ID.", "type": "string" }, "resourceTitle": { "description": "Title of the resource, for example email subject, or document title.", "type": "string" }, "deviceId": { "description": "Id to identify a device. For example, for Android devices, this is the \"Android Device Id\" and for Chrome OS devices, it's the \"Device Virtual Id\".", "type": "string" } } }, "MatchInfo": { "id": "MatchInfo", "description": "Proto that contains match information from the condition part of the rule.", "type": "object", "properties": { "userDefinedDetector": { "description": "For matched detector defined by administrators.", "$ref": "UserDefinedDetectorInfo" }, "predefinedDetector": { "description": "For matched detector predefined by Google.", "$ref": "PredefinedDetectorInfo" } } }, "UserDefinedDetectorInfo": { "id": "UserDefinedDetectorInfo", "description": "Detector defined by administrators.", "type": "object", "properties": { "resourceName": { "description": "Resource name that uniquely identifies the detector.", "type": "string" }, "displayName": { "description": "Display name of the detector.", "type": "string" } } }, "PredefinedDetectorInfo": { "id": "PredefinedDetectorInfo", "description": "Detector provided by Google.", "type": "object", "properties": { "detectorName": { "description": "Name that uniquely identifies the detector.", "type": "string" } } }, "ActionInfo": { "id": "ActionInfo", "description": "Metadata related to the action.", "type": "object", "properties": {} }, "VoiceMisconfiguration": { "id": "VoiceMisconfiguration", "description": "An alert triggered when Google Voice configuration becomes invalid, generally due to an external entity being modified or deleted.", "type": "object", "properties": { "entityName": { "description": "Name of the entity whose configuration is now invalid.", "type": "string" }, "entityType": { "description": "Type of the entity whose configuration is now invalid.", "type": "string", "enumDescriptions": [ "Entity type wasn't set.", "Invalid auto attendant.", "Invalid ring group." ], "enum": [ "ENTITY_TYPE_UNSPECIFIED", "AUTO_ATTENDANT", "RING_GROUP" ] }, "voicemailMisconfiguration": { "description": "Issue(s) with sending to voicemail.", "$ref": "VoicemailMisconfiguration" }, "transferMisconfiguration": { "description": "Issue(s) with transferring or forwarding to an external entity.", "$ref": "TransferMisconfiguration" }, "membersMisconfiguration": { "description": "Issue(s) with members of a ring group.", "$ref": "TransferMisconfiguration" }, "fixUri": { "description": "Link that the admin can follow to fix the issue.", "type": "string" } } }, "VoicemailMisconfiguration": { "id": "VoicemailMisconfiguration", "description": "Issue(s) with sending to voicemail.", "type": "object", "properties": { "errors": { "description": "Issue(s) with voicemail recipients.", "type": "array", "items": { "$ref": "VoicemailRecipientError" } } } }, "VoicemailRecipientError": { "id": "VoicemailRecipientError", "description": "Issue(s) with a voicemail recipient.", "type": "object", "properties": { "invalidReason": { "description": "Reason for the error.", "type": "string", "enumDescriptions": [ "Reason wasn't specified.", "User can't receive emails due to insufficient quota.", "All recipients were deleted." ], "enum": [ "EMAIL_INVALID_REASON_UNSPECIFIED", "OUT_OF_QUOTA", "RECIPIENT_DELETED" ] }, "email": { "description": "Email address of the invalid recipient. This may be unavailable if the recipient was deleted.", "type": "string" } } }, "TransferMisconfiguration": { "id": "TransferMisconfiguration", "description": "Error related to transferring or forwarding a phone call.", "type": "object", "properties": { "errors": { "description": "Details for each invalid transfer or forward.", "type": "array", "items": { "$ref": "TransferError" } } } }, "TransferError": { "id": "TransferError", "description": "Details for an invalid transfer or forward.", "type": "object", "properties": { "entityType": { "description": "Type of entity being transferred to. For ring group members, this should always be USER.", "type": "string", "enumDescriptions": [ "Entity type wasn't set.", "Transfer to auto attendant.", "Transfer to ring group.", "Transfer to user." ], "enum": [ "TRANSFER_ENTITY_TYPE_UNSPECIFIED", "TRANSFER_AUTO_ATTENDANT", "TRANSFER_RING_GROUP", "TRANSFER_USER" ] }, "invalidReason": { "description": "Reason for the error.", "type": "string", "enumDescriptions": [ "Reason wasn't specified.", "The transfer target can't be found—most likely it was deleted.", "The user's Google Voice license was removed.", "The user's Google Workspace account was suspended.", "The transfer target no longer has a phone number. This reason should become deprecated once we support numberless transfer." ], "enum": [ "TRANSFER_INVALID_REASON_UNSPECIFIED", "TRANSFER_TARGET_DELETED", "UNLICENSED", "SUSPENDED", "NO_PHONE_NUMBER" ] }, "id": { "description": "Ring group or auto attendant ID. Not set for users.", "type": "string" }, "name": { "description": "User's full name, or the ring group / auto attendant name. This may be unavailable if the entity was deleted.", "type": "string" }, "email": { "description": "User's email address. This may be unavailable if the entity was deleted.", "type": "string" } } }, "AccountSuspensionWarning": { "id": "AccountSuspensionWarning", "description": "A warning that the customer's account is about to be suspended.", "type": "object", "properties": { "state": { "description": "Account suspension warning state.", "type": "string", "enumDescriptions": [ "State is unspecified.", "Customer is receiving a warning about imminent suspension.", "Customer is being notified that their account has been suspended.", "Customer is being notified that their suspension appeal was approved.", "Customer has submitted their appeal, which is pending review." ], "enum": [ "ACCOUNT_SUSPENSION_WARNING_STATE_UNSPECIFIED", "WARNING", "SUSPENDED", "APPEAL_APPROVED", "APPEAL_SUBMITTED" ] }, "suspensionDetails": { "description": "Details about why an account is being suspended.", "type": "array", "items": { "$ref": "AccountSuspensionDetails" } }, "appealWindow": { "description": "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.", "type": "string", "format": "google-duration" } } }, "AccountSuspensionDetails": { "id": "AccountSuspensionDetails", "description": "Details about why an account is receiving an account suspension warning.", "type": "object", "properties": { "abuseReason": { "description": "The reason why this account is receiving an account suspension warning.", "type": "string", "enumDescriptions": [ "Abuse reason is unspecified.", "This account is being suspended for a Terms of Service violation.", "This account is being suspended for spam.", "This account is being suspended for phishing.", "This account is being suspended for artificially boosting traffic to a website.", "This account is being suspended for fraud.", "This account is being suspended for number harvesting.", "This account is being suspended for payments fraud.", "This account is being suspended for unwanted content." ], "enum": [ "ACCOUNT_SUSPENSION_ABUSE_REASON_UNSPECIFIED", "TOS_VIOLATION", "SPAM", "PHISHING", "TRAFFIC_PUMPING", "FRAUD", "NUMBER_HARVESTING", "PAYMENTS_FRAUD", "UNWANTED_CONTENT" ] }, "productName": { "description": "The name of the product being abused. This is restricted to only the following values: \"Gmail\" \"Google Workspace\" \"Payments\" \"Voice\" \"YouTube\" \"Other\"", "type": "string" } } }, "AppsOutage": { "id": "AppsOutage", "description": "An outage incident reported for a Google Workspace service.", "type": "object", "properties": { "products": { "description": "List of products impacted by the outage.", "type": "array", "items": { "type": "string" } }, "nextUpdateTime": { "description": "Timestamp by which the next update is expected to arrive.", "type": "string", "format": "google-datetime" }, "resolutionTime": { "description": "Timestamp when the outage is expected to be resolved, or has confirmed resolution. Provided only when known.", "type": "string", "format": "google-datetime" }, "dashboardUri": { "description": "Link to the outage event in Google Workspace Status Dashboard", "type": "string" }, "status": { "description": "Current outage status.", "type": "string", "enumDescriptions": [ "Status is unspecified.", "The incident has just been reported.", "The incident is ongoing.", "The incident has been resolved.", "Further assessment indicated no customer impact.", "The incident has been partially resolved.", "The incident was merged into a parent.", "The incident has lower impact than initially anticipated." ], "enum": [ "STATUS_UNSPECIFIED", "NEW", "ONGOING", "RESOLVED", "FALSE_POSITIVE", "PARTIALLY_RESOLVED", "MERGED", "DOWNGRADED" ] }, "incidentTrackingId": { "description": "Incident tracking ID.", "type": "string" }, "mergeInfo": { "description": "Indicates new alert details under which the outage is communicated. Only populated when Status is MERGED.", "$ref": "MergeInfo" } } }, "MergeInfo": { "id": "MergeInfo", "description": "New alert tracking numbers.", "type": "object", "properties": { "newIncidentTrackingId": { "description": "The new tracking ID from the parent incident.", "type": "string" }, "newAlertId": { "description": "Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.", "type": "string" } } }, "AccessApproval": { "id": "AccessApproval", "description": "Alert that is triggered when Google support requests to access customer data.", "type": "object", "properties": { "requestId": { "description": "ID of the Access Approvals request. This is a helpful field when requesting support from Google.", "type": "string" }, "scope": { "description": "Scope of access, also known as a resource. This is further narrowed down by the product field.", "type": "string" }, "tickets": { "description": "Support tickets related to this Access Approvals request. Populated if there is an associated case number.", "type": "array", "items": { "$ref": "SupportTicket" } }, "officeLocation": { "description": "Office location of Google staff requesting access such as \"US\".", "type": "string" }, "justificationReason": { "description": "Justification for data access based on justification enums.", "type": "array", "items": { "type": "string", "enumDescriptions": [ "Justification unspecified", "Customer Initiated Support", "Google Initiated Review", "Google Initiated Service", "Third Party Data Request", "Google Response to Production Alert" ], "enum": [ "JUSTIFICATION_UNSPECIFIED", "CUSTOMER_INITIATED_SUPPORT", "GOOGLE_INITIATED_REVIEW", "GOOGLE_INITIATED_SERVICE", "THIRD_PARTY_DATA_REQUEST", "GOOGLE_RESPONSE_TO_PRODUCTION_ALERT" ] } }, "products": { "description": "Products within scope of the Access Approvals request.", "type": "array", "items": { "type": "string" } } } }, "SupportTicket": { "id": "SupportTicket", "description": "Support ticket related to Access Approvals request", "type": "object", "properties": { "ticketId": { "description": "Support ticket ID", "type": "string" }, "ticketUrl": { "description": "Link to support ticket", "type": "string" } } }, "MandatoryServiceAnnouncement": { "id": "MandatoryServiceAnnouncement", "description": "Alert Created by the MSA team for communications necessary for continued use of Google Workspace Products.", "type": "object", "properties": { "title": { "description": "One line summary of the announcement", "type": "string" }, "description": { "description": "Detailed, freeform text describing the announcement", "type": "string" } } }, "SensitiveAdminAction": { "id": "SensitiveAdminAction", "description": "Alert that is triggered when Sensitive Admin Action occur in customer account.", "type": "object", "properties": { "eventTime": { "description": "The time at which event occurred", "type": "string", "format": "google-datetime" }, "actorEmail": { "description": "Email of person who performed the action", "type": "string" }, "primaryAdminChangedEvent": { "description": "Event occurred when primary admin changed in customer's account", "$ref": "PrimaryAdminChangedEvent" }, "ssoProfileCreatedEvent": { "description": "Event occurred when SSO Profile created in customer's account", "$ref": "SSOProfileCreatedEvent" }, "ssoProfileUpdatedEvent": { "description": "Event occurred when SSO Profile updated in customer's account", "$ref": "SSOProfileUpdatedEvent" }, "ssoProfileDeletedEvent": { "description": "Event occurred when SSO Profile deleted in customer's account", "$ref": "SSOProfileDeletedEvent" }, "superAdminPasswordResetEvent": { "description": "Event occurred when password was reset for super admin in customer's account", "$ref": "SuperAdminPasswordResetEvent" } } }, "PrimaryAdminChangedEvent": { "id": "PrimaryAdminChangedEvent", "description": "Event occurred when primary admin changed in customer's account. The event are being received from insight forwarder", "type": "object", "properties": { "domain": { "description": "domain in which actioned occurred", "type": "string" }, "previousAdminEmail": { "description": "Email of person who was the primary admin before the action", "type": "string" }, "updatedAdminEmail": { "description": "Email of person who is the primary admin after the action", "type": "string" } } }, "SSOProfileCreatedEvent": { "id": "SSOProfileCreatedEvent", "description": "Event occurred when SSO Profile created in customer's account. The event are being received from insight forwarder", "type": "object", "properties": { "inboundSsoProfileName": { "description": "sso profile name which got created", "type": "string" } } }, "SSOProfileUpdatedEvent": { "id": "SSOProfileUpdatedEvent", "description": "Event occurred when SSO Profile updated in customer's account. The event are being received from insight forwarder", "type": "object", "properties": { "inboundSsoProfileName": { "description": "sso profile name which got updated", "type": "string" }, "inboundSsoProfileChanges": { "description": "changes made to sso profile", "type": "string" } } }, "SSOProfileDeletedEvent": { "id": "SSOProfileDeletedEvent", "description": "Event occurred when SSO Profile deleted in customer's account. The event are being received from insight forwarder", "type": "object", "properties": { "inboundSsoProfileName": { "description": "sso profile name which got deleted", "type": "string" } } }, "SuperAdminPasswordResetEvent": { "id": "SuperAdminPasswordResetEvent", "description": "Event occurred when password was reset for super admin in customer's account. The event are being received from insight forwarder", "type": "object", "properties": { "userEmail": { "description": "email of person whose password was reset", "type": "string" } } }, "ApnsCertificateExpirationInfo": { "id": "ApnsCertificateExpirationInfo", "description": "The explanation message associated with \"APNS certificate is expiring soon\" and \"APNS certificate has expired\" alerts.", "type": "object", "properties": { "expirationTime": { "description": "The expiration date of the APNS certificate.", "type": "string", "format": "google-datetime" }, "appleId": { "description": "The Apple ID used to create the certificate. It may be blank if admins didn't enter it.", "type": "string" }, "uid": { "description": "The UID of the certificate.", "type": "string" } } }, "AbuseDetected": { "id": "AbuseDetected", "description": "A generic alert for abusive user activity occurring with a customer.", "type": "object", "properties": { "subAlertId": { "description": "Unique identifier of each sub alert that is onboarded.", "type": "string" }, "product": { "description": "Product that the abuse is originating from.", "type": "string" }, "additionalDetails": { "description": "List of abusive users/entities to be displayed in a table in the alert.", "$ref": "EntityList" }, "variationType": { "description": "Variation of AbuseDetected alerts. The variation_type determines the texts displayed the alert details. This differs from sub_alert_id because each sub alert can have multiple variation_types, representing different stages of the alert.", "type": "string", "enumDescriptions": [ "AbuseDetected alert variation type unspecified. No alert should be unspecified.", "Variation displayed for Drive abusive content alerts.", "Variation displayed for Limited Disable alerts, when a Google service is disabled for a user, totally or partially, due to the user's abusive behavior." ], "enum": [ "ABUSE_DETECTED_VARIATION_TYPE_UNSPECIFIED", "DRIVE_ABUSIVE_CONTENT", "LIMITED_DISABLE" ] } } }, "EntityList": { "id": "EntityList", "description": "EntityList stores entities in a format that can be translated to a table in the Alert Center UI.", "type": "object", "properties": { "name": { "description": "Name of the key detail used to display this entity list.", "type": "string" }, "headers": { "description": "Headers of the values in entities. If no value is defined in Entity, this field should be empty.", "type": "array", "items": { "type": "string" } }, "entities": { "description": "List of entities affected by the alert.", "type": "array", "items": { "$ref": "Entity" } } } }, "Entity": { "id": "Entity", "description": "Individual entity affected by, or related to, an alert.", "type": "object", "properties": { "name": { "description": "Human-readable name of this entity, such as an email address, file ID, or device name.", "type": "string" }, "link": { "description": "Link to a Security Investigation Tool search based on this entity, if available.", "type": "string" }, "values": { "description": "Extra values beyond name. The order of values should align with headers in EntityList.", "type": "array", "items": { "type": "string" } } } }, "DeviceManagementRule": { "id": "DeviceManagementRule", "description": "Alerts from Device Management Rules configured by Admin.", "type": "object", "properties": { "email": { "description": "The email of the user this alert was created for.", "type": "string" }, "deviceId": { "description": "Required. The device ID.", "type": "string" }, "serialNumber": { "description": "The serial number of the device.", "type": "string" }, "deviceType": { "description": "The type of the device.", "type": "string" }, "deviceModel": { "description": "The model of the device.", "type": "string" }, "resourceId": { "description": "The device resource ID.", "type": "string" }, "iosVendorId": { "description": "Required for iOS, empty for others.", "type": "string" }, "ruleAction": { "description": "Action taken as result of the rule", "type": "string" }, "ownerId": { "description": "Obfuscated ID of the owner of the device", "type": "string" }, "id": { "description": "ID of the rule that triggered the alert", "type": "string" } } } }, "name": "alertcenter", "revision": "20240415", "protocol": "rest", "title": "Google Workspace Alert Center API", "mtlsRootUrl": "https://alertcenter.mtls.googleapis.com/" }