Policy Analyzer API (policyanalyzer:v1beta1)

2024-06-04

2 new methods

Additions

    Methods
  • policyanalyzer.folders.locations.activityTypes.activities.query

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/folders/{foldersId}/locations/{locationsId}/activityTypes/{activityTypesId}/activities:query

      Path : v1beta1/{+parent}/activities:query

      Parameters :

        filter

          Location : query

          Description : Optional. Optional filter expression to restrict the activities returned. Supported filters are: - service_account_last_authn.full_resource_name {=} - service_account_key_last_authn.full_resource_name {=}

          Type : string

        pageSize

          Type : integer

          Format : int32

          Description : Optional. The maximum number of results to return from this request. Max limit is 1000. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.

          Location : query

        parent

          Type : string

          Description : Required. The container resource on which to execute the request. Acceptable formats: `projects/[PROJECT_ID|PROJECT_NUMBER]/locations/[LOCATION]/activityTypes/[ACTIVITY_TYPE]` LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/

          Pattern : ^folders/[^/]+/locations/[^/]+/activityTypes/[^/]+$

          Required : Yes

          Location : path

        pageToken

          Type : string

          Description : Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.

          Location : query

      Description : Queries policy activities on GCP resources.

      HTTP Method : GET

  • policyanalyzer.organizations.locations.activityTypes.activities.query

      HTTP Method : GET

      Parameters :

        pageSize

          Location : query

          Format : int32

          Description : Optional. The maximum number of results to return from this request. Max limit is 1000. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available.

          Type : integer

        pageToken

          Description : Optional. If present, then retrieve the next batch of results from the preceding call to this method. `pageToken` must be the value of `nextPageToken` from the previous response. The values of other method parameters should be identical to those in the previous call.

          Type : string

          Location : query

        filter

          Location : query

          Description : Optional. Optional filter expression to restrict the activities returned. Supported filters are: - service_account_last_authn.full_resource_name {=} - service_account_key_last_authn.full_resource_name {=}

          Type : string

        parent

          Description : Required. The container resource on which to execute the request. Acceptable formats: `projects/[PROJECT_ID|PROJECT_NUMBER]/locations/[LOCATION]/activityTypes/[ACTIVITY_TYPE]` LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/

          Required : Yes

          Location : path

          Type : string

          Pattern : ^organizations/[^/]+/locations/[^/]+/activityTypes/[^/]+$

      Path : v1beta1/{+parent}/activities:query

      Parameter Order : parent

      Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/activityTypes/{activityTypesId}/activities:query

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Queries policy activities on GCP resources.