Skip to main content

activities

Creates, updates, deletes, gets or lists a activities resource.

Overview

Nameactivities
TypeResource
Idgoogle.policyanalyzer.activities

Fields

NameDatatypeDescription
activitiesarrayThe set of activities that match the filter included in the request.
nextPageTokenstringIf there might be more results than those appearing in this response, then nextPageToken is included. To get the next set of results, call this method again using the value of nextPageToken as pageToken.

Methods

NameAccessible byRequired ParamsDescription
querySELECTactivityTypesId, locationsId, organizationsIdQueries policy activities on Google Cloud resources.

SELECT examples

Queries policy activities on Google Cloud resources.

SELECT
activities,
nextPageToken
FROM google.policyanalyzer.activities
WHERE activityTypesId = '{{ activityTypesId }}'
AND locationsId = '{{ locationsId }}'
AND organizationsId = '{{ organizationsId }}';