activities
Creates, updates, deletes, gets or lists a activities
resource.
Overview
Name | activities |
Type | Resource |
Id | google.policyanalyzer.activities |
Fields
Name | Datatype | Description |
---|---|---|
activities | array | The set of activities that match the filter included in the request. |
nextPageToken | string | If 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
Name | Accessible by | Required Params | Description |
---|---|---|---|
query | SELECT | activityTypesId, locationsId, organizationsId | Queries 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 }}';