Sensitive Data Protection (DLP) (dlp:v2)

2024-03-01

12 new methods

Additions

    Methods
  • dlp.organizations.locations.projectDataProfiles.get

      Path: v2/{+name}

      Description: Gets a project data profile.

      Parameters:

        name

          Required: Yes

          Description: Required. Resource name, for example `organizations/12345/locations/us/projectDataProfiles/53234423`.

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

          Location: path

          Type: string

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

      Parameter Order: name

      HTTP Method: GET

      Flat Path: v2/organizations/{organizationsId}/locations/{locationsId}/projectDataProfiles/{projectDataProfilesId}

  • dlp.organizations.locations.projectDataProfiles.list

      Parameter Order: parent

      Path: v2/{+parent}/projectDataProfiles

      HTTP Method: GET

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Description: Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100.

          Location: query

        orderBy

          Type: string

          Description: Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`: GCP project ID - `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.

          Location: query

        pageToken

          Location: query

          Type: string

          Description: Page token to continue retrieval.

        parent

          Location: path

          Required: Yes

          Description: Required. organizations/{org_id}/locations/{loc_id}

          Type: string

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

        filter

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH The length of this field should be no more than 500 characters.

          Location: query

          Type: string

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

      Description: Lists data profiles for an organization.

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

  • dlp.organizations.locations.columnDataProfiles.get

      Parameter Order: name

      Parameters:

        name

          Description: Required. Resource name, for example `organizations/12345/locations/us/columnDataProfiles/53234423`.

          Type: string

          Required: Yes

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

          Location: path

      HTTP Method: GET

      Flat Path: v2/organizations/{organizationsId}/locations/{locationsId}/columnDataProfiles/{columnDataProfilesId}

      Path: v2/{+name}

      Description: Gets a column data profile.

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

  • dlp.organizations.locations.columnDataProfiles.list

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

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

      Description: Lists data profiles for an organization.

      Path: v2/{+parent}/columnDataProfiles

      HTTP Method: GET

      Parameters:

        filter

          Type: string

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `table_data_profile_name` - The name of the related table data profile. - `project_id` - The Google Cloud project ID. (REQUIRED) - `dataset_id` - The BigQuery dataset ID. (REQUIRED) - `table_id` - The BigQuery table ID. (REQUIRED) - `field_id` - The ID of the BigQuery field. - `info_type` - The infotype detected in the resource. - `sensitivity_level` - HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data. - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS The length of this field should be no more than 500 characters.

          Location: query

        parent

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

          Location: path

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

          Required: Yes

          Type: string

        pageSize

          Type: integer

          Format: int32

          Description: Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100.

          Location: query

        orderBy

          Location: query

          Type: string

          Description: Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a column is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.

        pageToken

          Description: Page token to continue retrieval.

          Location: query

          Type: string

      Parameter Order: parent

  • dlp.organizations.locations.tableDataProfiles.get

      HTTP Method: GET

      Path: v2/{+name}

      Flat Path: v2/organizations/{organizationsId}/locations/{locationsId}/tableDataProfiles/{tableDataProfilesId}

      Parameters:

        name

          Description: Required. Resource name, for example `organizations/12345/locations/us/tableDataProfiles/53234423`.

          Type: string

          Required: Yes

          Location: path

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

      Parameter Order: name

      Description: Gets a table data profile.

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

  • dlp.organizations.locations.tableDataProfiles.list

      Path: v2/{+parent}/tableDataProfiles

      HTTP Method: GET

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

      Description: Lists data profiles for an organization.

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

      Parameter Order: parent

      Parameters:

        orderBy

          Location: query

          Description: Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The GCP project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a table is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds. - `last_modified`: The last time the resource was modified. - `resource_visibility`: Visibility restriction for this resource. - `row_count`: Number of rows in this resource.

          Type: string

        pageToken

          Type: string

          Description: Page token to continue retrieval.

          Location: query

        pageSize

          Location: query

          Type: integer

          Format: int32

          Description: Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100.

        filter

          Type: string

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The GCP project ID. - `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND resource_visibility = PUBLIC The length of this field should be no more than 500 characters.

          Location: query

        parent

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

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

          Location: path

          Required: Yes

          Type: string

  • dlp.projects.locations.projectDataProfiles.get

      Description: Gets a project data profile.

      Path: v2/{+name}

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/projectDataProfiles/{projectDataProfilesId}

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

      Parameter Order: name

      Parameters:

        name

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/projectDataProfiles/[^/]+$

          Description: Required. Resource name, for example `organizations/12345/locations/us/projectDataProfiles/53234423`.

          Location: path

          Type: string

      HTTP Method: GET

  • dlp.projects.locations.projectDataProfiles.list

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/projectDataProfiles

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

      HTTP Method: GET

      Path: v2/{+parent}/projectDataProfiles

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Location: query

          Description: Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100.

        orderBy

          Description: Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id` * `sensitivity_level desc` Supported fields are: - `project_id`: GCP project ID - `sensitivity_level`: How sensitive the data in a project is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.

          Location: query

          Type: string

        parent

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

          Type: string

          Required: Yes

          Description: Required. organizations/{org_id}/locations/{loc_id}

          Location: path

        pageToken

          Location: query

          Type: string

          Description: Page token to continue retrieval.

        filter

          Location: query

          Type: string

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH The length of this field should be no more than 500 characters.

      Description: Lists data profiles for an organization.

      Parameter Order: parent

  • dlp.projects.locations.tableDataProfiles.get

      Path: v2/{+name}

      HTTP Method: GET

      Parameters:

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/tableDataProfiles/[^/]+$

          Required: Yes

          Type: string

          Location: path

          Description: Required. Resource name, for example `organizations/12345/locations/us/tableDataProfiles/53234423`.

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

      Parameter Order: name

      Description: Gets a table data profile.

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/tableDataProfiles/{tableDataProfilesId}

  • dlp.projects.locations.tableDataProfiles.list

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/tableDataProfiles

      Path: v2/{+parent}/tableDataProfiles

      Parameter Order: parent

      Description: Lists data profiles for an organization.

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

      HTTP Method: GET

      Parameters:

        pageToken

          Type: string

          Location: query

          Description: Page token to continue retrieval.

        orderBy

          Location: query

          Type: string

          Description: Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The GCP project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a table is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds. - `last_modified`: The last time the resource was modified. - `resource_visibility`: Visibility restriction for this resource. - `row_count`: Number of rows in this resource.

        pageSize

          Location: query

          Type: integer

          Description: Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100.

          Format: int32

        parent

          Type: string

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

          Location: path

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

          Required: Yes

        filter

          Type: string

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `project_id` - The GCP project ID. - `dataset_id` - The BigQuery dataset ID. - `table_id` - The ID of the BigQuery table. - `sensitivity_level` - HIGH|MODERATE|LOW - `data_risk_level` - HIGH|MODERATE|LOW - `resource_visibility`: PUBLIC|RESTRICTED - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` or `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND resource_visibility = PUBLIC The length of this field should be no more than 500 characters.

          Location: query

  • dlp.projects.locations.columnDataProfiles.list

      Parameters:

        pageSize

          Description: Size of the page. This value can be limited by the server. If zero, server returns a page of max size 100.

          Type: integer

          Location: query

          Format: int32

        parent

          Location: path

          Required: Yes

          Type: string

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

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

        orderBy

          Location: query

          Type: string

          Description: Comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant. Only one order field at a time is allowed. Examples: * `project_id asc` * `table_id` * `sensitivity_level desc` Supported fields are: - `project_id`: The Google Cloud project ID. - `dataset_id`: The ID of a BigQuery dataset. - `table_id`: The ID of a BigQuery table. - `sensitivity_level`: How sensitive the data in a column is, at most. - `data_risk_level`: How much risk is associated with this data. - `profile_last_generated`: When the profile was last updated in epoch seconds.

        pageToken

          Type: string

          Location: query

          Description: Page token to continue retrieval.

        filter

          Description: Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values: - `table_data_profile_name` - The name of the related table data profile. - `project_id` - The Google Cloud project ID. (REQUIRED) - `dataset_id` - The BigQuery dataset ID. (REQUIRED) - `table_id` - The BigQuery table ID. (REQUIRED) - `field_id` - The ID of the BigQuery field. - `info_type` - The infotype detected in the resource. - `sensitivity_level` - HIGH|MEDIUM|LOW - `data_risk_level`: How much risk is associated with this data. - `status_code` - an RPC status code as defined in https://github.com/googleapis/googleapis/blob/master/google/rpc/code.proto * The operator must be `=` for project_id, dataset_id, and table_id. Other filters also support `!=`. Examples: * project_id = 12345 AND status_code = 1 * project_id = 12345 AND sensitivity_level = HIGH * project_id = 12345 AND info_type = STREET_ADDRESS The length of this field should be no more than 500 characters.

          Location: query

          Type: string

      Parameter Order: parent

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

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/columnDataProfiles

      Path: v2/{+parent}/columnDataProfiles

      Description: Lists data profiles for an organization.

      HTTP Method: GET

  • dlp.projects.locations.columnDataProfiles.get

      Parameter Order: name

      Description: Gets a column data profile.

      Parameters:

        name

          Type: string

          Description: Required. Resource name, for example `organizations/12345/locations/us/columnDataProfiles/53234423`.

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/columnDataProfiles/[^/]+$

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

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/columnDataProfiles/{columnDataProfilesId}

      Path: v2/{+name}

      HTTP Method: GET