Sensitive Data Protection (DLP) (dlp:v2)

2024-07-28

1 new method

Additions

    Methods
  • dlp.organizations.locations.connections.list

      HTTP Method : GET

      Flat Path : v2/organizations/{organizationsId}/locations/{locationsId}/connections

      Path : v2/{+parent}/connections

      Parameter Order : parent

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

      Description : Lists Connections in a parent. Use SearchConnections to see all connections within an organization.

      Parameters :

        pageToken

          Description : Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.

          Location : query

          Type : string

        filter

          Type : string

          Description : Optional. Supported field/value: `state` - MISSING|AVAILABLE|ERROR

          Location : query

        parent

          Location : path

          Type : string

          Required : Yes

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

          Description : Required. Resource name of the organization or project, for example `organizations/433245324/locations/europe` or `projects/project-id/locations/asia`.

        pageSize

          Type : integer

          Description : Optional. Number of results per page, max 1000.

          Format : int32

          Location : query