integrations.sh
← all integrations

googleapis.com – dlp

OpenAPI apis-guru analyticsmedia

Provides methods for detection, risk analysis, and de-identification of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:dlp/v2.json
Provider
googleapis.com:dlp / dlp
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/dlp/v2/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/dlp/v2/openapi.yaml

Tools (25)

Extracted live via the executor SDK.

  • infoTypes.dlpInfoTypesList

    Returns a list of the sensitive information types that DLP API supports. See to learn more.

  • locations.dlpLocationsInfoTypesList

    Returns a list of the sensitive information types that DLP API supports. See to learn more.

  • projects.dlpProjectsLocationsContentDeidentify

    De-identifies potentially sensitive info from a ContentItem. This method has limits on input size and output size. See to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

  • projects.dlpProjectsLocationsContentInspect

    Finds potentially sensitive info in content. This method has limits on input size, processing time, and output size. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. For how to guides, see and ,

  • projects.dlpProjectsLocationsContentReidentify

    Re-identifies content that has been de-identified. See to learn more.

  • projects.dlpProjectsLocationsDeidentifyTemplatesCreate

    Creates a DeidentifyTemplate for reusing frequently used configuration for de-identifying content, images, and storage. See to learn more.

  • projects.dlpProjectsLocationsDeidentifyTemplatesList

    Lists DeidentifyTemplates. See to learn more.

  • projects.dlpProjectsLocationsDlpJobsCancel

    Starts asynchronous cancellation on a long-running DlpJob. The server makes a best effort to cancel the DlpJob, but success is not guaranteed. See and to learn more.

  • projects.dlpProjectsLocationsDlpJobsCreate

    Creates a new job to inspect storage or calculate risk metrics. See and to learn more. When no InfoTypes or CustomInfoTypes are specified in inspect jobs, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

  • projects.dlpProjectsLocationsDlpJobsFinish

    Finish a running hybrid DlpJob. Triggers the finalization steps and running of any enabled actions that have not yet run.

  • projects.dlpProjectsLocationsDlpJobsList

    Lists DlpJobs that match the specified filter in the request. See and to learn more.

  • projects.dlpProjectsLocationsImageRedact

    Redacts potentially sensitive info from an image. This method has limits on input size, processing time, and output size. See to learn more. When no InfoTypes or CustomInfoTypes are specified in this request, the system will automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated.

  • projects.dlpProjectsLocationsInspectTemplatesCreate

    Creates an InspectTemplate for reusing frequently used configuration for inspecting content, images, and storage. See to learn more.

  • projects.dlpProjectsLocationsInspectTemplatesList

    Lists InspectTemplates. See to learn more.

  • projects.dlpProjectsLocationsJobTriggersActivate

    Activate a job trigger. Causes the immediate execute of a trigger instead of waiting on the trigger event to occur.

  • projects.dlpProjectsLocationsJobTriggersCreate

    Creates a job trigger to run DLP actions such as scanning storage for sensitive information on a set schedule. See to learn more.

  • projects.dlpProjectsLocationsJobTriggersHybridInspect

    Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger.

  • projects.dlpProjectsLocationsJobTriggersList

    Lists job triggers. See to learn more.

  • projects.dlpProjectsStoredInfoTypesCreate

    Creates a pre-built stored infoType to be used for inspection. See to learn more.

  • projects.dlpProjectsStoredInfoTypesDelete

    Deletes a stored infoType. See to learn more.

  • projects.dlpProjectsStoredInfoTypesGet

    Gets a stored infoType. See to learn more.

  • projects.dlpProjectsStoredInfoTypesList

    Lists stored infoTypes. See to learn more.

  • projects.dlpProjectsStoredInfoTypesPatch

    Updates the stored infoType by creating a new version. The existing version will continue to be used until the new version is ready. See to learn more.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools