Admin Console GoogleWorkspace-admin
54 operations, identified by eventName in the audit log.
| eventName | Description |
|---|---|
| any | Source-only rules that filter on applicationName 'admin' without specifying an eventName attribute here. |
| ADD_APPLICATION | An application was added to the Google Workspace domain. |
| ADD_GROUP_MEMBER | A user was added to a group. |
| ADD_PRIVILEGE | A privilege was added to a role. |
| ADD_TRUSTED_DOMAINS | A domain was added to the trusted domains list. |
| ALLOW_STRONG_AUTHENTICATION | The administrator changed the MFA enforcement setting (allow/require strong authentication). |
| ASSIGN_ROLE | An admin role was assigned to a user or service account. |
| AUTHORIZE_API_CLIENT_ACCESS | An API client was authorized domain-wide access via OAuth. |
| CHANGE_APPLICATION_SETTING | A setting for a Google Workspace application was modified. |
| CHANGE_GMAIL_SETTING | A Gmail routing or mail-flow setting was changed. |
| CREATE_APPLICATION_SETTING | A new application setting was created. |
| CREATE_DATA_TRANSFER_REQUEST | An admin initiated a data transfer (Drive file ownership reassignment) to another user. |
| CREATE_GMAIL_SETTING | A new Gmail routing or mail-flow setting was created. |
| CREATE_ROLE | A custom admin role was created. |
| CUSTOMER_TAKEOUT_CREATED | An admin initiated a Takeout export job for organizational data. |
| DELETE_ROLE | An admin role was permanently deleted. |
| ENFORCE_STRONG_AUTHENTICATION | The MFA/2SV enforcement policy was changed for the domain or an organizational unit. |
| GRANT_ADMIN_PRIVILEGE | Administrator privileges were granted to a user account. |
| GRANT_DELEGATED_ADMIN_PRIVILEGES | Delegated administrator privileges were granted to a user. |
| MOVE_USER_TO_ORG_UNIT | A user was moved to a different organizational unit. |
| REMOVE_APPLICATION | An application was removed from the Google Workspace domain. |
| REMOVE_APPLICATION_FROM_WHITELIST | An application was removed from the domain's marketplace allowlist. |
| REMOVE_PRIVILEGE | A privilege was removed from a role. |
| RENAME_ROLE | An admin role was renamed. |
| SAML2_SERVICE_PROVIDER_CONFIG | A SAML 2.0 service provider configuration was added, modified, or removed. |
| TOGGLE_OUTBOUND_RELAY | Outbound email relay routing was enabled or disabled. |
| TURN_OFF_2_STEP_VERIFICATION | 2-Step Verification was disabled for a user or the domain. |
| UNSUSPEND_USER | A suspended user account was reactivated. |
| UPDATE_ROLE | An existing admin role was modified (e.g. description or privileges changed). |
| BLOCK_ALL_THIRD_PARTY_API_ACCESS | An admin blocked all third-party application access to Google Workspace APIs. |
| UNBLOCK_ALL_THIRD_PARTY_API_ACCESS | An admin unblocked third-party application access to Google Workspace APIs. |
| ADD_TO_TRUSTED_OAUTH2_APPS | An OAuth2 application was added to the trusted apps list. |
| ADD_TO_BLOCKED_OAUTH2_APPS | An OAuth2 application was blocked from accessing Google Workspace data. |
| REMOVE_FROM_BLOCKED_OAUTH2_APPS | An OAuth2 application was removed from the blocked apps list. |
| REMOVE_FROM_TRUSTED_OAUTH2_APPS | An OAuth2 application was removed from the trusted apps list. |
| CREATE_USER | A new user account was created in the Google Workspace domain. |
| DELETE_USER | A user account was deleted from the Google Workspace domain. |
| SUSPEND_USER | A user account was suspended by an administrator. |
| RENAME_USER | A user's primary email address was changed. |
| CHANGE_PASSWORD | An administrator changed a user's password. |
| REVOKE_ASP | An administrator revoked an application-specific password (ASP) for a user. |
| REVOKE_3LO_TOKEN | An administrator revoked an OAuth token for a user. |
| SESSION_CONTROL_SETTINGS_CHANGE | Web session duration or re-authentication settings were changed. |
| WEAK_PROGRAMMATIC_LOGIN_SETTINGS_CHANGED | Settings controlling less-secure app access (LSA/basic auth) were changed. |
| CHANGE_SSO_SETTINGS | SAML/SSO settings for the domain were changed. |
| TOGGLE_SSO_ENABLED | SSO (SAML-based single sign-on) was enabled or disabled for the domain. |
| REVOKE_ADMIN_PRIVILEGE | Administrator privileges were revoked from a user account. |
| ALLOW_SERVICE_FOR_OAUTH2_ACCESS | A Google service was allowed for OAuth2 API access. |
| DISALLOW_SERVICE_FOR_OAUTH2_ACCESS | A Google service was disallowed for OAuth2 API access. |
| TOGGLE_CAA_ENABLEMENT | Context-Aware Access was enabled or disabled for the domain. |
| CHANGE_GROUP_SETTING | A setting for a Google Group was changed by an administrator. |
| ADD_APPLICATION_TO_WHITELIST | An application was added to the domain's Google Workspace Marketplace allowlist. |
| CHANGE_TWO_STEP_VERIFICATION_ENROLLMENT_PERIOD_DURATION | The enrollment period for 2-Step Verification was changed. |
| CHANGE_ALLOWED_TWO_STEP_VERIFICATION_METHODS | The allowed methods for 2-Step Verification were changed. |
any: Admin Console (any event)
#Description
Source-only rules that filter on applicationName 'admin' without specifying an eventName attribute here.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Reports API: admin activity events https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin
- Reports API activities.list reference https://developers.google.com/workspace/admin/reports/reference/rest/v1/activities/list
ADD_APPLICATION: Add Application
#Description
An application was added to the Google Workspace domain.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Provider_Name | eq | admin | 1 rule | elastic |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: ADD_APPLICATION https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#ADD_APPLICATION
ADD_GROUP_MEMBER: Add Group Member
#Description
A user was added to a group.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: ADD_GROUP_MEMBER https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-group-settings#ADD_GROUP_MEMBER
ADD_PRIVILEGE: Add Privilege
#Description
A privilege was added to a role.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Elastic #
References #
- Admin Activity Events: role and privilege management https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
ADD_TRUSTED_DOMAINS: Add Trusted Domains
#Description
A domain was added to the trusted domains list.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Provider_Name | eq | admin | 1 rule | elastic |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: ADD_TRUSTED_DOMAINS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#ADD_TRUSTED_DOMAINS
ALLOW_STRONG_AUTHENTICATION: Allow Strong Authentication
#Description
The administrator changed the MFA enforcement setting (allow/require strong authentication).
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
gcp::service_name | eq | admin.googleapis.com | 1 rule | sigma |
gws::admin_new_value | eq | false | 1 rule | elastic |
Detection Rules #
View all rules referencing this event →Sigma #
Elastic #
YARA-L #
References #
- Admin Activity Events: ALLOW_STRONG_AUTHENTICATION https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#ALLOW_STRONG_AUTHENTICATION
ASSIGN_ROLE: Assign Role
#Description
An admin role was assigned to a user or service account.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
security_result.category_details | eq | DELEGATED_ADMIN_SETTINGS | 1 rule | chronicle |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: role assignment https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
CHANGE_APPLICATION_SETTING: Change Application Setting
#Description
A setting for a Google Workspace application was modified.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
EventType | eq | CHANGE_APPLICATION_SETTING | 3 rules | elastic |
gws::admin_application_name | eq | Google Workspace Marketplace | 2 rules | elastic |
security_result.category_details | eq | APPLICATION_SETTINGS | 2 rules | chronicle |
Provider_Name | eq | admin | 1 rule | elastic |
gcp::service_name | eq | admin.googleapis.com | 1 rule | sigma |
Detection Rules #
View all rules referencing this event →Sigma #
Elastic #
Show 1 more (4 total)
YARA-L #
References #
- Admin Activity Events: CHANGE_APPLICATION_SETTING https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-application-settings#CHANGE_APPLICATION_SETTING
CHANGE_GMAIL_SETTING: Change Gmail Setting
#Description
A Gmail routing or mail-flow setting was changed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Elastic #
References #
- Admin Activity Events: Gmail/email settings https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-email-log-settings
CREATE_APPLICATION_SETTING: Create Application Setting
#Description
A new application setting was created.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Provider_Name | eq | admin | 1 rule | elastic |
security_result.category_details | eq | APPLICATION_SETTINGS | 1 rule | chronicle |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: CREATE_APPLICATION_SETTING https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-application-settings#CREATE_APPLICATION_SETTING
CREATE_DATA_TRANSFER_REQUEST: Create Data Transfer Request
#Description
An admin initiated a data transfer (Drive file ownership reassignment) to another user.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
security_result.category_details | eq | USER_SETTINGS | 1 rule | chronicle |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: CREATE_DATA_TRANSFER_REQUEST https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#CREATE_DATA_TRANSFER_REQUEST
CREATE_GMAIL_SETTING: Create Gmail Setting
#Description
A new Gmail routing or mail-flow setting was created.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Elastic #
References #
- Admin Activity Events: Gmail/email settings https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-email-log-settings
CREATE_ROLE: Create Role
#Description
A custom admin role was created.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Provider_Name | eq | admin | 1 rule | elastic |
security_result.category_details | eq | DELEGATED_ADMIN_SETTINGS | 1 rule | chronicle |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: role management https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
CUSTOMER_TAKEOUT_CREATED: Customer Takeout Created
#Description
An admin initiated a Takeout export job for organizational data.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Elastic #
References #
- Admin Activity Events: CUSTOMER_TAKEOUT_CREATED https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
DELETE_ROLE: Delete Role
#Description
An admin role was permanently deleted.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Provider_Name | eq | admin | 1 rule | elastic |
gcp::service_name | eq | admin.googleapis.com | 1 rule | sigma |
Detection Rules #
View all rules referencing this event →Sigma #
Elastic #
References #
- Admin Activity Events: role management https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
ENFORCE_STRONG_AUTHENTICATION: Enforce Strong Authentication
#Description
The MFA/2SV enforcement policy was changed for the domain or an organizational unit.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Provider_Name | eq | admin | 2 rules | elastic |
gws::admin_new_value | eq | false | 2 rules | elastic |
gcp::service_name | eq | admin.googleapis.com | 1 rule | sigma |
Detection Rules #
View all rules referencing this event →Sigma #
Elastic #
YARA-L #
References #
- Admin Activity Events: ENFORCE_STRONG_AUTHENTICATION https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#ENFORCE_STRONG_AUTHENTICATION
GRANT_ADMIN_PRIVILEGE: Grant Admin Privilege
#Description
Administrator privileges were granted to a user account.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Sigma #
Kusto #
References #
- Admin Activity Events: GRANT_ADMIN_PRIVILEGE https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#GRANT_ADMIN_PRIVILEGE
GRANT_DELEGATED_ADMIN_PRIVILEGES: Grant Delegated Admin Privileges
#Description
Delegated administrator privileges were granted to a user.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Sigma #
References #
- Admin Activity Events: GRANT_DELEGATED_ADMIN_PRIVILEGES https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#GRANT_DELEGATED_ADMIN_PRIVILEGES
MOVE_USER_TO_ORG_UNIT: Move User to Org Unit
#Description
A user was moved to a different organizational unit.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
gws::event_type | eq | USER_SETTINGS | 1 rule | elastic |
security_result.category_details | eq | USER_SETTINGS | 1 rule | chronicle |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: MOVE_USER_TO_ORG_UNIT https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#MOVE_USER_TO_ORG_UNIT
REMOVE_APPLICATION: Remove Application
#Description
An application was removed from the Google Workspace domain.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
gcp::service_name | eq | admin.googleapis.com | 1 rule | sigma |
Detection Rules #
View all rules referencing this event →Sigma #
References #
- Admin Activity Events: REMOVE_APPLICATION https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#REMOVE_APPLICATION
REMOVE_APPLICATION_FROM_WHITELIST: Remove Application from Allowlist
#Description
An application was removed from the domain's marketplace allowlist.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
gcp::service_name | eq | admin.googleapis.com | 1 rule | sigma |
Detection Rules #
View all rules referencing this event →Sigma #
References #
- Admin Activity Events: REMOVE_APPLICATION_FROM_WHITELIST https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#REMOVE_APPLICATION_FROM_WHITELIST
REMOVE_PRIVILEGE: Remove Privilege
#Description
A privilege was removed from a role.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Sigma #
References #
- Admin Activity Events: role and privilege management https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
RENAME_ROLE: Rename Role
#Description
An admin role was renamed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
gcp::service_name | eq | admin.googleapis.com | 1 rule | sigma |
Detection Rules #
View all rules referencing this event →Sigma #
References #
- Admin Activity Events: role management https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
SAML2_SERVICE_PROVIDER_CONFIG: SAML2 Service Provider Config
#Description
A SAML 2.0 service provider configuration was added, modified, or removed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: SAML2_SERVICE_PROVIDER_CONFIG https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#SAML2_SERVICE_PROVIDER_CONFIG
TOGGLE_OUTBOUND_RELAY: Toggle Outbound Relay
#Description
Outbound email relay routing was enabled or disabled.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: TOGGLE_OUTBOUND_RELAY https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#TOGGLE_OUTBOUND_RELAY
TURN_OFF_2_STEP_VERIFICATION: Turn Off 2-Step Verification
#Description
2-Step Verification was disabled for a user or the domain.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Kusto #
References #
- Admin Activity Events: 2SV settings https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings
UNSUSPEND_USER: Unsuspend User
#Description
A suspended user account was reactivated.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
gws::event_type | eq | USER_SETTINGS | 1 rule | elastic |
Detection Rules #
View all rules referencing this event →Elastic #
YARA-L #
References #
- Admin Activity Events: UNSUSPEND_USER https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#UNSUSPEND_USER
UPDATE_ROLE: Update Role
#Description
An existing admin role was modified (e.g. description or privileges changed).
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
Detection Rules #
View all rules referencing this event →Sigma #
Elastic #
References #
- Admin Activity Events: role management https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings
BLOCK_ALL_THIRD_PARTY_API_ACCESS: Block All Third-Party API Access
#Description
An admin blocked all third-party application access to Google Workspace APIs.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: BLOCK_ALL_THIRD_PARTY_API_ACCESS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#BLOCK_ALL_THIRD_PARTY_API_ACCESS
UNBLOCK_ALL_THIRD_PARTY_API_ACCESS: Unblock All Third-Party API Access
#Description
An admin unblocked third-party application access to Google Workspace APIs.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: UNBLOCK_ALL_THIRD_PARTY_API_ACCESS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#UNBLOCK_ALL_THIRD_PARTY_API_ACCESS
ADD_TO_TRUSTED_OAUTH2_APPS: Add to Trusted OAuth2 Apps
#Description
An OAuth2 application was added to the trusted apps list.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: ADD_TO_TRUSTED_OAUTH2_APPS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#ADD_TO_TRUSTED_OAUTH2_APPS
ADD_TO_BLOCKED_OAUTH2_APPS: Add to Blocked OAuth2 Apps
#Description
An OAuth2 application was blocked from accessing Google Workspace data.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: ADD_TO_BLOCKED_OAUTH2_APPS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#ADD_TO_BLOCKED_OAUTH2_APPS
REMOVE_FROM_BLOCKED_OAUTH2_APPS: Remove from Blocked OAuth2 Apps
#Description
An OAuth2 application was removed from the blocked apps list.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: REMOVE_FROM_BLOCKED_OAUTH2_APPS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#REMOVE_FROM_BLOCKED_OAUTH2_APPS
REMOVE_FROM_TRUSTED_OAUTH2_APPS: Remove from Trusted OAuth2 Apps
#Description
An OAuth2 application was removed from the trusted apps list.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: OAuth2 app management https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings
CREATE_USER: Create User
#Description
A new user account was created in the Google Workspace domain.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: CREATE_USER https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#CREATE_USER
DELETE_USER: Delete User
#Description
A user account was deleted from the Google Workspace domain.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: DELETE_USER https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#DELETE_USER
SUSPEND_USER: Suspend User
#Description
A user account was suspended by an administrator.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: SUSPEND_USER https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#SUSPEND_USER
RENAME_USER: Rename User
#Description
A user's primary email address was changed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: RENAME_USER https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#RENAME_USER
CHANGE_PASSWORD: Change Password
#Description
An administrator changed a user's password.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: CHANGE_PASSWORD https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#CHANGE_PASSWORD
REVOKE_ASP: Revoke Application-Specific Password
#Description
An administrator revoked an application-specific password (ASP) for a user.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: REVOKE_ASP https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#REVOKE_ASP
REVOKE_3LO_TOKEN: Revoke OAuth Token
#Description
An administrator revoked an OAuth token for a user.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: REVOKE_3LO_TOKEN https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#REVOKE_3LO_TOKEN
SESSION_CONTROL_SETTINGS_CHANGE: Session Control Settings Change
#Description
Web session duration or re-authentication settings were changed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: SESSION_CONTROL_SETTINGS_CHANGE https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#SESSION_CONTROL_SETTINGS_CHANGE
WEAK_PROGRAMMATIC_LOGIN_SETTINGS_CHANGED: Weak Programmatic Login Settings Changed
#Description
Settings controlling less-secure app access (LSA/basic auth) were changed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: WEAK_PROGRAMMATIC_LOGIN_SETTINGS_CHANGED https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#WEAK_PROGRAMMATIC_LOGIN_SETTINGS_CHANGED
CHANGE_SSO_SETTINGS: Change SSO Settings
#Description
SAML/SSO settings for the domain were changed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: CHANGE_SSO_SETTINGS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#CHANGE_SSO_SETTINGS
TOGGLE_SSO_ENABLED: Toggle SSO Enabled
#Description
SSO (SAML-based single sign-on) was enabled or disabled for the domain.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: TOGGLE_SSO_ENABLED https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#TOGGLE_SSO_ENABLED
REVOKE_ADMIN_PRIVILEGE: Revoke Admin Privilege
#Description
Administrator privileges were revoked from a user account.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: REVOKE_ADMIN_PRIVILEGE https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-user-settings#REVOKE_ADMIN_PRIVILEGE
ALLOW_SERVICE_FOR_OAUTH2_ACCESS: Allow Service for OAuth2 Access
#Description
A Google service was allowed for OAuth2 API access.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: ALLOW_SERVICE_FOR_OAUTH2_ACCESS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#ALLOW_SERVICE_FOR_OAUTH2_ACCESS
DISALLOW_SERVICE_FOR_OAUTH2_ACCESS: Disallow Service for OAuth2 Access
#Description
A Google service was disallowed for OAuth2 API access.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: DISALLOW_SERVICE_FOR_OAUTH2_ACCESS https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#DISALLOW_SERVICE_FOR_OAUTH2_ACCESS
TOGGLE_CAA_ENABLEMENT: Toggle Context-Aware Access Enablement
#Description
Context-Aware Access was enabled or disabled for the domain.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: TOGGLE_CAA_ENABLEMENT https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings#TOGGLE_CAA_ENABLEMENT
CHANGE_GROUP_SETTING: Change Group Setting
#Description
A setting for a Google Group was changed by an administrator.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: CHANGE_GROUP_SETTING https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-group-settings#CHANGE_GROUP_SETTING
ADD_APPLICATION_TO_WHITELIST: Add Application to Allowlist
#Description
An application was added to the domain's Google Workspace Marketplace allowlist.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: ADD_APPLICATION_TO_WHITELIST https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-domain-settings#ADD_APPLICATION_TO_WHITELIST
CHANGE_TWO_STEP_VERIFICATION_ENROLLMENT_PERIOD_DURATION: Change 2SV Enrollment Period Duration
#Description
The enrollment period for 2-Step Verification was changed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: 2SV settings https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings
CHANGE_ALLOWED_TWO_STEP_VERIFICATION_METHODS: Change Allowed 2SV Methods
#Description
The allowed methods for 2-Step Verification were changed.
Fields #
| Name | Description |
|---|---|
applicationName | Reports API applicationName value identifying the GWS service (e.g. admin, login, drive). |
eventName | The specific action within this application. |
actor.email | Email address of the user or administrator who performed the action. |
actor.profileId | Unique Google Workspace profile ID of the actor. |
ipAddress | IP address of the actor at the time of the event. |
parameters | Array of event-specific key-value parameters documenting affected resources. |
References #
- Admin Activity Events: 2SV settings https://developers.google.com/workspace/admin/reports/v1/appendix/activity/admin-security-settings