google-native.dlp/v2.DlpJob
Explore with Pulumi AI
Creates a new job to inspect storage or calculate risk metrics. See https://cloud.google.com/dlp/docs/inspecting-storage and https://cloud.google.com/dlp/docs/compute-risk-analysis 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. Auto-naming is currently not supported for this resource.
Create DlpJob Resource
new DlpJob(name: string, args?: DlpJobArgs, opts?: CustomResourceOptions);
@overload
def DlpJob(resource_name: str,
opts: Optional[ResourceOptions] = None,
inspect_job: Optional[GooglePrivacyDlpV2InspectJobConfigArgs] = None,
job_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
risk_job: Optional[GooglePrivacyDlpV2RiskAnalysisJobConfigArgs] = None)
@overload
def DlpJob(resource_name: str,
args: Optional[DlpJobArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewDlpJob(ctx *Context, name string, args *DlpJobArgs, opts ...ResourceOption) (*DlpJob, error)
public DlpJob(string name, DlpJobArgs? args = null, CustomResourceOptions? opts = null)
public DlpJob(String name, DlpJobArgs args)
public DlpJob(String name, DlpJobArgs args, CustomResourceOptions options)
type: google-native:dlp/v2:DlpJob
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DlpJobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DlpJobArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DlpJobArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DlpJobArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DlpJobArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DlpJob Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DlpJob resource accepts the following input properties:
- Inspect
Job Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Inspect Job Config Args An inspection job scans a storage repository for InfoTypes.
- Job
Id string The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.- Location string
Deprecated. This field has no effect.
Deprecated. This field has no effect.
- Project string
- Risk
Job Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Risk Analysis Job Config Args A risk analysis job calculates re-identification risk metrics for a BigQuery table.
- Inspect
Job GooglePrivacy Dlp V2Inspect Job Config Args An inspection job scans a storage repository for InfoTypes.
- Job
Id string The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.- Location string
Deprecated. This field has no effect.
Deprecated. This field has no effect.
- Project string
- Risk
Job GooglePrivacy Dlp V2Risk Analysis Job Config Args A risk analysis job calculates re-identification risk metrics for a BigQuery table.
- inspect
Job GooglePrivacy Dlp V2Inspect Job Config Args An inspection job scans a storage repository for InfoTypes.
- job
Id String The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.- location String
Deprecated. This field has no effect.
Deprecated. This field has no effect.
- project String
- risk
Job GooglePrivacy Dlp V2Risk Analysis Job Config Args A risk analysis job calculates re-identification risk metrics for a BigQuery table.
- inspect
Job GooglePrivacy Dlp V2Inspect Job Config Args An inspection job scans a storage repository for InfoTypes.
- job
Id string The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.- location string
Deprecated. This field has no effect.
Deprecated. This field has no effect.
- project string
- risk
Job GooglePrivacy Dlp V2Risk Analysis Job Config Args A risk analysis job calculates re-identification risk metrics for a BigQuery table.
- inspect_
job GooglePrivacy Dlp V2Inspect Job Config Args An inspection job scans a storage repository for InfoTypes.
- job_
id str The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.- location str
Deprecated. This field has no effect.
Deprecated. This field has no effect.
- project str
- risk_
job GooglePrivacy Dlp V2Risk Analysis Job Config Args A risk analysis job calculates re-identification risk metrics for a BigQuery table.
- inspect
Job Property Map An inspection job scans a storage repository for InfoTypes.
- job
Id String The job id can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression:
[a-zA-Z\d-_]+
. The maximum length is 100 characters. Can be empty to allow the system to generate one.- location String
Deprecated. This field has no effect.
Deprecated. This field has no effect.
- project String
- risk
Job Property Map A risk analysis job calculates re-identification risk metrics for a BigQuery table.
Outputs
All input properties are implicitly available as output properties. Additionally, the DlpJob resource produces the following output properties:
- Action
Details List<Pulumi.Google Native. DLP. V2. Outputs. Google Privacy Dlp V2Action Details Response> Events that should occur after the job has completed.
- Create
Time string Time when the job was created.
- End
Time string Time when the job finished.
- Errors
List<Pulumi.
Google Native. DLP. V2. Outputs. Google Privacy Dlp V2Error Response> A stream of errors encountered running the job.
- Id string
The provider-assigned unique ID for this managed resource.
- Inspect
Details Pulumi.Google Native. DLP. V2. Outputs. Google Privacy Dlp V2Inspect Data Source Details Response Results from inspecting a data source.
- Job
Trigger stringName If created by a job trigger, the resource name of the trigger that instantiated the job.
- Name string
The server-assigned name.
- Risk
Details Pulumi.Google Native. DLP. V2. Outputs. Google Privacy Dlp V2Analyze Data Source Risk Details Response Results from analyzing risk of a data source.
- Start
Time string Time when the job started.
- State string
State of a job.
- Type string
The type of job.
- Action
Details []GooglePrivacy Dlp V2Action Details Response Events that should occur after the job has completed.
- Create
Time string Time when the job was created.
- End
Time string Time when the job finished.
- Errors
[]Google
Privacy Dlp V2Error Response A stream of errors encountered running the job.
- Id string
The provider-assigned unique ID for this managed resource.
- Inspect
Details GooglePrivacy Dlp V2Inspect Data Source Details Response Results from inspecting a data source.
- Job
Trigger stringName If created by a job trigger, the resource name of the trigger that instantiated the job.
- Name string
The server-assigned name.
- Risk
Details GooglePrivacy Dlp V2Analyze Data Source Risk Details Response Results from analyzing risk of a data source.
- Start
Time string Time when the job started.
- State string
State of a job.
- Type string
The type of job.
- action
Details List<GooglePrivacy Dlp V2Action Details Response> Events that should occur after the job has completed.
- create
Time String Time when the job was created.
- end
Time String Time when the job finished.
- errors
List<Google
Privacy Dlp V2Error Response> A stream of errors encountered running the job.
- id String
The provider-assigned unique ID for this managed resource.
- inspect
Details GooglePrivacy Dlp V2Inspect Data Source Details Response Results from inspecting a data source.
- job
Trigger StringName If created by a job trigger, the resource name of the trigger that instantiated the job.
- name String
The server-assigned name.
- risk
Details GooglePrivacy Dlp V2Analyze Data Source Risk Details Response Results from analyzing risk of a data source.
- start
Time String Time when the job started.
- state String
State of a job.
- type String
The type of job.
- action
Details GooglePrivacy Dlp V2Action Details Response[] Events that should occur after the job has completed.
- create
Time string Time when the job was created.
- end
Time string Time when the job finished.
- errors
Google
Privacy Dlp V2Error Response[] A stream of errors encountered running the job.
- id string
The provider-assigned unique ID for this managed resource.
- inspect
Details GooglePrivacy Dlp V2Inspect Data Source Details Response Results from inspecting a data source.
- job
Trigger stringName If created by a job trigger, the resource name of the trigger that instantiated the job.
- name string
The server-assigned name.
- risk
Details GooglePrivacy Dlp V2Analyze Data Source Risk Details Response Results from analyzing risk of a data source.
- start
Time string Time when the job started.
- state string
State of a job.
- type string
The type of job.
- action_
details Sequence[GooglePrivacy Dlp V2Action Details Response] Events that should occur after the job has completed.
- create_
time str Time when the job was created.
- end_
time str Time when the job finished.
- errors
Sequence[Google
Privacy Dlp V2Error Response] A stream of errors encountered running the job.
- id str
The provider-assigned unique ID for this managed resource.
- inspect_
details GooglePrivacy Dlp V2Inspect Data Source Details Response Results from inspecting a data source.
- job_
trigger_ strname If created by a job trigger, the resource name of the trigger that instantiated the job.
- name str
The server-assigned name.
- risk_
details GooglePrivacy Dlp V2Analyze Data Source Risk Details Response Results from analyzing risk of a data source.
- start_
time str Time when the job started.
- state str
State of a job.
- type str
The type of job.
- action
Details List<Property Map> Events that should occur after the job has completed.
- create
Time String Time when the job was created.
- end
Time String Time when the job finished.
- errors List<Property Map>
A stream of errors encountered running the job.
- id String
The provider-assigned unique ID for this managed resource.
- inspect
Details Property Map Results from inspecting a data source.
- job
Trigger StringName If created by a job trigger, the resource name of the trigger that instantiated the job.
- name String
The server-assigned name.
- risk
Details Property Map Results from analyzing risk of a data source.
- start
Time String Time when the job started.
- state String
State of a job.
- type String
The type of job.
Supporting Types
GooglePrivacyDlpV2Action
- Deidentify
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Deidentify Create a de-identified copy of the input data.
- Job
Notification Pulumi.Emails Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Job Notification Emails Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- Pub
Sub Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish To Pub Sub Publish a notification to a Pub/Sub topic.
- Publish
Findings Pulumi.To Cloud Data Catalog Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish Findings To Cloud Data Catalog Publish findings to Cloud Datahub.
- Publish
Summary Pulumi.To Cscc Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish Summary To Cscc Publish summary to Cloud Security Command Center (Alpha).
- Publish
To Pulumi.Stackdriver Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish To Stackdriver Enable Stackdriver metric dlp.googleapis.com/finding_count.
- Save
Findings Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Save Findings Save resulting findings in a provided location.
- Deidentify
Google
Privacy Dlp V2Deidentify Create a de-identified copy of the input data.
- Job
Notification GoogleEmails Privacy Dlp V2Job Notification Emails Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- Pub
Sub GooglePrivacy Dlp V2Publish To Pub Sub Publish a notification to a Pub/Sub topic.
- Publish
Findings GoogleTo Cloud Data Catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Publish findings to Cloud Datahub.
- Publish
Summary GoogleTo Cscc Privacy Dlp V2Publish Summary To Cscc Publish summary to Cloud Security Command Center (Alpha).
- Publish
To GoogleStackdriver Privacy Dlp V2Publish To Stackdriver Enable Stackdriver metric dlp.googleapis.com/finding_count.
- Save
Findings GooglePrivacy Dlp V2Save Findings Save resulting findings in a provided location.
- deidentify
Google
Privacy Dlp V2Deidentify Create a de-identified copy of the input data.
- job
Notification GoogleEmails Privacy Dlp V2Job Notification Emails Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub
Sub GooglePrivacy Dlp V2Publish To Pub Sub Publish a notification to a Pub/Sub topic.
- publish
Findings GoogleTo Cloud Data Catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Publish findings to Cloud Datahub.
- publish
Summary GoogleTo Cscc Privacy Dlp V2Publish Summary To Cscc Publish summary to Cloud Security Command Center (Alpha).
- publish
To GoogleStackdriver Privacy Dlp V2Publish To Stackdriver Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save
Findings GooglePrivacy Dlp V2Save Findings Save resulting findings in a provided location.
- deidentify
Google
Privacy Dlp V2Deidentify Create a de-identified copy of the input data.
- job
Notification GoogleEmails Privacy Dlp V2Job Notification Emails Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub
Sub GooglePrivacy Dlp V2Publish To Pub Sub Publish a notification to a Pub/Sub topic.
- publish
Findings GoogleTo Cloud Data Catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Publish findings to Cloud Datahub.
- publish
Summary GoogleTo Cscc Privacy Dlp V2Publish Summary To Cscc Publish summary to Cloud Security Command Center (Alpha).
- publish
To GoogleStackdriver Privacy Dlp V2Publish To Stackdriver Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save
Findings GooglePrivacy Dlp V2Save Findings Save resulting findings in a provided location.
- deidentify
Google
Privacy Dlp V2Deidentify Create a de-identified copy of the input data.
- job_
notification_ Googleemails Privacy Dlp V2Job Notification Emails Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub_
sub GooglePrivacy Dlp V2Publish To Pub Sub Publish a notification to a Pub/Sub topic.
- publish_
findings_ Googleto_ cloud_ data_ catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Publish findings to Cloud Datahub.
- publish_
summary_ Googleto_ cscc Privacy Dlp V2Publish Summary To Cscc Publish summary to Cloud Security Command Center (Alpha).
- publish_
to_ Googlestackdriver Privacy Dlp V2Publish To Stackdriver Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save_
findings GooglePrivacy Dlp V2Save Findings Save resulting findings in a provided location.
- deidentify Property Map
Create a de-identified copy of the input data.
- job
Notification Property MapEmails Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub
Sub Property Map Publish a notification to a Pub/Sub topic.
- publish
Findings Property MapTo Cloud Data Catalog Publish findings to Cloud Datahub.
- publish
Summary Property MapTo Cscc Publish summary to Cloud Security Command Center (Alpha).
- publish
To Property MapStackdriver Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save
Findings Property Map Save resulting findings in a provided location.
GooglePrivacyDlpV2ActionDetailsResponse
- Deidentify
Details Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Deidentify Data Source Details Response Outcome of a de-identification action.
- Deidentify
Details GooglePrivacy Dlp V2Deidentify Data Source Details Response Outcome of a de-identification action.
- deidentify
Details GooglePrivacy Dlp V2Deidentify Data Source Details Response Outcome of a de-identification action.
- deidentify
Details GooglePrivacy Dlp V2Deidentify Data Source Details Response Outcome of a de-identification action.
- deidentify_
details GooglePrivacy Dlp V2Deidentify Data Source Details Response Outcome of a de-identification action.
- deidentify
Details Property Map Outcome of a de-identification action.
GooglePrivacyDlpV2ActionResponse
- Deidentify
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Deidentify Response Create a de-identified copy of the input data.
- Job
Notification Pulumi.Emails Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Job Notification Emails Response Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- Pub
Sub Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish To Pub Sub Response Publish a notification to a Pub/Sub topic.
- Publish
Findings Pulumi.To Cloud Data Catalog Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish Findings To Cloud Data Catalog Response Publish findings to Cloud Datahub.
- Publish
Summary Pulumi.To Cscc Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish Summary To Cscc Response Publish summary to Cloud Security Command Center (Alpha).
- Publish
To Pulumi.Stackdriver Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Publish To Stackdriver Response Enable Stackdriver metric dlp.googleapis.com/finding_count.
- Save
Findings Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Save Findings Response Save resulting findings in a provided location.
- Deidentify
Google
Privacy Dlp V2Deidentify Response Create a de-identified copy of the input data.
- Job
Notification GoogleEmails Privacy Dlp V2Job Notification Emails Response Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- Pub
Sub GooglePrivacy Dlp V2Publish To Pub Sub Response Publish a notification to a Pub/Sub topic.
- Publish
Findings GoogleTo Cloud Data Catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Response Publish findings to Cloud Datahub.
- Publish
Summary GoogleTo Cscc Privacy Dlp V2Publish Summary To Cscc Response Publish summary to Cloud Security Command Center (Alpha).
- Publish
To GoogleStackdriver Privacy Dlp V2Publish To Stackdriver Response Enable Stackdriver metric dlp.googleapis.com/finding_count.
- Save
Findings GooglePrivacy Dlp V2Save Findings Response Save resulting findings in a provided location.
- deidentify
Google
Privacy Dlp V2Deidentify Response Create a de-identified copy of the input data.
- job
Notification GoogleEmails Privacy Dlp V2Job Notification Emails Response Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub
Sub GooglePrivacy Dlp V2Publish To Pub Sub Response Publish a notification to a Pub/Sub topic.
- publish
Findings GoogleTo Cloud Data Catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Response Publish findings to Cloud Datahub.
- publish
Summary GoogleTo Cscc Privacy Dlp V2Publish Summary To Cscc Response Publish summary to Cloud Security Command Center (Alpha).
- publish
To GoogleStackdriver Privacy Dlp V2Publish To Stackdriver Response Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save
Findings GooglePrivacy Dlp V2Save Findings Response Save resulting findings in a provided location.
- deidentify
Google
Privacy Dlp V2Deidentify Response Create a de-identified copy of the input data.
- job
Notification GoogleEmails Privacy Dlp V2Job Notification Emails Response Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub
Sub GooglePrivacy Dlp V2Publish To Pub Sub Response Publish a notification to a Pub/Sub topic.
- publish
Findings GoogleTo Cloud Data Catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Response Publish findings to Cloud Datahub.
- publish
Summary GoogleTo Cscc Privacy Dlp V2Publish Summary To Cscc Response Publish summary to Cloud Security Command Center (Alpha).
- publish
To GoogleStackdriver Privacy Dlp V2Publish To Stackdriver Response Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save
Findings GooglePrivacy Dlp V2Save Findings Response Save resulting findings in a provided location.
- deidentify
Google
Privacy Dlp V2Deidentify Response Create a de-identified copy of the input data.
- job_
notification_ Googleemails Privacy Dlp V2Job Notification Emails Response Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub_
sub GooglePrivacy Dlp V2Publish To Pub Sub Response Publish a notification to a Pub/Sub topic.
- publish_
findings_ Googleto_ cloud_ data_ catalog Privacy Dlp V2Publish Findings To Cloud Data Catalog Response Publish findings to Cloud Datahub.
- publish_
summary_ Googleto_ cscc Privacy Dlp V2Publish Summary To Cscc Response Publish summary to Cloud Security Command Center (Alpha).
- publish_
to_ Googlestackdriver Privacy Dlp V2Publish To Stackdriver Response Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save_
findings GooglePrivacy Dlp V2Save Findings Response Save resulting findings in a provided location.
- deidentify Property Map
Create a de-identified copy of the input data.
- job
Notification Property MapEmails Sends an email when the job completes. The email goes to IAM project owners and technical Essential Contacts.
- pub
Sub Property Map Publish a notification to a Pub/Sub topic.
- publish
Findings Property MapTo Cloud Data Catalog Publish findings to Cloud Datahub.
- publish
Summary Property MapTo Cscc Publish summary to Cloud Security Command Center (Alpha).
- publish
To Property MapStackdriver Enable Stackdriver metric dlp.googleapis.com/finding_count.
- save
Findings Property Map Save resulting findings in a provided location.
GooglePrivacyDlpV2AnalyzeDataSourceRiskDetailsResponse
- Categorical
Stats Pulumi.Result Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Categorical Stats Result Response Categorical stats result
- Delta
Presence Pulumi.Estimation Result Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Delta Presence Estimation Result Response Delta-presence result
- KAnonymity
Result Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2KAnonymity Result Response K-anonymity result
- KMap
Estimation Pulumi.Result Google Native. DLP. V2. Inputs. Google Privacy Dlp V2KMap Estimation Result Response K-map result
- LDiversity
Result Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2LDiversity Result Response L-divesity result
- Numerical
Stats Pulumi.Result Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Numerical Stats Result Response Numerical stats result
- Requested
Options Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Requested Risk Analysis Options Response The configuration used for this job.
- Requested
Privacy Pulumi.Metric Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Privacy Metric Response Privacy metric to compute.
- Requested
Source Pulumi.Table Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Big Query Table Response Input dataset to compute metrics over.
- Categorical
Stats GoogleResult Privacy Dlp V2Categorical Stats Result Response Categorical stats result
- Delta
Presence GoogleEstimation Result Privacy Dlp V2Delta Presence Estimation Result Response Delta-presence result
- KAnonymity
Result GooglePrivacy Dlp V2KAnonymity Result Response K-anonymity result
- KMap
Estimation GoogleResult Privacy Dlp V2KMap Estimation Result Response K-map result
- LDiversity
Result GooglePrivacy Dlp V2LDiversity Result Response L-divesity result
- Numerical
Stats GoogleResult Privacy Dlp V2Numerical Stats Result Response Numerical stats result
- Requested
Options GooglePrivacy Dlp V2Requested Risk Analysis Options Response The configuration used for this job.
- Requested
Privacy GoogleMetric Privacy Dlp V2Privacy Metric Response Privacy metric to compute.
- Requested
Source GoogleTable Privacy Dlp V2Big Query Table Response Input dataset to compute metrics over.
- categorical
Stats GoogleResult Privacy Dlp V2Categorical Stats Result Response Categorical stats result
- delta
Presence GoogleEstimation Result Privacy Dlp V2Delta Presence Estimation Result Response Delta-presence result
- k
Anonymity GoogleResult Privacy Dlp V2KAnonymity Result Response K-anonymity result
- k
Map GoogleEstimation Result Privacy Dlp V2KMap Estimation Result Response K-map result
- l
Diversity GoogleResult Privacy Dlp V2LDiversity Result Response L-divesity result
- numerical
Stats GoogleResult Privacy Dlp V2Numerical Stats Result Response Numerical stats result
- requested
Options GooglePrivacy Dlp V2Requested Risk Analysis Options Response The configuration used for this job.
- requested
Privacy GoogleMetric Privacy Dlp V2Privacy Metric Response Privacy metric to compute.
- requested
Source GoogleTable Privacy Dlp V2Big Query Table Response Input dataset to compute metrics over.
- categorical
Stats GoogleResult Privacy Dlp V2Categorical Stats Result Response Categorical stats result
- delta
Presence GoogleEstimation Result Privacy Dlp V2Delta Presence Estimation Result Response Delta-presence result
- k
Anonymity GoogleResult Privacy Dlp V2KAnonymity Result Response K-anonymity result
- k
Map GoogleEstimation Result Privacy Dlp V2KMap Estimation Result Response K-map result
- l
Diversity GoogleResult Privacy Dlp V2LDiversity Result Response L-divesity result
- numerical
Stats GoogleResult Privacy Dlp V2Numerical Stats Result Response Numerical stats result
- requested
Options GooglePrivacy Dlp V2Requested Risk Analysis Options Response The configuration used for this job.
- requested
Privacy GoogleMetric Privacy Dlp V2Privacy Metric Response Privacy metric to compute.
- requested
Source GoogleTable Privacy Dlp V2Big Query Table Response Input dataset to compute metrics over.
- categorical_
stats_ Googleresult Privacy Dlp V2Categorical Stats Result Response Categorical stats result
- delta_
presence_ Googleestimation_ result Privacy Dlp V2Delta Presence Estimation Result Response Delta-presence result
- k_
anonymity_ Googleresult Privacy Dlp V2KAnonymity Result Response K-anonymity result
- k_
map_ Googleestimation_ result Privacy Dlp V2KMap Estimation Result Response K-map result
- l_
diversity_ Googleresult Privacy Dlp V2LDiversity Result Response L-divesity result
- numerical_
stats_ Googleresult Privacy Dlp V2Numerical Stats Result Response Numerical stats result
- requested_
options GooglePrivacy Dlp V2Requested Risk Analysis Options Response The configuration used for this job.
- requested_
privacy_ Googlemetric Privacy Dlp V2Privacy Metric Response Privacy metric to compute.
- requested_
source_ Googletable Privacy Dlp V2Big Query Table Response Input dataset to compute metrics over.
- categorical
Stats Property MapResult Categorical stats result
- delta
Presence Property MapEstimation Result Delta-presence result
- k
Anonymity Property MapResult K-anonymity result
- k
Map Property MapEstimation Result K-map result
- l
Diversity Property MapResult L-divesity result
- numerical
Stats Property MapResult Numerical stats result
- requested
Options Property Map The configuration used for this job.
- requested
Privacy Property MapMetric Privacy metric to compute.
- requested
Source Property MapTable Input dataset to compute metrics over.
GooglePrivacyDlpV2AuxiliaryTable
- Quasi
Ids List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Quasi Id Field> Quasi-identifier columns.
- Relative
Frequency Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- Table
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Big Query Table Auxiliary table location.
- Quasi
Ids []GooglePrivacy Dlp V2Quasi Id Field Quasi-identifier columns.
- Relative
Frequency GooglePrivacy Dlp V2Field Id The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- Table
Google
Privacy Dlp V2Big Query Table Auxiliary table location.
- quasi
Ids List<GooglePrivacy Dlp V2Quasi Id Field> Quasi-identifier columns.
- relative
Frequency GooglePrivacy Dlp V2Field Id The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table
Google
Privacy Dlp V2Big Query Table Auxiliary table location.
- quasi
Ids GooglePrivacy Dlp V2Quasi Id Field[] Quasi-identifier columns.
- relative
Frequency GooglePrivacy Dlp V2Field Id The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table
Google
Privacy Dlp V2Big Query Table Auxiliary table location.
- quasi_
ids Sequence[GooglePrivacy Dlp V2Quasi Id Field] Quasi-identifier columns.
- relative_
frequency GooglePrivacy Dlp V2Field Id The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table
Google
Privacy Dlp V2Big Query Table Auxiliary table location.
- quasi
Ids List<Property Map> Quasi-identifier columns.
- relative
Frequency Property Map The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table Property Map
Auxiliary table location.
GooglePrivacyDlpV2AuxiliaryTableResponse
- Quasi
Ids List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Quasi Id Field Response> Quasi-identifier columns.
- Relative
Frequency Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- Table
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Big Query Table Response Auxiliary table location.
- Quasi
Ids []GooglePrivacy Dlp V2Quasi Id Field Response Quasi-identifier columns.
- Relative
Frequency GooglePrivacy Dlp V2Field Id Response The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- Table
Google
Privacy Dlp V2Big Query Table Response Auxiliary table location.
- quasi
Ids List<GooglePrivacy Dlp V2Quasi Id Field Response> Quasi-identifier columns.
- relative
Frequency GooglePrivacy Dlp V2Field Id Response The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table
Google
Privacy Dlp V2Big Query Table Response Auxiliary table location.
- quasi
Ids GooglePrivacy Dlp V2Quasi Id Field Response[] Quasi-identifier columns.
- relative
Frequency GooglePrivacy Dlp V2Field Id Response The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table
Google
Privacy Dlp V2Big Query Table Response Auxiliary table location.
- quasi_
ids Sequence[GooglePrivacy Dlp V2Quasi Id Field Response] Quasi-identifier columns.
- relative_
frequency GooglePrivacy Dlp V2Field Id Response The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table
Google
Privacy Dlp V2Big Query Table Response Auxiliary table location.
- quasi
Ids List<Property Map> Quasi-identifier columns.
- relative
Frequency Property Map The relative frequency column must contain a floating-point number between 0 and 1 (inclusive). Null values are assumed to be zero.
- table Property Map
Auxiliary table location.
GooglePrivacyDlpV2BigQueryOptions
- Excluded
Fields List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id> References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- Identifying
Fields List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id> Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- Included
Fields List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id> Limit scanning only to these fields.
- Rows
Limit string Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Rows
Limit intPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Sample
Method Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Big Query Options Sample Method - Table
Reference Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Big Query Table Complete BigQuery table reference.
- Excluded
Fields []GooglePrivacy Dlp V2Field Id References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- Identifying
Fields []GooglePrivacy Dlp V2Field Id Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- Included
Fields []GooglePrivacy Dlp V2Field Id Limit scanning only to these fields.
- Rows
Limit string Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Rows
Limit intPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Sample
Method GooglePrivacy Dlp V2Big Query Options Sample Method - Table
Reference GooglePrivacy Dlp V2Big Query Table Complete BigQuery table reference.
- excluded
Fields List<GooglePrivacy Dlp V2Field Id> References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying
Fields List<GooglePrivacy Dlp V2Field Id> Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included
Fields List<GooglePrivacy Dlp V2Field Id> Limit scanning only to these fields.
- rows
Limit String Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows
Limit IntegerPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample
Method GooglePrivacy Dlp V2Big Query Options Sample Method - table
Reference GooglePrivacy Dlp V2Big Query Table Complete BigQuery table reference.
- excluded
Fields GooglePrivacy Dlp V2Field Id[] References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying
Fields GooglePrivacy Dlp V2Field Id[] Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included
Fields GooglePrivacy Dlp V2Field Id[] Limit scanning only to these fields.
- rows
Limit string Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows
Limit numberPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample
Method GooglePrivacy Dlp V2Big Query Options Sample Method - table
Reference GooglePrivacy Dlp V2Big Query Table Complete BigQuery table reference.
- excluded_
fields Sequence[GooglePrivacy Dlp V2Field Id] References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying_
fields Sequence[GooglePrivacy Dlp V2Field Id] Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included_
fields Sequence[GooglePrivacy Dlp V2Field Id] Limit scanning only to these fields.
- rows_
limit str Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows_
limit_ intpercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample_
method GooglePrivacy Dlp V2Big Query Options Sample Method - table_
reference GooglePrivacy Dlp V2Big Query Table Complete BigQuery table reference.
- excluded
Fields List<Property Map> References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying
Fields List<Property Map> Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included
Fields List<Property Map> Limit scanning only to these fields.
- rows
Limit String Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows
Limit NumberPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample
Method "SAMPLE_METHOD_UNSPECIFIED" | "TOP" | "RANDOM_START" - table
Reference Property Map Complete BigQuery table reference.
GooglePrivacyDlpV2BigQueryOptionsResponse
- Excluded
Fields List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response> References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- Identifying
Fields List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response> Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- Included
Fields List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response> Limit scanning only to these fields.
- Rows
Limit string Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Rows
Limit intPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Sample
Method string - Table
Reference Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Big Query Table Response Complete BigQuery table reference.
- Excluded
Fields []GooglePrivacy Dlp V2Field Id Response References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- Identifying
Fields []GooglePrivacy Dlp V2Field Id Response Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- Included
Fields []GooglePrivacy Dlp V2Field Id Response Limit scanning only to these fields.
- Rows
Limit string Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Rows
Limit intPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- Sample
Method string - Table
Reference GooglePrivacy Dlp V2Big Query Table Response Complete BigQuery table reference.
- excluded
Fields List<GooglePrivacy Dlp V2Field Id Response> References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying
Fields List<GooglePrivacy Dlp V2Field Id Response> Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included
Fields List<GooglePrivacy Dlp V2Field Id Response> Limit scanning only to these fields.
- rows
Limit String Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows
Limit IntegerPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample
Method String - table
Reference GooglePrivacy Dlp V2Big Query Table Response Complete BigQuery table reference.
- excluded
Fields GooglePrivacy Dlp V2Field Id Response[] References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying
Fields GooglePrivacy Dlp V2Field Id Response[] Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included
Fields GooglePrivacy Dlp V2Field Id Response[] Limit scanning only to these fields.
- rows
Limit string Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows
Limit numberPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample
Method string - table
Reference GooglePrivacy Dlp V2Big Query Table Response Complete BigQuery table reference.
- excluded_
fields Sequence[GooglePrivacy Dlp V2Field Id Response] References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying_
fields Sequence[GooglePrivacy Dlp V2Field Id Response] Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included_
fields Sequence[GooglePrivacy Dlp V2Field Id Response] Limit scanning only to these fields.
- rows_
limit str Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows_
limit_ intpercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample_
method str - table_
reference GooglePrivacy Dlp V2Big Query Table Response Complete BigQuery table reference.
- excluded
Fields List<Property Map> References to fields excluded from scanning. This allows you to skip inspection of entire columns which you know have no findings.
- identifying
Fields List<Property Map> Table fields that may uniquely identify a row within the table. When
actions.saveFindings.outputConfig.table
is specified, the values of columns specified here are available in the output table underlocation.content_locations.record_location.record_key.id_values
. Nested fields such asperson.birthdate.year
are allowed.- included
Fields List<Property Map> Limit scanning only to these fields.
- rows
Limit String Max number of rows to scan. If the table has more rows than this value, the rest of the rows are omitted. If not set, or if set to 0, all rows will be scanned. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- rows
Limit NumberPercent Max percentage of rows to scan. The rest are omitted. The number of rows scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of rows_limit and rows_limit_percent can be specified. Cannot be used in conjunction with TimespanConfig.
- sample
Method String - table
Reference Property Map Complete BigQuery table reference.
GooglePrivacyDlpV2BigQueryOptionsSampleMethod
- Sample
Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Top
- TOP
Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.
- Random
Start - RANDOM_START
Randomly pick groups of rows to scan.
- Google
Privacy Dlp V2Big Query Options Sample Method Sample Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Google
Privacy Dlp V2Big Query Options Sample Method Top - TOP
Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.
- Google
Privacy Dlp V2Big Query Options Sample Method Random Start - RANDOM_START
Randomly pick groups of rows to scan.
- Sample
Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Top
- TOP
Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.
- Random
Start - RANDOM_START
Randomly pick groups of rows to scan.
- Sample
Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Top
- TOP
Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.
- Random
Start - RANDOM_START
Randomly pick groups of rows to scan.
- SAMPLE_METHOD_UNSPECIFIED
- SAMPLE_METHOD_UNSPECIFIED
- TOP
- TOP
Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.
- RANDOM_START
- RANDOM_START
Randomly pick groups of rows to scan.
- "SAMPLE_METHOD_UNSPECIFIED"
- SAMPLE_METHOD_UNSPECIFIED
- "TOP"
- TOP
Scan groups of rows in the order BigQuery provides (default). Multiple groups of rows may be scanned in parallel, so results may not appear in the same order the rows are read.
- "RANDOM_START"
- RANDOM_START
Randomly pick groups of rows to scan.
GooglePrivacyDlpV2BigQueryTable
- dataset_
id str Dataset ID of the table.
- project str
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
- table_
id str Name of the table.
GooglePrivacyDlpV2BigQueryTableResponse
- dataset_
id str Dataset ID of the table.
- project str
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
- table_
id str Name of the table.
GooglePrivacyDlpV2BucketResponse
- Max
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Response Upper bound of the range, exclusive; type must match min.
- Min
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Response Lower bound of the range, inclusive. Type should be the same as max if used.
- Replacement
Value Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Response Replacement value for this bucket.
- Max
Google
Privacy Dlp V2Value Response Upper bound of the range, exclusive; type must match min.
- Min
Google
Privacy Dlp V2Value Response Lower bound of the range, inclusive. Type should be the same as max if used.
- Replacement
Value GooglePrivacy Dlp V2Value Response Replacement value for this bucket.
- max
Google
Privacy Dlp V2Value Response Upper bound of the range, exclusive; type must match min.
- min
Google
Privacy Dlp V2Value Response Lower bound of the range, inclusive. Type should be the same as max if used.
- replacement
Value GooglePrivacy Dlp V2Value Response Replacement value for this bucket.
- max
Google
Privacy Dlp V2Value Response Upper bound of the range, exclusive; type must match min.
- min
Google
Privacy Dlp V2Value Response Lower bound of the range, inclusive. Type should be the same as max if used.
- replacement
Value GooglePrivacy Dlp V2Value Response Replacement value for this bucket.
- max
Google
Privacy Dlp V2Value Response Upper bound of the range, exclusive; type must match min.
- min
Google
Privacy Dlp V2Value Response Lower bound of the range, inclusive. Type should be the same as max if used.
- replacement_
value GooglePrivacy Dlp V2Value Response Replacement value for this bucket.
- max Property Map
Upper bound of the range, exclusive; type must match min.
- min Property Map
Lower bound of the range, inclusive. Type should be the same as max if used.
- replacement
Value Property Map Replacement value for this bucket.
GooglePrivacyDlpV2BucketingConfigResponse
- Buckets
List<Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Bucket Response> Set of buckets. Ranges must be non-overlapping.
- Buckets
[]Google
Privacy Dlp V2Bucket Response Set of buckets. Ranges must be non-overlapping.
- buckets
List<Google
Privacy Dlp V2Bucket Response> Set of buckets. Ranges must be non-overlapping.
- buckets
Google
Privacy Dlp V2Bucket Response[] Set of buckets. Ranges must be non-overlapping.
- buckets
Sequence[Google
Privacy Dlp V2Bucket Response] Set of buckets. Ranges must be non-overlapping.
- buckets List<Property Map>
Set of buckets. Ranges must be non-overlapping.
GooglePrivacyDlpV2CategoricalStatsConfig
- Field
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- Field
Google
Privacy Dlp V2Field Id Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field
Google
Privacy Dlp V2Field Id Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field
Google
Privacy Dlp V2Field Id Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field
Google
Privacy Dlp V2Field Id Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field Property Map
Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
GooglePrivacyDlpV2CategoricalStatsConfigResponse
- Field
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- Field
Google
Privacy Dlp V2Field Id Response Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field
Google
Privacy Dlp V2Field Id Response Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field
Google
Privacy Dlp V2Field Id Response Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field
Google
Privacy Dlp V2Field Id Response Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
- field Property Map
Field to compute categorical stats on. All column types are supported except for arrays and structs. However, it may be more informative to use NumericalStats when the field type is supported, depending on the data.
GooglePrivacyDlpV2CategoricalStatsHistogramBucketResponse
- Bucket
Size string Total number of values in this bucket.
- Bucket
Value stringCount Total number of distinct values in this bucket.
- Bucket
Values List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Frequency Response> Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
- Value
Frequency stringLower Bound Lower bound on the value frequency of the values in this bucket.
- Value
Frequency stringUpper Bound Upper bound on the value frequency of the values in this bucket.
- Bucket
Size string Total number of values in this bucket.
- Bucket
Value stringCount Total number of distinct values in this bucket.
- Bucket
Values []GooglePrivacy Dlp V2Value Frequency Response Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
- Value
Frequency stringLower Bound Lower bound on the value frequency of the values in this bucket.
- Value
Frequency stringUpper Bound Upper bound on the value frequency of the values in this bucket.
- bucket
Size String Total number of values in this bucket.
- bucket
Value StringCount Total number of distinct values in this bucket.
- bucket
Values List<GooglePrivacy Dlp V2Value Frequency Response> Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
- value
Frequency StringLower Bound Lower bound on the value frequency of the values in this bucket.
- value
Frequency StringUpper Bound Upper bound on the value frequency of the values in this bucket.
- bucket
Size string Total number of values in this bucket.
- bucket
Value stringCount Total number of distinct values in this bucket.
- bucket
Values GooglePrivacy Dlp V2Value Frequency Response[] Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
- value
Frequency stringLower Bound Lower bound on the value frequency of the values in this bucket.
- value
Frequency stringUpper Bound Upper bound on the value frequency of the values in this bucket.
- bucket_
size str Total number of values in this bucket.
- bucket_
value_ strcount Total number of distinct values in this bucket.
- bucket_
values Sequence[GooglePrivacy Dlp V2Value Frequency Response] Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
- value_
frequency_ strlower_ bound Lower bound on the value frequency of the values in this bucket.
- value_
frequency_ strupper_ bound Upper bound on the value frequency of the values in this bucket.
- bucket
Size String Total number of values in this bucket.
- bucket
Value StringCount Total number of distinct values in this bucket.
- bucket
Values List<Property Map> Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
- value
Frequency StringLower Bound Lower bound on the value frequency of the values in this bucket.
- value
Frequency StringUpper Bound Upper bound on the value frequency of the values in this bucket.
GooglePrivacyDlpV2CategoricalStatsResultResponse
- Value
Frequency List<Pulumi.Histogram Buckets Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Categorical Stats Histogram Bucket Response> Histogram of value frequencies in the column.
- Value
Frequency []GoogleHistogram Buckets Privacy Dlp V2Categorical Stats Histogram Bucket Response Histogram of value frequencies in the column.
- value
Frequency List<GoogleHistogram Buckets Privacy Dlp V2Categorical Stats Histogram Bucket Response> Histogram of value frequencies in the column.
- value
Frequency GoogleHistogram Buckets Privacy Dlp V2Categorical Stats Histogram Bucket Response[] Histogram of value frequencies in the column.
- value_
frequency_ Sequence[Googlehistogram_ buckets Privacy Dlp V2Categorical Stats Histogram Bucket Response] Histogram of value frequencies in the column.
- value
Frequency List<Property Map>Histogram Buckets Histogram of value frequencies in the column.
GooglePrivacyDlpV2CharacterMaskConfigResponse
- Characters
To List<Pulumi.Ignore Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Chars To Ignore Response> When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is
555-555-5555
and you instruct Cloud DLP to skip-
and mask 5 characters with*
, Cloud DLP returns***-**5-5555
.- Masking
Character string Character to use to mask the sensitive values—for example,
*
for an alphabetic string such as a name, or0
for a numeric string such as ZIP code or credit card number. This string must have a length of 1. If not supplied, this value defaults to*
for strings, and0
for digits.- Number
To intMask Number of characters to mask. If not set, all matching chars will be masked. Skipped characters do not count towards this tally. If
number_to_mask
is negative, this denotes inverse masking. Cloud DLP masks all but a number of characters. For example, suppose you have the following values: -masking_character
is*
-number_to_mask
is-4
-reverse_order
isfalse
-CharsToIgnore
includes-
- Input string is1234-5678-9012-3456
The resulting de-identified string is****-****-****-3456
. Cloud DLP masks all but the last four characters. Ifreverse_order
istrue
, all but the first four characters are masked as1234-****-****-****
.- Reverse
Order bool Mask characters in reverse order. For example, if
masking_character
is0
,number_to_mask
is14
, andreverse_order
isfalse
, then the input string1234-5678-9012-3456
is masked as00000000000000-3456
. Ifmasking_character
is*
,number_to_mask
is3
, andreverse_order
istrue
, then the string12345
is masked as12***
.
- Characters
To []GoogleIgnore Privacy Dlp V2Chars To Ignore Response When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is
555-555-5555
and you instruct Cloud DLP to skip-
and mask 5 characters with*
, Cloud DLP returns***-**5-5555
.- Masking
Character string Character to use to mask the sensitive values—for example,
*
for an alphabetic string such as a name, or0
for a numeric string such as ZIP code or credit card number. This string must have a length of 1. If not supplied, this value defaults to*
for strings, and0
for digits.- Number
To intMask Number of characters to mask. If not set, all matching chars will be masked. Skipped characters do not count towards this tally. If
number_to_mask
is negative, this denotes inverse masking. Cloud DLP masks all but a number of characters. For example, suppose you have the following values: -masking_character
is*
-number_to_mask
is-4
-reverse_order
isfalse
-CharsToIgnore
includes-
- Input string is1234-5678-9012-3456
The resulting de-identified string is****-****-****-3456
. Cloud DLP masks all but the last four characters. Ifreverse_order
istrue
, all but the first four characters are masked as1234-****-****-****
.- Reverse
Order bool Mask characters in reverse order. For example, if
masking_character
is0
,number_to_mask
is14
, andreverse_order
isfalse
, then the input string1234-5678-9012-3456
is masked as00000000000000-3456
. Ifmasking_character
is*
,number_to_mask
is3
, andreverse_order
istrue
, then the string12345
is masked as12***
.
- characters
To List<GoogleIgnore Privacy Dlp V2Chars To Ignore Response> When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is
555-555-5555
and you instruct Cloud DLP to skip-
and mask 5 characters with*
, Cloud DLP returns***-**5-5555
.- masking
Character String Character to use to mask the sensitive values—for example,
*
for an alphabetic string such as a name, or0
for a numeric string such as ZIP code or credit card number. This string must have a length of 1. If not supplied, this value defaults to*
for strings, and0
for digits.- number
To IntegerMask Number of characters to mask. If not set, all matching chars will be masked. Skipped characters do not count towards this tally. If
number_to_mask
is negative, this denotes inverse masking. Cloud DLP masks all but a number of characters. For example, suppose you have the following values: -masking_character
is*
-number_to_mask
is-4
-reverse_order
isfalse
-CharsToIgnore
includes-
- Input string is1234-5678-9012-3456
The resulting de-identified string is****-****-****-3456
. Cloud DLP masks all but the last four characters. Ifreverse_order
istrue
, all but the first four characters are masked as1234-****-****-****
.- reverse
Order Boolean Mask characters in reverse order. For example, if
masking_character
is0
,number_to_mask
is14
, andreverse_order
isfalse
, then the input string1234-5678-9012-3456
is masked as00000000000000-3456
. Ifmasking_character
is*
,number_to_mask
is3
, andreverse_order
istrue
, then the string12345
is masked as12***
.
- characters
To GoogleIgnore Privacy Dlp V2Chars To Ignore Response[] When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is
555-555-5555
and you instruct Cloud DLP to skip-
and mask 5 characters with*
, Cloud DLP returns***-**5-5555
.- masking
Character string Character to use to mask the sensitive values—for example,
*
for an alphabetic string such as a name, or0
for a numeric string such as ZIP code or credit card number. This string must have a length of 1. If not supplied, this value defaults to*
for strings, and0
for digits.- number
To numberMask Number of characters to mask. If not set, all matching chars will be masked. Skipped characters do not count towards this tally. If
number_to_mask
is negative, this denotes inverse masking. Cloud DLP masks all but a number of characters. For example, suppose you have the following values: -masking_character
is*
-number_to_mask
is-4
-reverse_order
isfalse
-CharsToIgnore
includes-
- Input string is1234-5678-9012-3456
The resulting de-identified string is****-****-****-3456
. Cloud DLP masks all but the last four characters. Ifreverse_order
istrue
, all but the first four characters are masked as1234-****-****-****
.- reverse
Order boolean Mask characters in reverse order. For example, if
masking_character
is0
,number_to_mask
is14
, andreverse_order
isfalse
, then the input string1234-5678-9012-3456
is masked as00000000000000-3456
. Ifmasking_character
is*
,number_to_mask
is3
, andreverse_order
istrue
, then the string12345
is masked as12***
.
- characters_
to_ Sequence[Googleignore Privacy Dlp V2Chars To Ignore Response] When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is
555-555-5555
and you instruct Cloud DLP to skip-
and mask 5 characters with*
, Cloud DLP returns***-**5-5555
.- masking_
character str Character to use to mask the sensitive values—for example,
*
for an alphabetic string such as a name, or0
for a numeric string such as ZIP code or credit card number. This string must have a length of 1. If not supplied, this value defaults to*
for strings, and0
for digits.- number_
to_ intmask Number of characters to mask. If not set, all matching chars will be masked. Skipped characters do not count towards this tally. If
number_to_mask
is negative, this denotes inverse masking. Cloud DLP masks all but a number of characters. For example, suppose you have the following values: -masking_character
is*
-number_to_mask
is-4
-reverse_order
isfalse
-CharsToIgnore
includes-
- Input string is1234-5678-9012-3456
The resulting de-identified string is****-****-****-3456
. Cloud DLP masks all but the last four characters. Ifreverse_order
istrue
, all but the first four characters are masked as1234-****-****-****
.- reverse_
order bool Mask characters in reverse order. For example, if
masking_character
is0
,number_to_mask
is14
, andreverse_order
isfalse
, then the input string1234-5678-9012-3456
is masked as00000000000000-3456
. Ifmasking_character
is*
,number_to_mask
is3
, andreverse_order
istrue
, then the string12345
is masked as12***
.
- characters
To List<Property Map>Ignore When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is
555-555-5555
and you instruct Cloud DLP to skip-
and mask 5 characters with*
, Cloud DLP returns***-**5-5555
.- masking
Character String Character to use to mask the sensitive values—for example,
*
for an alphabetic string such as a name, or0
for a numeric string such as ZIP code or credit card number. This string must have a length of 1. If not supplied, this value defaults to*
for strings, and0
for digits.- number
To NumberMask Number of characters to mask. If not set, all matching chars will be masked. Skipped characters do not count towards this tally. If
number_to_mask
is negative, this denotes inverse masking. Cloud DLP masks all but a number of characters. For example, suppose you have the following values: -masking_character
is*
-number_to_mask
is-4
-reverse_order
isfalse
-CharsToIgnore
includes-
- Input string is1234-5678-9012-3456
The resulting de-identified string is****-****-****-3456
. Cloud DLP masks all but the last four characters. Ifreverse_order
istrue
, all but the first four characters are masked as1234-****-****-****
.- reverse
Order Boolean Mask characters in reverse order. For example, if
masking_character
is0
,number_to_mask
is14
, andreverse_order
isfalse
, then the input string1234-5678-9012-3456
is masked as00000000000000-3456
. Ifmasking_character
is*
,number_to_mask
is3
, andreverse_order
istrue
, then the string12345
is masked as12***
.
GooglePrivacyDlpV2CharsToIgnoreResponse
- Characters
To stringSkip Characters to not transform when masking.
- Common
Characters stringTo Ignore Common characters to not transform when masking. Useful to avoid removing punctuation.
- Characters
To stringSkip Characters to not transform when masking.
- Common
Characters stringTo Ignore Common characters to not transform when masking. Useful to avoid removing punctuation.
- characters
To StringSkip Characters to not transform when masking.
- common
Characters StringTo Ignore Common characters to not transform when masking. Useful to avoid removing punctuation.
- characters
To stringSkip Characters to not transform when masking.
- common
Characters stringTo Ignore Common characters to not transform when masking. Useful to avoid removing punctuation.
- characters_
to_ strskip Characters to not transform when masking.
- common_
characters_ strto_ ignore Common characters to not transform when masking. Useful to avoid removing punctuation.
- characters
To StringSkip Characters to not transform when masking.
- common
Characters StringTo Ignore Common characters to not transform when masking. Useful to avoid removing punctuation.
GooglePrivacyDlpV2CloudStorageOptions
- Bytes
Limit stringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- Bytes
Limit intPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- File
Set Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2File Set The set of one or more files to scan.
- File
Types List<Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Cloud Storage Options File Types Item> List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Files
Limit intPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- Sample
Method Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Cloud Storage Options Sample Method
- Bytes
Limit stringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- Bytes
Limit intPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- File
Set GooglePrivacy Dlp V2File Set The set of one or more files to scan.
- File
Types []GooglePrivacy Dlp V2Cloud Storage Options File Types Item List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Files
Limit intPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- Sample
Method GooglePrivacy Dlp V2Cloud Storage Options Sample Method
- bytes
Limit StringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes
Limit IntegerPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file
Set GooglePrivacy Dlp V2File Set The set of one or more files to scan.
- file
Types List<GooglePrivacy Dlp V2Cloud Storage Options File Types Item> List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files
Limit IntegerPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample
Method GooglePrivacy Dlp V2Cloud Storage Options Sample Method
- bytes
Limit stringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes
Limit numberPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file
Set GooglePrivacy Dlp V2File Set The set of one or more files to scan.
- file
Types GooglePrivacy Dlp V2Cloud Storage Options File Types Item[] List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files
Limit numberPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample
Method GooglePrivacy Dlp V2Cloud Storage Options Sample Method
- bytes_
limit_ strper_ file Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes_
limit_ intper_ file_ percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file_
set GooglePrivacy Dlp V2File Set The set of one or more files to scan.
- file_
types Sequence[GooglePrivacy Dlp V2Cloud Storage Options File Types Item] List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files_
limit_ intpercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample_
method GooglePrivacy Dlp V2Cloud Storage Options Sample Method
- bytes
Limit StringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes
Limit NumberPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file
Set Property Map The set of one or more files to scan.
- file
Types List<"FILE_TYPE_UNSPECIFIED" | "BINARY_FILE" | "TEXT_FILE" | "IMAGE" | "WORD" | "PDF" | "AVRO" | "CSV" | "TSV" | "POWERPOINT" | "EXCEL"> List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files
Limit NumberPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample
Method "SAMPLE_METHOD_UNSPECIFIED" | "TOP" | "RANDOM_START"
GooglePrivacyDlpV2CloudStorageOptionsFileTypesItem
- File
Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Binary
File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Text
File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Image
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Word
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Avro
- AVRO
Included file extensions: avro
- Csv
- CSV
Included file extensions: csv
- Tsv
- TSV
Included file extensions: tsv
- Powerpoint
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Excel
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- Google
Privacy Dlp V2Cloud Storage Options File Types Item File Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Binary File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Text File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Image - IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Word - WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Pdf - PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Avro - AVRO
Included file extensions: avro
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Csv - CSV
Included file extensions: csv
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Tsv - TSV
Included file extensions: tsv
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Powerpoint - POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Google
Privacy Dlp V2Cloud Storage Options File Types Item Excel - EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- File
Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Binary
File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Text
File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Image
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Word
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Avro
- AVRO
Included file extensions: avro
- Csv
- CSV
Included file extensions: csv
- Tsv
- TSV
Included file extensions: tsv
- Powerpoint
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Excel
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- File
Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Binary
File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Text
File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Image
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Word
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Avro
- AVRO
Included file extensions: avro
- Csv
- CSV
Included file extensions: csv
- Tsv
- TSV
Included file extensions: tsv
- Powerpoint
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Excel
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- FILE_TYPE_UNSPECIFIED
- FILE_TYPE_UNSPECIFIED
Includes all files.
- BINARY_FILE
- BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- TEXT_FILE
- TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- IMAGE
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- WORD
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- AVRO
- AVRO
Included file extensions: avro
- CSV
- CSV
Included file extensions: csv
- TSV
- TSV
Included file extensions: tsv
- POWERPOINT
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- EXCEL
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- "FILE_TYPE_UNSPECIFIED"
- FILE_TYPE_UNSPECIFIED
Includes all files.
- "BINARY_FILE"
- BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- "TEXT_FILE"
- TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- "IMAGE"
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- "WORD"
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- "PDF"
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- "AVRO"
- AVRO
Included file extensions: avro
- "CSV"
- CSV
Included file extensions: csv
- "TSV"
- TSV
Included file extensions: tsv
- "POWERPOINT"
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- "EXCEL"
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
GooglePrivacyDlpV2CloudStorageOptionsResponse
- Bytes
Limit stringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- Bytes
Limit intPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- File
Set Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2File Set Response The set of one or more files to scan.
- File
Types List<string> List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Files
Limit intPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- Sample
Method string
- Bytes
Limit stringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- Bytes
Limit intPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- File
Set GooglePrivacy Dlp V2File Set Response The set of one or more files to scan.
- File
Types []string List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Files
Limit intPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- Sample
Method string
- bytes
Limit StringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes
Limit IntegerPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file
Set GooglePrivacy Dlp V2File Set Response The set of one or more files to scan.
- file
Types List<String> List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files
Limit IntegerPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample
Method String
- bytes
Limit stringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes
Limit numberPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file
Set GooglePrivacy Dlp V2File Set Response The set of one or more files to scan.
- file
Types string[] List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files
Limit numberPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample
Method string
- bytes_
limit_ strper_ file Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes_
limit_ intper_ file_ percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file_
set GooglePrivacy Dlp V2File Set Response The set of one or more files to scan.
- file_
types Sequence[str] List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files_
limit_ intpercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample_
method str
- bytes
Limit StringPer File Max number of bytes to scan from a file. If a scanned file's size is bigger than this value then the rest of the bytes are omitted. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- bytes
Limit NumberPer File Percent Max percentage of bytes to scan from a file. The rest are omitted. The number of bytes scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0. Only one of bytes_limit_per_file and bytes_limit_per_file_percent can be specified. Cannot be set if de-identification is requested.
- file
Set Property Map The set of one or more files to scan.
- file
Types List<String> List of file type groups to include in the scan. If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- files
Limit NumberPercent Limits the number of files to scan to this percentage of the input FileSet. Number of files scanned is rounded down. Must be between 0 and 100, inclusively. Both 0 and 100 means no limit. Defaults to 0.
- sample
Method String
GooglePrivacyDlpV2CloudStorageOptionsSampleMethod
- Sample
Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Top
- TOP
Scan from the top (default).
- Random
Start - RANDOM_START
For each file larger than bytes_limit_per_file, randomly pick the offset to start scanning. The scanned bytes are contiguous.
- Google
Privacy Dlp V2Cloud Storage Options Sample Method Sample Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Google
Privacy Dlp V2Cloud Storage Options Sample Method Top - TOP
Scan from the top (default).
- Google
Privacy Dlp V2Cloud Storage Options Sample Method Random Start - RANDOM_START
For each file larger than bytes_limit_per_file, randomly pick the offset to start scanning. The scanned bytes are contiguous.
- Sample
Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Top
- TOP
Scan from the top (default).
- Random
Start - RANDOM_START
For each file larger than bytes_limit_per_file, randomly pick the offset to start scanning. The scanned bytes are contiguous.
- Sample
Method Unspecified - SAMPLE_METHOD_UNSPECIFIED
- Top
- TOP
Scan from the top (default).
- Random
Start - RANDOM_START
For each file larger than bytes_limit_per_file, randomly pick the offset to start scanning. The scanned bytes are contiguous.
- SAMPLE_METHOD_UNSPECIFIED
- SAMPLE_METHOD_UNSPECIFIED
- TOP
- TOP
Scan from the top (default).
- RANDOM_START
- RANDOM_START
For each file larger than bytes_limit_per_file, randomly pick the offset to start scanning. The scanned bytes are contiguous.
- "SAMPLE_METHOD_UNSPECIFIED"
- SAMPLE_METHOD_UNSPECIFIED
- "TOP"
- TOP
Scan from the top (default).
- "RANDOM_START"
- RANDOM_START
For each file larger than bytes_limit_per_file, randomly pick the offset to start scanning. The scanned bytes are contiguous.
GooglePrivacyDlpV2CloudStoragePath
- Path string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- Path string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path str
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
GooglePrivacyDlpV2CloudStoragePathResponse
- Path string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- Path string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path string
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path str
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
- path String
A url representing a file or path (no wildcards) in Cloud Storage. Example: gs://[BUCKET_NAME]/dictionary.txt
GooglePrivacyDlpV2CloudStorageRegexFileSet
- Bucket
Name string The name of a Cloud Storage bucket. Required.
- Exclude
Regex List<string> A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- Include
Regex List<string> A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- Bucket
Name string The name of a Cloud Storage bucket. Required.
- Exclude
Regex []string A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- Include
Regex []string A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket
Name String The name of a Cloud Storage bucket. Required.
- exclude
Regex List<String> A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include
Regex List<String> A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket
Name string The name of a Cloud Storage bucket. Required.
- exclude
Regex string[] A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include
Regex string[] A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket_
name str The name of a Cloud Storage bucket. Required.
- exclude_
regex Sequence[str] A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include_
regex Sequence[str] A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket
Name String The name of a Cloud Storage bucket. Required.
- exclude
Regex List<String> A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include
Regex List<String> A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
GooglePrivacyDlpV2CloudStorageRegexFileSetResponse
- Bucket
Name string The name of a Cloud Storage bucket. Required.
- Exclude
Regex List<string> A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- Include
Regex List<string> A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- Bucket
Name string The name of a Cloud Storage bucket. Required.
- Exclude
Regex []string A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- Include
Regex []string A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket
Name String The name of a Cloud Storage bucket. Required.
- exclude
Regex List<String> A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include
Regex List<String> A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket
Name string The name of a Cloud Storage bucket. Required.
- exclude
Regex string[] A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include
Regex string[] A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket_
name str The name of a Cloud Storage bucket. Required.
- exclude_
regex Sequence[str] A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include_
regex Sequence[str] A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- bucket
Name String The name of a Cloud Storage bucket. Required.
- exclude
Regex List<String> A list of regular expressions matching file paths to exclude. All files in the bucket that match at least one of these regular expressions will be excluded from the scan. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
- include
Regex List<String> A list of regular expressions matching file paths to include. All files in the bucket that match at least one of these regular expressions will be included in the set of files, except for those that also match an item in
exclude_regex
. Leaving this field empty will match all files by default (this is equivalent to including.*
in the list). Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
GooglePrivacyDlpV2ColorResponse
GooglePrivacyDlpV2ConditionResponse
- Field
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response Field within the record this condition is evaluated against.
- Operator string
Operator used to compare the field or infoType to the value.
- Value
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Response Value to compare against. [Mandatory, except for
EXISTS
tests.]
- Field
Google
Privacy Dlp V2Field Id Response Field within the record this condition is evaluated against.
- Operator string
Operator used to compare the field or infoType to the value.
- Value
Google
Privacy Dlp V2Value Response Value to compare against. [Mandatory, except for
EXISTS
tests.]
- field
Google
Privacy Dlp V2Field Id Response Field within the record this condition is evaluated against.
- operator String
Operator used to compare the field or infoType to the value.
- value
Google
Privacy Dlp V2Value Response Value to compare against. [Mandatory, except for
EXISTS
tests.]
- field
Google
Privacy Dlp V2Field Id Response Field within the record this condition is evaluated against.
- operator string
Operator used to compare the field or infoType to the value.
- value
Google
Privacy Dlp V2Value Response Value to compare against. [Mandatory, except for
EXISTS
tests.]
- field
Google
Privacy Dlp V2Field Id Response Field within the record this condition is evaluated against.
- operator str
Operator used to compare the field or infoType to the value.
- value
Google
Privacy Dlp V2Value Response Value to compare against. [Mandatory, except for
EXISTS
tests.]
- field Property Map
Field within the record this condition is evaluated against.
- operator String
Operator used to compare the field or infoType to the value.
- value Property Map
Value to compare against. [Mandatory, except for
EXISTS
tests.]
GooglePrivacyDlpV2ConditionsResponse
- Conditions
List<Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Condition Response> A collection of conditions.
- Conditions
[]Google
Privacy Dlp V2Condition Response A collection of conditions.
- conditions
List<Google
Privacy Dlp V2Condition Response> A collection of conditions.
- conditions
Google
Privacy Dlp V2Condition Response[] A collection of conditions.
- conditions
Sequence[Google
Privacy Dlp V2Condition Response] A collection of conditions.
- conditions List<Property Map>
A collection of conditions.
GooglePrivacyDlpV2CryptoDeterministicConfigResponse
- Context
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response A context may be used for higher security and maintaining referential integrity such that the same identifier in two different contexts will be given a distinct surrogate. The context is appended to plaintext value being encrypted. On decryption the provided context is validated against the value used during encryption. If a context was provided during encryption, same context must be provided during decryption as well. If the context is not set, plaintext would be used as is for encryption. If the context is set but: 1. there is no record present when transforming a given value or 2. the field is not present when transforming a given value, plaintext would be used as is for encryption. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s.- Crypto
Key Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Crypto Key Response The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.
- Surrogate
Info Pulumi.Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response The custom info type to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom info type followed by the number of characters comprising the surrogate. The following scheme defines the format: {info type name}({surrogate character count}):{surrogate} For example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom info type 'Surrogate'. This facilitates reversal of the surrogate when it occurs in free text. Note: For record transformations where the entire cell in a table is being transformed, surrogates are not mandatory. Surrogates are used to denote the location of the token and are necessary for re-identification in free form text. In order for inspection to work properly, the name of this info type must not occur naturally anywhere in your data; otherwise, inspection may either - reverse a surrogate that does not correspond to an actual identifier - be unable to parse the surrogate and result in an error Therefore, choose your custom info type name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE.
- Context
Google
Privacy Dlp V2Field Id Response A context may be used for higher security and maintaining referential integrity such that the same identifier in two different contexts will be given a distinct surrogate. The context is appended to plaintext value being encrypted. On decryption the provided context is validated against the value used during encryption. If a context was provided during encryption, same context must be provided during decryption as well. If the context is not set, plaintext would be used as is for encryption. If the context is set but: 1. there is no record present when transforming a given value or 2. the field is not present when transforming a given value, plaintext would be used as is for encryption. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s.- Crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.
- Surrogate
Info GoogleType Privacy Dlp V2Info Type Response The custom info type to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom info type followed by the number of characters comprising the surrogate. The following scheme defines the format: {info type name}({surrogate character count}):{surrogate} For example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom info type 'Surrogate'. This facilitates reversal of the surrogate when it occurs in free text. Note: For record transformations where the entire cell in a table is being transformed, surrogates are not mandatory. Surrogates are used to denote the location of the token and are necessary for re-identification in free form text. In order for inspection to work properly, the name of this info type must not occur naturally anywhere in your data; otherwise, inspection may either - reverse a surrogate that does not correspond to an actual identifier - be unable to parse the surrogate and result in an error Therefore, choose your custom info type name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE.
- context
Google
Privacy Dlp V2Field Id Response A context may be used for higher security and maintaining referential integrity such that the same identifier in two different contexts will be given a distinct surrogate. The context is appended to plaintext value being encrypted. On decryption the provided context is validated against the value used during encryption. If a context was provided during encryption, same context must be provided during decryption as well. If the context is not set, plaintext would be used as is for encryption. If the context is set but: 1. there is no record present when transforming a given value or 2. the field is not present when transforming a given value, plaintext would be used as is for encryption. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s.- crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.
- surrogate
Info GoogleType Privacy Dlp V2Info Type Response The custom info type to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom info type followed by the number of characters comprising the surrogate. The following scheme defines the format: {info type name}({surrogate character count}):{surrogate} For example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom info type 'Surrogate'. This facilitates reversal of the surrogate when it occurs in free text. Note: For record transformations where the entire cell in a table is being transformed, surrogates are not mandatory. Surrogates are used to denote the location of the token and are necessary for re-identification in free form text. In order for inspection to work properly, the name of this info type must not occur naturally anywhere in your data; otherwise, inspection may either - reverse a surrogate that does not correspond to an actual identifier - be unable to parse the surrogate and result in an error Therefore, choose your custom info type name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE.
- context
Google
Privacy Dlp V2Field Id Response A context may be used for higher security and maintaining referential integrity such that the same identifier in two different contexts will be given a distinct surrogate. The context is appended to plaintext value being encrypted. On decryption the provided context is validated against the value used during encryption. If a context was provided during encryption, same context must be provided during decryption as well. If the context is not set, plaintext would be used as is for encryption. If the context is set but: 1. there is no record present when transforming a given value or 2. the field is not present when transforming a given value, plaintext would be used as is for encryption. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s.- crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.
- surrogate
Info GoogleType Privacy Dlp V2Info Type Response The custom info type to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom info type followed by the number of characters comprising the surrogate. The following scheme defines the format: {info type name}({surrogate character count}):{surrogate} For example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom info type 'Surrogate'. This facilitates reversal of the surrogate when it occurs in free text. Note: For record transformations where the entire cell in a table is being transformed, surrogates are not mandatory. Surrogates are used to denote the location of the token and are necessary for re-identification in free form text. In order for inspection to work properly, the name of this info type must not occur naturally anywhere in your data; otherwise, inspection may either - reverse a surrogate that does not correspond to an actual identifier - be unable to parse the surrogate and result in an error Therefore, choose your custom info type name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE.
- context
Google
Privacy Dlp V2Field Id Response A context may be used for higher security and maintaining referential integrity such that the same identifier in two different contexts will be given a distinct surrogate. The context is appended to plaintext value being encrypted. On decryption the provided context is validated against the value used during encryption. If a context was provided during encryption, same context must be provided during decryption as well. If the context is not set, plaintext would be used as is for encryption. If the context is set but: 1. there is no record present when transforming a given value or 2. the field is not present when transforming a given value, plaintext would be used as is for encryption. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s.- crypto_
key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.
- surrogate_
info_ Googletype Privacy Dlp V2Info Type Response The custom info type to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom info type followed by the number of characters comprising the surrogate. The following scheme defines the format: {info type name}({surrogate character count}):{surrogate} For example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom info type 'Surrogate'. This facilitates reversal of the surrogate when it occurs in free text. Note: For record transformations where the entire cell in a table is being transformed, surrogates are not mandatory. Surrogates are used to denote the location of the token and are necessary for re-identification in free form text. In order for inspection to work properly, the name of this info type must not occur naturally anywhere in your data; otherwise, inspection may either - reverse a surrogate that does not correspond to an actual identifier - be unable to parse the surrogate and result in an error Therefore, choose your custom info type name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE.
- context Property Map
A context may be used for higher security and maintaining referential integrity such that the same identifier in two different contexts will be given a distinct surrogate. The context is appended to plaintext value being encrypted. On decryption the provided context is validated against the value used during encryption. If a context was provided during encryption, same context must be provided during decryption as well. If the context is not set, plaintext would be used as is for encryption. If the context is set but: 1. there is no record present when transforming a given value or 2. the field is not present when transforming a given value, plaintext would be used as is for encryption. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s.- crypto
Key Property Map The key used by the encryption function. For deterministic encryption using AES-SIV, the provided key is internally expanded to 64 bytes prior to use.
- surrogate
Info Property MapType The custom info type to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom info type followed by the number of characters comprising the surrogate. The following scheme defines the format: {info type name}({surrogate character count}):{surrogate} For example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom info type 'Surrogate'. This facilitates reversal of the surrogate when it occurs in free text. Note: For record transformations where the entire cell in a table is being transformed, surrogates are not mandatory. Surrogates are used to denote the location of the token and are necessary for re-identification in free form text. In order for inspection to work properly, the name of this info type must not occur naturally anywhere in your data; otherwise, inspection may either - reverse a surrogate that does not correspond to an actual identifier - be unable to parse the surrogate and result in an error Therefore, choose your custom info type name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE.
GooglePrivacyDlpV2CryptoHashConfigResponse
- Crypto
Key Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Crypto Key Response The key used by the hash function.
- Crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the hash function.
- crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the hash function.
- crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the hash function.
- crypto_
key GooglePrivacy Dlp V2Crypto Key Response The key used by the hash function.
- crypto
Key Property Map The key used by the hash function.
GooglePrivacyDlpV2CryptoKeyResponse
- Kms
Wrapped Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Kms Wrapped Crypto Key Response Key wrapped using Cloud KMS
- Transient
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Transient Crypto Key Response Transient crypto key
- Unwrapped
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Unwrapped Crypto Key Response Unwrapped crypto key
- Kms
Wrapped GooglePrivacy Dlp V2Kms Wrapped Crypto Key Response Key wrapped using Cloud KMS
- Transient
Google
Privacy Dlp V2Transient Crypto Key Response Transient crypto key
- Unwrapped
Google
Privacy Dlp V2Unwrapped Crypto Key Response Unwrapped crypto key
- kms
Wrapped GooglePrivacy Dlp V2Kms Wrapped Crypto Key Response Key wrapped using Cloud KMS
- transient_
Google
Privacy Dlp V2Transient Crypto Key Response Transient crypto key
- unwrapped
Google
Privacy Dlp V2Unwrapped Crypto Key Response Unwrapped crypto key
- kms
Wrapped GooglePrivacy Dlp V2Kms Wrapped Crypto Key Response Key wrapped using Cloud KMS
- transient
Google
Privacy Dlp V2Transient Crypto Key Response Transient crypto key
- unwrapped
Google
Privacy Dlp V2Unwrapped Crypto Key Response Unwrapped crypto key
- kms_
wrapped GooglePrivacy Dlp V2Kms Wrapped Crypto Key Response Key wrapped using Cloud KMS
- transient
Google
Privacy Dlp V2Transient Crypto Key Response Transient crypto key
- unwrapped
Google
Privacy Dlp V2Unwrapped Crypto Key Response Unwrapped crypto key
- kms
Wrapped Property Map Key wrapped using Cloud KMS
- transient Property Map
Transient crypto key
- unwrapped Property Map
Unwrapped crypto key
GooglePrivacyDlpV2CryptoReplaceFfxFpeConfigResponse
- Common
Alphabet string Common alphabets.
- Context
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response The 'tweak', a context may be used for higher security since the same identifier in two different contexts won't be given the same surrogate. If the context is not set, a default tweak will be used. If the context is set but: 1. there is no record present when transforming a given value or 1. the field is not present when transforming a given value, a default tweak will be used. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s. Currently, the referenced field may be of value type integer or string. The tweak is constructed as a sequence of bytes in big endian byte order such that: - a 64 bit integer is encoded followed by a single byte of value 1 - a string is encoded in UTF-8 format followed by a single byte of value 2- Crypto
Key Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Crypto Key Response The key used by the encryption algorithm.
- Custom
Alphabet string This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/
- Radix int
The native way to select the alphabet. Must be in the range [2, 95].
- Surrogate
Info Pulumi.Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType
SurrogateType
. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE
- Common
Alphabet string Common alphabets.
- Context
Google
Privacy Dlp V2Field Id Response The 'tweak', a context may be used for higher security since the same identifier in two different contexts won't be given the same surrogate. If the context is not set, a default tweak will be used. If the context is set but: 1. there is no record present when transforming a given value or 1. the field is not present when transforming a given value, a default tweak will be used. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s. Currently, the referenced field may be of value type integer or string. The tweak is constructed as a sequence of bytes in big endian byte order such that: - a 64 bit integer is encoded followed by a single byte of value 1 - a string is encoded in UTF-8 format followed by a single byte of value 2- Crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption algorithm.
- Custom
Alphabet string This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/
- Radix int
The native way to select the alphabet. Must be in the range [2, 95].
- Surrogate
Info GoogleType Privacy Dlp V2Info Type Response The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType
SurrogateType
. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE
- common
Alphabet String Common alphabets.
- context
Google
Privacy Dlp V2Field Id Response The 'tweak', a context may be used for higher security since the same identifier in two different contexts won't be given the same surrogate. If the context is not set, a default tweak will be used. If the context is set but: 1. there is no record present when transforming a given value or 1. the field is not present when transforming a given value, a default tweak will be used. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s. Currently, the referenced field may be of value type integer or string. The tweak is constructed as a sequence of bytes in big endian byte order such that: - a 64 bit integer is encoded followed by a single byte of value 1 - a string is encoded in UTF-8 format followed by a single byte of value 2- crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption algorithm.
- custom
Alphabet String This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/
- radix Integer
The native way to select the alphabet. Must be in the range [2, 95].
- surrogate
Info GoogleType Privacy Dlp V2Info Type Response The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType
SurrogateType
. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE
- common
Alphabet string Common alphabets.
- context
Google
Privacy Dlp V2Field Id Response The 'tweak', a context may be used for higher security since the same identifier in two different contexts won't be given the same surrogate. If the context is not set, a default tweak will be used. If the context is set but: 1. there is no record present when transforming a given value or 1. the field is not present when transforming a given value, a default tweak will be used. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s. Currently, the referenced field may be of value type integer or string. The tweak is constructed as a sequence of bytes in big endian byte order such that: - a 64 bit integer is encoded followed by a single byte of value 1 - a string is encoded in UTF-8 format followed by a single byte of value 2- crypto
Key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption algorithm.
- custom
Alphabet string This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/
- radix number
The native way to select the alphabet. Must be in the range [2, 95].
- surrogate
Info GoogleType Privacy Dlp V2Info Type Response The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType
SurrogateType
. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE
- common_
alphabet str Common alphabets.
- context
Google
Privacy Dlp V2Field Id Response The 'tweak', a context may be used for higher security since the same identifier in two different contexts won't be given the same surrogate. If the context is not set, a default tweak will be used. If the context is set but: 1. there is no record present when transforming a given value or 1. the field is not present when transforming a given value, a default tweak will be used. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s. Currently, the referenced field may be of value type integer or string. The tweak is constructed as a sequence of bytes in big endian byte order such that: - a 64 bit integer is encoded followed by a single byte of value 1 - a string is encoded in UTF-8 format followed by a single byte of value 2- crypto_
key GooglePrivacy Dlp V2Crypto Key Response The key used by the encryption algorithm.
- custom_
alphabet str This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/
- radix int
The native way to select the alphabet. Must be in the range [2, 95].
- surrogate_
info_ Googletype Privacy Dlp V2Info Type Response The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType
SurrogateType
. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE
- common
Alphabet String Common alphabets.
- context Property Map
The 'tweak', a context may be used for higher security since the same identifier in two different contexts won't be given the same surrogate. If the context is not set, a default tweak will be used. If the context is set but: 1. there is no record present when transforming a given value or 1. the field is not present when transforming a given value, a default tweak will be used. Note that case (1) is expected when an
InfoTypeTransformation
is applied to both structured and unstructuredContentItem
s. Currently, the referenced field may be of value type integer or string. The tweak is constructed as a sequence of bytes in big endian byte order such that: - a 64 bit integer is encoded followed by a single byte of value 1 - a string is encoded in UTF-8 format followed by a single byte of value 2- crypto
Key Property Map The key used by the encryption algorithm.
- custom
Alphabet String This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;"'<,>.?/
- radix Number
The native way to select the alphabet. Must be in the range [2, 95].
- surrogate
Info Property MapType The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType
SurrogateType
. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE
GooglePrivacyDlpV2CustomInfoType
- Detection
Rules List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Detection Rule> Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary A list of phrases to detect as a CustomInfoType.
- Exclusion
Type Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Custom Info Type Exclusion Type If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- Likelihood
Pulumi.
Google Native. DLP. V2. Google Privacy Dlp V2Custom Info Type Likelihood Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Regular expression based CustomInfoType.
- Stored
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Stored Type Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- Surrogate
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Surrogate Type Message for detecting output from deidentification transformations that support reversing.
- Detection
Rules []GooglePrivacy Dlp V2Detection Rule Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- Dictionary
Google
Privacy Dlp V2Dictionary A list of phrases to detect as a CustomInfoType.
- Exclusion
Type GooglePrivacy Dlp V2Custom Info Type Exclusion Type If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type GooglePrivacy Dlp V2Info Type CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- Likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- Regex
Google
Privacy Dlp V2Regex Regular expression based CustomInfoType.
- Stored
Type GooglePrivacy Dlp V2Stored Type Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- Surrogate
Type GooglePrivacy Dlp V2Surrogate Type Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<GooglePrivacy Dlp V2Detection Rule> Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary
Google
Privacy Dlp V2Dictionary A list of phrases to detect as a CustomInfoType.
- exclusion
Type GooglePrivacy Dlp V2Custom Info Type Exclusion Type If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex
Google
Privacy Dlp V2Regex Regular expression based CustomInfoType.
- stored
Type GooglePrivacy Dlp V2Stored Type Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate
Type GooglePrivacy Dlp V2Surrogate Type Message for detecting output from deidentification transformations that support reversing.
- detection
Rules GooglePrivacy Dlp V2Detection Rule[] Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary
Google
Privacy Dlp V2Dictionary A list of phrases to detect as a CustomInfoType.
- exclusion
Type GooglePrivacy Dlp V2Custom Info Type Exclusion Type If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex
Google
Privacy Dlp V2Regex Regular expression based CustomInfoType.
- stored
Type GooglePrivacy Dlp V2Stored Type Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate
Type GooglePrivacy Dlp V2Surrogate Type Message for detecting output from deidentification transformations that support reversing.
- detection_
rules Sequence[GooglePrivacy Dlp V2Detection Rule] Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary
Google
Privacy Dlp V2Dictionary A list of phrases to detect as a CustomInfoType.
- exclusion_
type GooglePrivacy Dlp V2Custom Info Type Exclusion Type If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info_
type GooglePrivacy Dlp V2Info Type CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood
Google
Privacy Dlp V2Custom Info Type Likelihood Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex
Google
Privacy Dlp V2Regex Regular expression based CustomInfoType.
- stored_
type GooglePrivacy Dlp V2Stored Type Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate_
type GooglePrivacy Dlp V2Surrogate Type Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<Property Map> Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary Property Map
A list of phrases to detect as a CustomInfoType.
- exclusion
Type "EXCLUSION_TYPE_UNSPECIFIED" | "EXCLUSION_TYPE_EXCLUDE" If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type Property Map CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood "LIKELIHOOD_UNSPECIFIED" | "VERY_UNLIKELY" | "UNLIKELY" | "POSSIBLE" | "LIKELY" | "VERY_LIKELY"
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex Property Map
Regular expression based CustomInfoType.
- stored
Type Property Map Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate
Type Property Map Message for detecting output from deidentification transformations that support reversing.
GooglePrivacyDlpV2CustomInfoTypeExclusionType
- Exclusion
Type Unspecified - EXCLUSION_TYPE_UNSPECIFIED
A finding of this custom info type will not be excluded from results.
- Exclusion
Type Exclude - EXCLUSION_TYPE_EXCLUDE
A finding of this custom info type will be excluded from final results, but can still affect rule execution.
- Google
Privacy Dlp V2Custom Info Type Exclusion Type Exclusion Type Unspecified - EXCLUSION_TYPE_UNSPECIFIED
A finding of this custom info type will not be excluded from results.
- Google
Privacy Dlp V2Custom Info Type Exclusion Type Exclusion Type Exclude - EXCLUSION_TYPE_EXCLUDE
A finding of this custom info type will be excluded from final results, but can still affect rule execution.
- Exclusion
Type Unspecified - EXCLUSION_TYPE_UNSPECIFIED
A finding of this custom info type will not be excluded from results.
- Exclusion
Type Exclude - EXCLUSION_TYPE_EXCLUDE
A finding of this custom info type will be excluded from final results, but can still affect rule execution.
- Exclusion
Type Unspecified - EXCLUSION_TYPE_UNSPECIFIED
A finding of this custom info type will not be excluded from results.
- Exclusion
Type Exclude - EXCLUSION_TYPE_EXCLUDE
A finding of this custom info type will be excluded from final results, but can still affect rule execution.
- EXCLUSION_TYPE_UNSPECIFIED
- EXCLUSION_TYPE_UNSPECIFIED
A finding of this custom info type will not be excluded from results.
- EXCLUSION_TYPE_EXCLUDE
- EXCLUSION_TYPE_EXCLUDE
A finding of this custom info type will be excluded from final results, but can still affect rule execution.
- "EXCLUSION_TYPE_UNSPECIFIED"
- EXCLUSION_TYPE_UNSPECIFIED
A finding of this custom info type will not be excluded from results.
- "EXCLUSION_TYPE_EXCLUDE"
- EXCLUSION_TYPE_EXCLUDE
A finding of this custom info type will be excluded from final results, but can still affect rule execution.
GooglePrivacyDlpV2CustomInfoTypeLikelihood
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIED
Default value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELY
Highest chance of a false positive.
- Unlikely
- UNLIKELY
High chance of a false positive.
- Possible
- POSSIBLE
Some matching signals. The default value.
- Likely
- LIKELY
Low chance of a false positive.
- Very
Likely - VERY_LIKELY
Confidence level is high. Lowest chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Likelihood Unspecified - LIKELIHOOD_UNSPECIFIED
Default value; same as POSSIBLE.
- Google
Privacy Dlp V2Custom Info Type Likelihood Very Unlikely - VERY_UNLIKELY
Highest chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Unlikely - UNLIKELY
High chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Possible - POSSIBLE
Some matching signals. The default value.
- Google
Privacy Dlp V2Custom Info Type Likelihood Likely - LIKELY
Low chance of a false positive.
- Google
Privacy Dlp V2Custom Info Type Likelihood Very Likely - VERY_LIKELY
Confidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIED
Default value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELY
Highest chance of a false positive.
- Unlikely
- UNLIKELY
High chance of a false positive.
- Possible
- POSSIBLE
Some matching signals. The default value.
- Likely
- LIKELY
Low chance of a false positive.
- Very
Likely - VERY_LIKELY
Confidence level is high. Lowest chance of a false positive.
- Likelihood
Unspecified - LIKELIHOOD_UNSPECIFIED
Default value; same as POSSIBLE.
- Very
Unlikely - VERY_UNLIKELY
Highest chance of a false positive.
- Unlikely
- UNLIKELY
High chance of a false positive.
- Possible
- POSSIBLE
Some matching signals. The default value.
- Likely
- LIKELY
Low chance of a false positive.
- Very
Likely - VERY_LIKELY
Confidence level is high. Lowest chance of a false positive.
- LIKELIHOOD_UNSPECIFIED
- LIKELIHOOD_UNSPECIFIED
Default value; same as POSSIBLE.
- VERY_UNLIKELY
- VERY_UNLIKELY
Highest chance of a false positive.
- UNLIKELY
- UNLIKELY
High chance of a false positive.
- POSSIBLE
- POSSIBLE
Some matching signals. The default value.
- LIKELY
- LIKELY
Low chance of a false positive.
- VERY_LIKELY
- VERY_LIKELY
Confidence level is high. Lowest chance of a false positive.
- "LIKELIHOOD_UNSPECIFIED"
- LIKELIHOOD_UNSPECIFIED
Default value; same as POSSIBLE.
- "VERY_UNLIKELY"
- VERY_UNLIKELY
Highest chance of a false positive.
- "UNLIKELY"
- UNLIKELY
High chance of a false positive.
- "POSSIBLE"
- POSSIBLE
Some matching signals. The default value.
- "LIKELY"
- LIKELY
Low chance of a false positive.
- "VERY_LIKELY"
- VERY_LIKELY
Confidence level is high. Lowest chance of a false positive.
GooglePrivacyDlpV2CustomInfoTypeResponse
- Detection
Rules List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Detection Rule Response> Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary Response A list of phrases to detect as a CustomInfoType.
- Exclusion
Type string If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- Likelihood string
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response Regular expression based CustomInfoType.
- Stored
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Stored Type Response Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- Surrogate
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Surrogate Type Response Message for detecting output from deidentification transformations that support reversing.
- Detection
Rules []GooglePrivacy Dlp V2Detection Rule Response Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- Dictionary
Google
Privacy Dlp V2Dictionary Response A list of phrases to detect as a CustomInfoType.
- Exclusion
Type string If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- Info
Type GooglePrivacy Dlp V2Info Type Response CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- Likelihood string
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- Regex
Google
Privacy Dlp V2Regex Response Regular expression based CustomInfoType.
- Stored
Type GooglePrivacy Dlp V2Stored Type Response Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- Surrogate
Type GooglePrivacy Dlp V2Surrogate Type Response Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<GooglePrivacy Dlp V2Detection Rule Response> Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary
Google
Privacy Dlp V2Dictionary Response A list of phrases to detect as a CustomInfoType.
- exclusion
Type String If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type Response CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood String
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex
Google
Privacy Dlp V2Regex Response Regular expression based CustomInfoType.
- stored
Type GooglePrivacy Dlp V2Stored Type Response Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate
Type GooglePrivacy Dlp V2Surrogate Type Response Message for detecting output from deidentification transformations that support reversing.
- detection
Rules GooglePrivacy Dlp V2Detection Rule Response[] Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary
Google
Privacy Dlp V2Dictionary Response A list of phrases to detect as a CustomInfoType.
- exclusion
Type string If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type GooglePrivacy Dlp V2Info Type Response CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood string
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex
Google
Privacy Dlp V2Regex Response Regular expression based CustomInfoType.
- stored
Type GooglePrivacy Dlp V2Stored Type Response Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate
Type GooglePrivacy Dlp V2Surrogate Type Response Message for detecting output from deidentification transformations that support reversing.
- detection_
rules Sequence[GooglePrivacy Dlp V2Detection Rule Response] Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary
Google
Privacy Dlp V2Dictionary Response A list of phrases to detect as a CustomInfoType.
- exclusion_
type str If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info_
type GooglePrivacy Dlp V2Info Type Response CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood str
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex
Google
Privacy Dlp V2Regex Response Regular expression based CustomInfoType.
- stored_
type GooglePrivacy Dlp V2Stored Type Response Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate_
type GooglePrivacy Dlp V2Surrogate Type Response Message for detecting output from deidentification transformations that support reversing.
- detection
Rules List<Property Map> Set of detection rules to apply to all findings of this CustomInfoType. Rules are applied in order that they are specified. Not supported for the
surrogate_type
CustomInfoType.- dictionary Property Map
A list of phrases to detect as a CustomInfoType.
- exclusion
Type String If set to EXCLUSION_TYPE_EXCLUDE this infoType will not cause a finding to be returned. It still can be used for rules matching.
- info
Type Property Map CustomInfoType can either be a new infoType, or an extension of built-in infoType, when the name matches one of existing infoTypes and that infoType is specified in
InspectContent.info_types
field. Specifying the latter adds findings to the one detected by the system. If built-in info type is not specified inInspectContent.info_types
list then the name is treated as a custom info type.- likelihood String
Likelihood to return for this CustomInfoType. This base value can be altered by a detection rule if the finding meets the criteria specified by the rule. Defaults to
VERY_LIKELY
if not specified.- regex Property Map
Regular expression based CustomInfoType.
- stored
Type Property Map Load an existing
StoredInfoType
resource for use inInspectDataSource
. Not currently supported inInspectContent
.- surrogate
Type Property Map Message for detecting output from deidentification transformations that support reversing.
GooglePrivacyDlpV2DatastoreOptions
- Kind
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Kind Expression The kind to process.
- Partition
Id Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Partition Id A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- Kind
Google
Privacy Dlp V2Kind Expression The kind to process.
- Partition
Id GooglePrivacy Dlp V2Partition Id A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind
Google
Privacy Dlp V2Kind Expression The kind to process.
- partition
Id GooglePrivacy Dlp V2Partition Id A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind
Google
Privacy Dlp V2Kind Expression The kind to process.
- partition
Id GooglePrivacy Dlp V2Partition Id A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind
Google
Privacy Dlp V2Kind Expression The kind to process.
- partition_
id GooglePrivacy Dlp V2Partition Id A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind Property Map
The kind to process.
- partition
Id Property Map A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
GooglePrivacyDlpV2DatastoreOptionsResponse
- Kind
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Kind Expression Response The kind to process.
- Partition
Id Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Partition Id Response A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- Kind
Google
Privacy Dlp V2Kind Expression Response The kind to process.
- Partition
Id GooglePrivacy Dlp V2Partition Id Response A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind
Google
Privacy Dlp V2Kind Expression Response The kind to process.
- partition
Id GooglePrivacy Dlp V2Partition Id Response A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind
Google
Privacy Dlp V2Kind Expression Response The kind to process.
- partition
Id GooglePrivacy Dlp V2Partition Id Response A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind
Google
Privacy Dlp V2Kind Expression Response The kind to process.
- partition_
id GooglePrivacy Dlp V2Partition Id Response A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
- kind Property Map
The kind to process.
- partition
Id Property Map A partition ID identifies a grouping of entities. The grouping is always by project and namespace, however the namespace ID may be empty.
GooglePrivacyDlpV2DateShiftConfigResponse
- Context
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
- Crypto
Key Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Crypto Key Response Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key. If set, must also set context. Can only be applied to table items.
- Lower
Bound intDays For example, -5 means shift date to at most 5 days back in the past.
- Upper
Bound intDays Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future.
- Context
Google
Privacy Dlp V2Field Id Response Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
- Crypto
Key GooglePrivacy Dlp V2Crypto Key Response Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key. If set, must also set context. Can only be applied to table items.
- Lower
Bound intDays For example, -5 means shift date to at most 5 days back in the past.
- Upper
Bound intDays Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future.
- context
Google
Privacy Dlp V2Field Id Response Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
- crypto
Key GooglePrivacy Dlp V2Crypto Key Response Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key. If set, must also set context. Can only be applied to table items.
- lower
Bound IntegerDays For example, -5 means shift date to at most 5 days back in the past.
- upper
Bound IntegerDays Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future.
- context
Google
Privacy Dlp V2Field Id Response Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
- crypto
Key GooglePrivacy Dlp V2Crypto Key Response Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key. If set, must also set context. Can only be applied to table items.
- lower
Bound numberDays For example, -5 means shift date to at most 5 days back in the past.
- upper
Bound numberDays Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future.
- context
Google
Privacy Dlp V2Field Id Response Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
- crypto_
key GooglePrivacy Dlp V2Crypto Key Response Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key. If set, must also set context. Can only be applied to table items.
- lower_
bound_ intdays For example, -5 means shift date to at most 5 days back in the past.
- upper_
bound_ intdays Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future.
- context Property Map
Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
- crypto
Key Property Map Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key. If set, must also set context. Can only be applied to table items.
- lower
Bound NumberDays For example, -5 means shift date to at most 5 days back in the past.
- upper
Bound NumberDays Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future.
GooglePrivacyDlpV2Deidentify
- Cloud
Storage stringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- File
Types List<Pulumi.To Transform Google Native. DLP. V2. Google Privacy Dlp V2Deidentify File Types To Transform Item> List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- Transformation
Config Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Transformation Config User specified deidentify templates and configs for structured, unstructured, and image files.
- Transformation
Details Pulumi.Storage Config Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Transformation Details Storage Config Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- Cloud
Storage stringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- File
Types []GoogleTo Transform Privacy Dlp V2Deidentify File Types To Transform Item List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- Transformation
Config GooglePrivacy Dlp V2Transformation Config User specified deidentify templates and configs for structured, unstructured, and image files.
- Transformation
Details GoogleStorage Config Privacy Dlp V2Transformation Details Storage Config Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud
Storage StringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file
Types List<GoogleTo Transform Privacy Dlp V2Deidentify File Types To Transform Item> List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation
Config GooglePrivacy Dlp V2Transformation Config User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation
Details GoogleStorage Config Privacy Dlp V2Transformation Details Storage Config Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud
Storage stringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file
Types GoogleTo Transform Privacy Dlp V2Deidentify File Types To Transform Item[] List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation
Config GooglePrivacy Dlp V2Transformation Config User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation
Details GoogleStorage Config Privacy Dlp V2Transformation Details Storage Config Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud_
storage_ stroutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file_
types_ Sequence[Googleto_ transform Privacy Dlp V2Deidentify File Types To Transform Item] List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation_
config GooglePrivacy Dlp V2Transformation Config User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation_
details_ Googlestorage_ config Privacy Dlp V2Transformation Details Storage Config Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud
Storage StringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file
Types List<"FILE_TYPE_UNSPECIFIED" | "BINARY_FILE" | "TEXT_FILE" | "IMAGE" | "WORD" | "PDF" | "AVRO" | "CSV" | "TSV" | "POWERPOINT" | "EXCEL">To Transform List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation
Config Property Map User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation
Details Property MapStorage Config Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
GooglePrivacyDlpV2DeidentifyConfigResponse
- Image
Transformations Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Image Transformations Response Treat the dataset as an image and redact.
- Info
Type Pulumi.Transformations Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Transformations Response Treat the dataset as free-form text and apply the same free text transformation everywhere.
- Record
Transformations Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Record Transformations Response Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
- Transformation
Error Pulumi.Handling Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Transformation Error Handling Response Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.
- Image
Transformations GooglePrivacy Dlp V2Image Transformations Response Treat the dataset as an image and redact.
- Info
Type GoogleTransformations Privacy Dlp V2Info Type Transformations Response Treat the dataset as free-form text and apply the same free text transformation everywhere.
- Record
Transformations GooglePrivacy Dlp V2Record Transformations Response Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
- Transformation
Error GoogleHandling Privacy Dlp V2Transformation Error Handling Response Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.
- image
Transformations GooglePrivacy Dlp V2Image Transformations Response Treat the dataset as an image and redact.
- info
Type GoogleTransformations Privacy Dlp V2Info Type Transformations Response Treat the dataset as free-form text and apply the same free text transformation everywhere.
- record
Transformations GooglePrivacy Dlp V2Record Transformations Response Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
- transformation
Error GoogleHandling Privacy Dlp V2Transformation Error Handling Response Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.
- image
Transformations GooglePrivacy Dlp V2Image Transformations Response Treat the dataset as an image and redact.
- info
Type GoogleTransformations Privacy Dlp V2Info Type Transformations Response Treat the dataset as free-form text and apply the same free text transformation everywhere.
- record
Transformations GooglePrivacy Dlp V2Record Transformations Response Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
- transformation
Error GoogleHandling Privacy Dlp V2Transformation Error Handling Response Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.
- image_
transformations GooglePrivacy Dlp V2Image Transformations Response Treat the dataset as an image and redact.
- info_
type_ Googletransformations Privacy Dlp V2Info Type Transformations Response Treat the dataset as free-form text and apply the same free text transformation everywhere.
- record_
transformations GooglePrivacy Dlp V2Record Transformations Response Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
- transformation_
error_ Googlehandling Privacy Dlp V2Transformation Error Handling Response Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.
- image
Transformations Property Map Treat the dataset as an image and redact.
- info
Type Property MapTransformations Treat the dataset as free-form text and apply the same free text transformation everywhere.
- record
Transformations Property Map Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.
- transformation
Error Property MapHandling Mode for handling transformation errors. If left unspecified, the default mode is
TransformationErrorHandling.ThrowError
.
GooglePrivacyDlpV2DeidentifyDataSourceDetailsResponse
- Deidentify
Stats Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Deidentify Data Source Stats Response Stats about de-identification.
- Requested
Options Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Requested Deidentify Options Response De-identification config used for the request.
- Deidentify
Stats GooglePrivacy Dlp V2Deidentify Data Source Stats Response Stats about de-identification.
- Requested
Options GooglePrivacy Dlp V2Requested Deidentify Options Response De-identification config used for the request.
- deidentify
Stats GooglePrivacy Dlp V2Deidentify Data Source Stats Response Stats about de-identification.
- requested
Options GooglePrivacy Dlp V2Requested Deidentify Options Response De-identification config used for the request.
- deidentify
Stats GooglePrivacy Dlp V2Deidentify Data Source Stats Response Stats about de-identification.
- requested
Options GooglePrivacy Dlp V2Requested Deidentify Options Response De-identification config used for the request.
- deidentify_
stats GooglePrivacy Dlp V2Deidentify Data Source Stats Response Stats about de-identification.
- requested_
options GooglePrivacy Dlp V2Requested Deidentify Options Response De-identification config used for the request.
- deidentify
Stats Property Map Stats about de-identification.
- requested
Options Property Map De-identification config used for the request.
GooglePrivacyDlpV2DeidentifyDataSourceStatsResponse
- Transformation
Count string Number of successfully applied transformations.
- Transformation
Error stringCount Number of errors encountered while trying to apply transformations.
- Transformed
Bytes string Total size in bytes that were transformed in some way.
- Transformation
Count string Number of successfully applied transformations.
- Transformation
Error stringCount Number of errors encountered while trying to apply transformations.
- Transformed
Bytes string Total size in bytes that were transformed in some way.
- transformation
Count String Number of successfully applied transformations.
- transformation
Error StringCount Number of errors encountered while trying to apply transformations.
- transformed
Bytes String Total size in bytes that were transformed in some way.
- transformation
Count string Number of successfully applied transformations.
- transformation
Error stringCount Number of errors encountered while trying to apply transformations.
- transformed
Bytes string Total size in bytes that were transformed in some way.
- transformation_
count str Number of successfully applied transformations.
- transformation_
error_ strcount Number of errors encountered while trying to apply transformations.
- transformed_
bytes str Total size in bytes that were transformed in some way.
- transformation
Count String Number of successfully applied transformations.
- transformation
Error StringCount Number of errors encountered while trying to apply transformations.
- transformed
Bytes String Total size in bytes that were transformed in some way.
GooglePrivacyDlpV2DeidentifyFileTypesToTransformItem
- File
Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Binary
File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Text
File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Image
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Word
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Avro
- AVRO
Included file extensions: avro
- Csv
- CSV
Included file extensions: csv
- Tsv
- TSV
Included file extensions: tsv
- Powerpoint
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Excel
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- Google
Privacy Dlp V2Deidentify File Types To Transform Item File Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Binary File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Text File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Image - IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Word - WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Pdf - PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Avro - AVRO
Included file extensions: avro
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Csv - CSV
Included file extensions: csv
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Tsv - TSV
Included file extensions: tsv
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Powerpoint - POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Google
Privacy Dlp V2Deidentify File Types To Transform Item Excel - EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- File
Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Binary
File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Text
File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Image
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Word
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Avro
- AVRO
Included file extensions: avro
- Csv
- CSV
Included file extensions: csv
- Tsv
- TSV
Included file extensions: tsv
- Powerpoint
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Excel
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- File
Type Unspecified - FILE_TYPE_UNSPECIFIED
Includes all files.
- Binary
File - BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- Text
File - TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- Image
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- Word
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- Avro
- AVRO
Included file extensions: avro
- Csv
- CSV
Included file extensions: csv
- Tsv
- TSV
Included file extensions: tsv
- Powerpoint
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- Excel
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- FILE_TYPE_UNSPECIFIED
- FILE_TYPE_UNSPECIFIED
Includes all files.
- BINARY_FILE
- BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- TEXT_FILE
- TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- IMAGE
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- WORD
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- AVRO
- AVRO
Included file extensions: avro
- CSV
- CSV
Included file extensions: csv
- TSV
- TSV
Included file extensions: tsv
- POWERPOINT
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- EXCEL
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
- "FILE_TYPE_UNSPECIFIED"
- FILE_TYPE_UNSPECIFIED
Includes all files.
- "BINARY_FILE"
- BINARY_FILE
Includes all file extensions not covered by another entry. Binary scanning attempts to convert the content of the file to utf_8 to scan the file. If you wish to avoid this fall back, specify one or more of the other FileType's in your storage scan.
- "TEXT_FILE"
- TEXT_FILE
Included file extensions: asc,asp, aspx, brf, c, cc,cfm, cgi, cpp, csv, cxx, c++, cs, css, dart, dat, dot, eml,, epbub, ged, go, h, hh, hpp, hxx, h++, hs, html, htm, mkd, markdown, m, ml, mli, perl, pl, plist, pm, php, phtml, pht, properties, py, pyw, rb, rbw, rs, rss, rc, scala, sh, sql, swift, tex, shtml, shtm, xhtml, lhs, ics, ini, java, js, json, kix, kml, ocaml, md, txt, text, tsv, vb, vcard, vcs, wml, xcodeproj, xml, xsl, xsd, yml, yaml.
- "IMAGE"
- IMAGE
Included file extensions: bmp, gif, jpg, jpeg, jpe, png. bytes_limit_per_file has no effect on image files. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.
- "WORD"
- WORD
Word files >30 MB will be scanned as binary files. Included file extensions: docx, dotx, docm, dotm
- "PDF"
- PDF
PDF files >30 MB will be scanned as binary files. Included file extensions: pdf
- "AVRO"
- AVRO
Included file extensions: avro
- "CSV"
- CSV
Included file extensions: csv
- "TSV"
- TSV
Included file extensions: tsv
- "POWERPOINT"
- POWERPOINT
Powerpoint files >30 MB will be scanned as binary files. Included file extensions: pptx, pptm, potx, potm, pot
- "EXCEL"
- EXCEL
Excel files >30 MB will be scanned as binary files. Included file extensions: xlsx, xlsm, xltx, xltm
GooglePrivacyDlpV2DeidentifyResponse
- Cloud
Storage stringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- File
Types List<string>To Transform List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- Transformation
Config Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Transformation Config Response User specified deidentify templates and configs for structured, unstructured, and image files.
- Transformation
Details Pulumi.Storage Config Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Transformation Details Storage Config Response Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- Cloud
Storage stringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- File
Types []stringTo Transform List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- Transformation
Config GooglePrivacy Dlp V2Transformation Config Response User specified deidentify templates and configs for structured, unstructured, and image files.
- Transformation
Details GoogleStorage Config Privacy Dlp V2Transformation Details Storage Config Response Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud
Storage StringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file
Types List<String>To Transform List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation
Config GooglePrivacy Dlp V2Transformation Config Response User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation
Details GoogleStorage Config Privacy Dlp V2Transformation Details Storage Config Response Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud
Storage stringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file
Types string[]To Transform List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation
Config GooglePrivacy Dlp V2Transformation Config Response User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation
Details GoogleStorage Config Privacy Dlp V2Transformation Details Storage Config Response Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud_
storage_ stroutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file_
types_ Sequence[str]to_ transform List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation_
config GooglePrivacy Dlp V2Transformation Config Response User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation_
details_ Googlestorage_ config Privacy Dlp V2Transformation Details Storage Config Response Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
- cloud
Storage StringOutput User settable Cloud Storage bucket and folders to store de-identified files. This field must be set for cloud storage deidentification. The output Cloud Storage bucket must be different from the input bucket. De-identified files will overwrite files in the output path. Form of: gs://bucket/folder/ or gs://bucket
- file
Types List<String>To Transform List of user-specified file type groups to transform. If specified, only the files with these filetypes will be transformed. If empty, all supported files will be transformed. Supported types may be automatically added over time. If a file type is set in this field that isn't supported by the Deidentify action then the job will fail and will not be successfully created/started. Currently the only filetypes supported are: IMAGES, TEXT_FILES, CSV, TSV.
- transformation
Config Property Map User specified deidentify templates and configs for structured, unstructured, and image files.
- transformation
Details Property MapStorage Config Config for storing transformation details. This is separate from the de-identified content, and contains metadata about the successful transformations and/or failures that occurred while de-identifying. This needs to be set in order for users to access information about the status of each transformation (see TransformationDetails message for more information about what is noted).
GooglePrivacyDlpV2DeidentifyTemplateResponse
- Create
Time string The creation timestamp of an inspectTemplate.
- Deidentify
Config Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Deidentify Config Response The core content of the template.
- Description string
Short description (max 256 chars).
- Display
Name string Display name (max 256 chars).
- Name string
The template name. The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
- Update
Time string The last update timestamp of an inspectTemplate.
- Create
Time string The creation timestamp of an inspectTemplate.
- Deidentify
Config GooglePrivacy Dlp V2Deidentify Config Response The core content of the template.
- Description string
Short description (max 256 chars).
- Display
Name string Display name (max 256 chars).
- Name string
The template name. The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
- Update
Time string The last update timestamp of an inspectTemplate.
- create
Time String The creation timestamp of an inspectTemplate.
- deidentify
Config GooglePrivacy Dlp V2Deidentify Config Response The core content of the template.
- description String
Short description (max 256 chars).
- display
Name String Display name (max 256 chars).
- name String
The template name. The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
- update
Time String The last update timestamp of an inspectTemplate.
- create
Time string The creation timestamp of an inspectTemplate.
- deidentify
Config GooglePrivacy Dlp V2Deidentify Config Response The core content of the template.
- description string
Short description (max 256 chars).
- display
Name string Display name (max 256 chars).
- name string
The template name. The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
- update
Time string The last update timestamp of an inspectTemplate.
- create_
time str The creation timestamp of an inspectTemplate.
- deidentify_
config GooglePrivacy Dlp V2Deidentify Config Response The core content of the template.
- description str
Short description (max 256 chars).
- display_
name str Display name (max 256 chars).
- name str
The template name. The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
- update_
time str The last update timestamp of an inspectTemplate.
- create
Time String The creation timestamp of an inspectTemplate.
- deidentify
Config Property Map The core content of the template.
- description String
Short description (max 256 chars).
- display
Name String Display name (max 256 chars).
- name String
The template name. The template will have one of the following formats:
projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID
ORorganizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID
- update
Time String The last update timestamp of an inspectTemplate.
GooglePrivacyDlpV2DeltaPresenceEstimationConfig
- Quasi
Ids List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Quasi Id> Fields considered to be quasi-identifiers. No two fields can have the same tag.
- Auxiliary
Tables List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Statistical Table> Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- Region
Code string ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- Quasi
Ids []GooglePrivacy Dlp V2Quasi Id Fields considered to be quasi-identifiers. No two fields can have the same tag.
- Auxiliary
Tables []GooglePrivacy Dlp V2Statistical Table Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- Region
Code string ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- quasi
Ids List<GooglePrivacy Dlp V2Quasi Id> Fields considered to be quasi-identifiers. No two fields can have the same tag.
- auxiliary
Tables List<GooglePrivacy Dlp V2Statistical Table> Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- region
Code String ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- quasi
Ids GooglePrivacy Dlp V2Quasi Id[] Fields considered to be quasi-identifiers. No two fields can have the same tag.
- auxiliary
Tables GooglePrivacy Dlp V2Statistical Table[] Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- region
Code string ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- quasi_
ids Sequence[GooglePrivacy Dlp V2Quasi Id] Fields considered to be quasi-identifiers. No two fields can have the same tag.
- auxiliary_
tables Sequence[GooglePrivacy Dlp V2Statistical Table] Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- region_
code str ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- quasi
Ids List<Property Map> Fields considered to be quasi-identifiers. No two fields can have the same tag.
- auxiliary
Tables List<Property Map> Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- region
Code String ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
GooglePrivacyDlpV2DeltaPresenceEstimationConfigResponse
- Auxiliary
Tables List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Statistical Table Response> Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- Quasi
Ids List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Quasi Id Response> Fields considered to be quasi-identifiers. No two fields can have the same tag.
- Region
Code string ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- Auxiliary
Tables []GooglePrivacy Dlp V2Statistical Table Response Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- Quasi
Ids []GooglePrivacy Dlp V2Quasi Id Response Fields considered to be quasi-identifiers. No two fields can have the same tag.
- Region
Code string ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- auxiliary
Tables List<GooglePrivacy Dlp V2Statistical Table Response> Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- quasi
Ids List<GooglePrivacy Dlp V2Quasi Id Response> Fields considered to be quasi-identifiers. No two fields can have the same tag.
- region
Code String ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- auxiliary
Tables GooglePrivacy Dlp V2Statistical Table Response[] Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- quasi
Ids GooglePrivacy Dlp V2Quasi Id Response[] Fields considered to be quasi-identifiers. No two fields can have the same tag.
- region
Code string ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- auxiliary_
tables Sequence[GooglePrivacy Dlp V2Statistical Table Response] Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- quasi_
ids Sequence[GooglePrivacy Dlp V2Quasi Id Response] Fields considered to be quasi-identifiers. No two fields can have the same tag.
- region_
code str ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
- auxiliary
Tables List<Property Map> Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
- quasi
Ids List<Property Map> Fields considered to be quasi-identifiers. No two fields can have the same tag.
- region
Code String ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucketResponse
- Bucket
Size string Number of records within these probability bounds.
- Bucket
Value stringCount Total number of distinct quasi-identifier tuple values in this bucket.
- Bucket
Values List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Delta Presence Estimation Quasi Id Values Response> Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
- Max
Probability double Always greater than or equal to min_probability.
- Min
Probability double Between 0 and 1.
- Bucket
Size string Number of records within these probability bounds.
- Bucket
Value stringCount Total number of distinct quasi-identifier tuple values in this bucket.
- Bucket
Values []GooglePrivacy Dlp V2Delta Presence Estimation Quasi Id Values Response Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
- Max
Probability float64 Always greater than or equal to min_probability.
- Min
Probability float64 Between 0 and 1.
- bucket
Size String Number of records within these probability bounds.
- bucket
Value StringCount Total number of distinct quasi-identifier tuple values in this bucket.
- bucket
Values List<GooglePrivacy Dlp V2Delta Presence Estimation Quasi Id Values Response> Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
- max
Probability Double Always greater than or equal to min_probability.
- min
Probability Double Between 0 and 1.
- bucket
Size string Number of records within these probability bounds.
- bucket
Value stringCount Total number of distinct quasi-identifier tuple values in this bucket.
- bucket
Values GooglePrivacy Dlp V2Delta Presence Estimation Quasi Id Values Response[] Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
- max
Probability number Always greater than or equal to min_probability.
- min
Probability number Between 0 and 1.
- bucket_
size str Number of records within these probability bounds.
- bucket_
value_ strcount Total number of distinct quasi-identifier tuple values in this bucket.
- bucket_
values Sequence[GooglePrivacy Dlp V2Delta Presence Estimation Quasi Id Values Response] Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
- max_
probability float Always greater than or equal to min_probability.
- min_
probability float Between 0 and 1.
- bucket
Size String Number of records within these probability bounds.
- bucket
Value StringCount Total number of distinct quasi-identifier tuple values in this bucket.
- bucket
Values List<Property Map> Sample of quasi-identifier tuple values in this bucket. The total number of classes returned per bucket is capped at 20.
- max
Probability Number Always greater than or equal to min_probability.
- min
Probability Number Between 0 and 1.
GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValuesResponse
- Estimated
Probability double The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.
- Quasi
Ids List<Pulumi.Values Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Response> The quasi-identifier values.
- Estimated
Probability float64 The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.
- Quasi
Ids []GoogleValues Privacy Dlp V2Value Response The quasi-identifier values.
- estimated
Probability Double The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.
- quasi
Ids List<GoogleValues Privacy Dlp V2Value Response> The quasi-identifier values.
- estimated
Probability number The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.
- quasi
Ids GoogleValues Privacy Dlp V2Value Response[] The quasi-identifier values.
- estimated_
probability float The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.
- quasi_
ids_ Sequence[Googlevalues Privacy Dlp V2Value Response] The quasi-identifier values.
- estimated
Probability Number The estimated probability that a given individual sharing these quasi-identifier values is in the dataset. This value, typically called δ, is the ratio between the number of records in the dataset with these quasi-identifier values, and the total number of individuals (inside and outside the dataset) with these quasi-identifier values. For example, if there are 15 individuals in the dataset who share the same quasi-identifier values, and an estimated 100 people in the entire population with these values, then δ is 0.15.
- quasi
Ids List<Property Map>Values The quasi-identifier values.
GooglePrivacyDlpV2DeltaPresenceEstimationResultResponse
- Delta
Presence List<Pulumi.Estimation Histogram Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Delta Presence Estimation Histogram Bucket Response> The intervals [min_probability, max_probability) do not overlap. If a value doesn't correspond to any such interval, the associated frequency is zero. For example, the following records: {min_probability: 0, max_probability: 0.1, frequency: 17} {min_probability: 0.2, max_probability: 0.3, frequency: 42} {min_probability: 0.3, max_probability: 0.4, frequency: 99} mean that there are no record with an estimated probability in [0.1, 0.2) nor larger or equal to 0.4.
- Delta
Presence []GoogleEstimation Histogram Privacy Dlp V2Delta Presence Estimation Histogram Bucket Response The intervals [min_probability, max_probability) do not overlap. If a value doesn't correspond to any such interval, the associated frequency is zero. For example, the following records: {min_probability: 0, max_probability: 0.1, frequency: 17} {min_probability: 0.2, max_probability: 0.3, frequency: 42} {min_probability: 0.3, max_probability: 0.4, frequency: 99} mean that there are no record with an estimated probability in [0.1, 0.2) nor larger or equal to 0.4.
- delta
Presence List<GoogleEstimation Histogram Privacy Dlp V2Delta Presence Estimation Histogram Bucket Response> The intervals [min_probability, max_probability) do not overlap. If a value doesn't correspond to any such interval, the associated frequency is zero. For example, the following records: {min_probability: 0, max_probability: 0.1, frequency: 17} {min_probability: 0.2, max_probability: 0.3, frequency: 42} {min_probability: 0.3, max_probability: 0.4, frequency: 99} mean that there are no record with an estimated probability in [0.1, 0.2) nor larger or equal to 0.4.
- delta
Presence GoogleEstimation Histogram Privacy Dlp V2Delta Presence Estimation Histogram Bucket Response[] The intervals [min_probability, max_probability) do not overlap. If a value doesn't correspond to any such interval, the associated frequency is zero. For example, the following records: {min_probability: 0, max_probability: 0.1, frequency: 17} {min_probability: 0.2, max_probability: 0.3, frequency: 42} {min_probability: 0.3, max_probability: 0.4, frequency: 99} mean that there are no record with an estimated probability in [0.1, 0.2) nor larger or equal to 0.4.
- delta_
presence_ Sequence[Googleestimation_ histogram Privacy Dlp V2Delta Presence Estimation Histogram Bucket Response] The intervals [min_probability, max_probability) do not overlap. If a value doesn't correspond to any such interval, the associated frequency is zero. For example, the following records: {min_probability: 0, max_probability: 0.1, frequency: 17} {min_probability: 0.2, max_probability: 0.3, frequency: 42} {min_probability: 0.3, max_probability: 0.4, frequency: 99} mean that there are no record with an estimated probability in [0.1, 0.2) nor larger or equal to 0.4.
- delta
Presence List<Property Map>Estimation Histogram The intervals [min_probability, max_probability) do not overlap. If a value doesn't correspond to any such interval, the associated frequency is zero. For example, the following records: {min_probability: 0, max_probability: 0.1, frequency: 17} {min_probability: 0.2, max_probability: 0.3, frequency: 42} {min_probability: 0.3, max_probability: 0.4, frequency: 99} mean that there are no record with an estimated probability in [0.1, 0.2) nor larger or equal to 0.4.
GooglePrivacyDlpV2DetectionRule
- Hotword
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Hotword Rule Hotword-based detection rule.
- Hotword
Rule GooglePrivacy Dlp V2Hotword Rule Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Hotword-based detection rule.
- hotword_
rule GooglePrivacy Dlp V2Hotword Rule Hotword-based detection rule.
- hotword
Rule Property Map Hotword-based detection rule.
GooglePrivacyDlpV2DetectionRuleResponse
- Hotword
Rule Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Hotword Rule Response Hotword-based detection rule.
- Hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response Hotword-based detection rule.
- hotword
Rule GooglePrivacy Dlp V2Hotword Rule Response Hotword-based detection rule.
- hotword_
rule GooglePrivacy Dlp V2Hotword Rule Response Hotword-based detection rule.
- hotword
Rule Property Map Hotword-based detection rule.
GooglePrivacyDlpV2Dictionary
- Cloud
Storage Pulumi.Path Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Path Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Word List List of words or phrases to search for.
- Cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List GooglePrivacy Dlp V2Word List List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List List of words or phrases to search for.
- cloud_
storage_ Googlepath Privacy Dlp V2Cloud Storage Path Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word_
list GooglePrivacy Dlp V2Word List List of words or phrases to search for.
- cloud
Storage Property MapPath Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List Property Map List of words or phrases to search for.
GooglePrivacyDlpV2DictionaryResponse
- Cloud
Storage Pulumi.Path Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Path Response Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Word List Response List of words or phrases to search for.
- Cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Response Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- Word
List GooglePrivacy Dlp V2Word List Response List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Response Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List Response List of words or phrases to search for.
- cloud
Storage GooglePath Privacy Dlp V2Cloud Storage Path Response Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List GooglePrivacy Dlp V2Word List Response List of words or phrases to search for.
- cloud_
storage_ Googlepath Privacy Dlp V2Cloud Storage Path Response Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word_
list GooglePrivacy Dlp V2Word List Response List of words or phrases to search for.
- cloud
Storage Property MapPath Newline-delimited file of words in Cloud Storage. Only a single file is accepted.
- word
List Property Map List of words or phrases to search for.
GooglePrivacyDlpV2EntityId
- Field
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Composite key indicating which field contains the entity identifier.
- Field
Google
Privacy Dlp V2Field Id Composite key indicating which field contains the entity identifier.
- field
Google
Privacy Dlp V2Field Id Composite key indicating which field contains the entity identifier.
- field
Google
Privacy Dlp V2Field Id Composite key indicating which field contains the entity identifier.
- field
Google
Privacy Dlp V2Field Id Composite key indicating which field contains the entity identifier.
- field Property Map
Composite key indicating which field contains the entity identifier.
GooglePrivacyDlpV2EntityIdResponse
- Field
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response Composite key indicating which field contains the entity identifier.
- Field
Google
Privacy Dlp V2Field Id Response Composite key indicating which field contains the entity identifier.
- field
Google
Privacy Dlp V2Field Id Response Composite key indicating which field contains the entity identifier.
- field
Google
Privacy Dlp V2Field Id Response Composite key indicating which field contains the entity identifier.
- field
Google
Privacy Dlp V2Field Id Response Composite key indicating which field contains the entity identifier.
- field Property Map
Composite key indicating which field contains the entity identifier.
GooglePrivacyDlpV2ErrorResponse
- Details
Pulumi.
Google Native. DLP. V2. Inputs. Google Rpc Status Response Detailed error codes and messages.
- Timestamps List<string>
The times the error occurred.
- Details
Google
Rpc Status Response Detailed error codes and messages.
- Timestamps []string
The times the error occurred.
- details
Google
Rpc Status Response Detailed error codes and messages.
- timestamps List<String>
The times the error occurred.
- details
Google
Rpc Status Response Detailed error codes and messages.
- timestamps string[]
The times the error occurred.
- details
Google
Rpc Status Response Detailed error codes and messages.
- timestamps Sequence[str]
The times the error occurred.
- details Property Map
Detailed error codes and messages.
- timestamps List<String>
The times the error occurred.
GooglePrivacyDlpV2ExcludeByHotword
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- Hotword
Regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- Proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword_
regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex Property Map Regular expression pattern defining what qualifies as a hotword.
- proximity Property Map
Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
GooglePrivacyDlpV2ExcludeByHotwordResponse
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- Hotword
Regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- Proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword_
regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
- hotword
Regex Property Map Regular expression pattern defining what qualifies as a hotword.
- proximity Property Map
Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.
GooglePrivacyDlpV2ExcludeInfoTypes
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type> InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- Info
Types []GooglePrivacy Dlp V2Info Type InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<GooglePrivacy Dlp V2Info Type> InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types GooglePrivacy Dlp V2Info Type[] InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type] InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<Property Map> InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
GooglePrivacyDlpV2ExcludeInfoTypesResponse
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response> InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- Info
Types []GooglePrivacy Dlp V2Info Type Response InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<GooglePrivacy Dlp V2Info Type Response> InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types GooglePrivacy Dlp V2Info Type Response[] InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type Response] InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
- info
Types List<Property Map> InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for
InspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.
GooglePrivacyDlpV2ExclusionRule
- Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary Dictionary which defines the rule.
- Exclude
By Pulumi.Hotword Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude By Hotword Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude Info Types Set of infoTypes for which findings would affect this rule.
- Matching
Type Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Exclusion Rule Matching Type How the rule is applied, see MatchingType documentation for details.
- Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Regular expression which defines the rule.
- Dictionary
Google
Privacy Dlp V2Dictionary Dictionary which defines the rule.
- Exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Set of infoTypes for which findings would affect this rule.
- Matching
Type GooglePrivacy Dlp V2Exclusion Rule Matching Type How the rule is applied, see MatchingType documentation for details.
- Regex
Google
Privacy Dlp V2Regex Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Set of infoTypes for which findings would affect this rule.
- matching
Type GooglePrivacy Dlp V2Exclusion Rule Matching Type How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Set of infoTypes for which findings would affect this rule.
- matching
Type GooglePrivacy Dlp V2Exclusion Rule Matching Type How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Dictionary which defines the rule.
- exclude_
by_ Googlehotword Privacy Dlp V2Exclude By Hotword Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude_
info_ Googletypes Privacy Dlp V2Exclude Info Types Set of infoTypes for which findings would affect this rule.
- matching_
type GooglePrivacy Dlp V2Exclusion Rule Matching Type How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Regular expression which defines the rule.
- dictionary Property Map
Dictionary which defines the rule.
- exclude
By Property MapHotword Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info Property MapTypes Set of infoTypes for which findings would affect this rule.
- matching
Type "MATCHING_TYPE_UNSPECIFIED" | "MATCHING_TYPE_FULL_MATCH" | "MATCHING_TYPE_PARTIAL_MATCH" | "MATCHING_TYPE_INVERSE_MATCH" How the rule is applied, see MatchingType documentation for details.
- regex Property Map
Regular expression which defines the rule.
GooglePrivacyDlpV2ExclusionRuleMatchingType
- Matching
Type Unspecified - MATCHING_TYPE_UNSPECIFIED
Invalid.
- Matching
Type Full Match - MATCHING_TYPE_FULL_MATCH
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Matching
Type Partial Match - MATCHING_TYPE_PARTIAL_MATCH
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Matching
Type Inverse Match - MATCHING_TYPE_INVERSE_MATCH
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Unspecified - MATCHING_TYPE_UNSPECIFIED
Invalid.
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Full Match - MATCHING_TYPE_FULL_MATCH
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Partial Match - MATCHING_TYPE_PARTIAL_MATCH
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Google
Privacy Dlp V2Exclusion Rule Matching Type Matching Type Inverse Match - MATCHING_TYPE_INVERSE_MATCH
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- Matching
Type Unspecified - MATCHING_TYPE_UNSPECIFIED
Invalid.
- Matching
Type Full Match - MATCHING_TYPE_FULL_MATCH
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Matching
Type Partial Match - MATCHING_TYPE_PARTIAL_MATCH
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Matching
Type Inverse Match - MATCHING_TYPE_INVERSE_MATCH
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- Matching
Type Unspecified - MATCHING_TYPE_UNSPECIFIED
Invalid.
- Matching
Type Full Match - MATCHING_TYPE_FULL_MATCH
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- Matching
Type Partial Match - MATCHING_TYPE_PARTIAL_MATCH
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- Matching
Type Inverse Match - MATCHING_TYPE_INVERSE_MATCH
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- MATCHING_TYPE_UNSPECIFIED
- MATCHING_TYPE_UNSPECIFIED
Invalid.
- MATCHING_TYPE_FULL_MATCH
- MATCHING_TYPE_FULL_MATCH
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- MATCHING_TYPE_PARTIAL_MATCH
- MATCHING_TYPE_PARTIAL_MATCH
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- MATCHING_TYPE_INVERSE_MATCH
- MATCHING_TYPE_INVERSE_MATCH
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
- "MATCHING_TYPE_UNSPECIFIED"
- MATCHING_TYPE_UNSPECIFIED
Invalid.
- "MATCHING_TYPE_FULL_MATCH"
- MATCHING_TYPE_FULL_MATCH
Full match. - Dictionary: join of Dictionary results matched complete finding quote - Regex: all regex matches fill a finding quote start to end - Exclude info type: completely inside affecting info types findings
- "MATCHING_TYPE_PARTIAL_MATCH"
- MATCHING_TYPE_PARTIAL_MATCH
Partial match. - Dictionary: at least one of the tokens in the finding matches - Regex: substring of the finding matches - Exclude info type: intersects with affecting info types findings
- "MATCHING_TYPE_INVERSE_MATCH"
- MATCHING_TYPE_INVERSE_MATCH
Inverse match. - Dictionary: no tokens in the finding match the dictionary - Regex: finding doesn't match the regex - Exclude info type: no intersection with affecting info types findings
GooglePrivacyDlpV2ExclusionRuleResponse
- Dictionary
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Dictionary Response Dictionary which defines the rule.
- Exclude
By Pulumi.Hotword Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude By Hotword Response Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Exclude Info Types Response Set of infoTypes for which findings would affect this rule.
- Matching
Type string How the rule is applied, see MatchingType documentation for details.
- Regex
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response Regular expression which defines the rule.
- Dictionary
Google
Privacy Dlp V2Dictionary Response Dictionary which defines the rule.
- Exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Response Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- Exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Response Set of infoTypes for which findings would affect this rule.
- Matching
Type string How the rule is applied, see MatchingType documentation for details.
- Regex
Google
Privacy Dlp V2Regex Response Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Response Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Response Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Response Set of infoTypes for which findings would affect this rule.
- matching
Type String How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Response Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Response Dictionary which defines the rule.
- exclude
By GoogleHotword Privacy Dlp V2Exclude By Hotword Response Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info GoogleTypes Privacy Dlp V2Exclude Info Types Response Set of infoTypes for which findings would affect this rule.
- matching
Type string How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Response Regular expression which defines the rule.
- dictionary
Google
Privacy Dlp V2Dictionary Response Dictionary which defines the rule.
- exclude_
by_ Googlehotword Privacy Dlp V2Exclude By Hotword Response Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude_
info_ Googletypes Privacy Dlp V2Exclude Info Types Response Set of infoTypes for which findings would affect this rule.
- matching_
type str How the rule is applied, see MatchingType documentation for details.
- regex
Google
Privacy Dlp V2Regex Response Regular expression which defines the rule.
- dictionary Property Map
Dictionary which defines the rule.
- exclude
By Property MapHotword Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
- exclude
Info Property MapTypes Set of infoTypes for which findings would affect this rule.
- matching
Type String How the rule is applied, see MatchingType documentation for details.
- regex Property Map
Regular expression which defines the rule.
GooglePrivacyDlpV2ExpressionsResponse
- Conditions
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Conditions Response Conditions to apply to the expression.
- Logical
Operator string The operator to apply to the result of conditions. Default and currently only supported value is
AND
.
- Conditions
Google
Privacy Dlp V2Conditions Response Conditions to apply to the expression.
- Logical
Operator string The operator to apply to the result of conditions. Default and currently only supported value is
AND
.
- conditions
Google
Privacy Dlp V2Conditions Response Conditions to apply to the expression.
- logical
Operator String The operator to apply to the result of conditions. Default and currently only supported value is
AND
.
- conditions
Google
Privacy Dlp V2Conditions Response Conditions to apply to the expression.
- logical
Operator string The operator to apply to the result of conditions. Default and currently only supported value is
AND
.
- conditions
Google
Privacy Dlp V2Conditions Response Conditions to apply to the expression.
- logical_
operator str The operator to apply to the result of conditions. Default and currently only supported value is
AND
.
- conditions Property Map
Conditions to apply to the expression.
- logical
Operator String The operator to apply to the result of conditions. Default and currently only supported value is
AND
.
GooglePrivacyDlpV2FieldId
- Name string
Name describing the field.
- Name string
Name describing the field.
- name String
Name describing the field.
- name string
Name describing the field.
- name str
Name describing the field.
- name String
Name describing the field.
GooglePrivacyDlpV2FieldIdResponse
- Name string
Name describing the field.
- Name string
Name describing the field.
- name String
Name describing the field.
- name string
Name describing the field.
- name str
Name describing the field.
- name String
Name describing the field.
GooglePrivacyDlpV2FieldTransformationResponse
- Condition
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Record Condition Response Only apply the transformation if the condition evaluates to true for the given
RecordCondition
. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.- Fields
List<Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Field Id Response> Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".
- Info
Type Pulumi.Transformations Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Transformations Response Treat the contents of the field as free text, and selectively transform content that matches an
InfoType
.- Primitive
Transformation Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Primitive Transformation Response Apply the transformation to the entire field.
- Condition
Google
Privacy Dlp V2Record Condition Response Only apply the transformation if the condition evaluates to true for the given
RecordCondition
. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.- Fields
[]Google
Privacy Dlp V2Field Id Response Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".
- Info
Type GoogleTransformations Privacy Dlp V2Info Type Transformations Response Treat the contents of the field as free text, and selectively transform content that matches an
InfoType
.- Primitive
Transformation GooglePrivacy Dlp V2Primitive Transformation Response Apply the transformation to the entire field.
- condition
Google
Privacy Dlp V2Record Condition Response Only apply the transformation if the condition evaluates to true for the given
RecordCondition
. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.- fields
List<Google
Privacy Dlp V2Field Id Response> Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".
- info
Type GoogleTransformations Privacy Dlp V2Info Type Transformations Response Treat the contents of the field as free text, and selectively transform content that matches an
InfoType
.- primitive
Transformation GooglePrivacy Dlp V2Primitive Transformation Response Apply the transformation to the entire field.
- condition
Google
Privacy Dlp V2Record Condition Response Only apply the transformation if the condition evaluates to true for the given
RecordCondition
. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.- fields
Google
Privacy Dlp V2Field Id Response[] Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".
- info
Type GoogleTransformations Privacy Dlp V2Info Type Transformations Response Treat the contents of the field as free text, and selectively transform content that matches an
InfoType
.- primitive
Transformation GooglePrivacy Dlp V2Primitive Transformation Response Apply the transformation to the entire field.
- condition
Google
Privacy Dlp V2Record Condition Response Only apply the transformation if the condition evaluates to true for the given
RecordCondition
. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.- fields
Sequence[Google
Privacy Dlp V2Field Id Response] Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".
- info_
type_ Googletransformations Privacy Dlp V2Info Type Transformations Response Treat the contents of the field as free text, and selectively transform content that matches an
InfoType
.- primitive_
transformation GooglePrivacy Dlp V2Primitive Transformation Response Apply the transformation to the entire field.
- condition Property Map
Only apply the transformation if the condition evaluates to true for the given
RecordCondition
. The conditions are allowed to reference fields that are not used in the actual transformation. Example Use Cases: - Apply a different bucket transformation to an age column if the zip code column for the same record is within a specific range. - Redact a field if the date of birth field is greater than 85.- fields List<Property Map>
Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of "contact.nums[0].type", use "contact.nums.type".
- info
Type Property MapTransformations Treat the contents of the field as free text, and selectively transform content that matches an
InfoType
.- primitive
Transformation Property Map Apply the transformation to the entire field.
GooglePrivacyDlpV2FileSet
- Regex
File Pulumi.Set Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Regex File Set The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- Url string
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- Regex
File GoogleSet Privacy Dlp V2Cloud Storage Regex File Set The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- Url string
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex
File GoogleSet Privacy Dlp V2Cloud Storage Regex File Set The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url String
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex
File GoogleSet Privacy Dlp V2Cloud Storage Regex File Set The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url string
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex_
file_ Googleset Privacy Dlp V2Cloud Storage Regex File Set The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url str
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex
File Property MapSet The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url String
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
GooglePrivacyDlpV2FileSetResponse
- Regex
File Pulumi.Set Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Cloud Storage Regex File Set Response The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- Url string
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- Regex
File GoogleSet Privacy Dlp V2Cloud Storage Regex File Set Response The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- Url string
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex
File GoogleSet Privacy Dlp V2Cloud Storage Regex File Set Response The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url String
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex
File GoogleSet Privacy Dlp V2Cloud Storage Regex File Set Response The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url string
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex_
file_ Googleset Privacy Dlp V2Cloud Storage Regex File Set Response The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url str
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
- regex
File Property MapSet The regex-filtered set of files to scan. Exactly one of
url
orregex_file_set
must be set.- url String
The Cloud Storage url of the file(s) to scan, in the format
gs:///
. Trailing wildcard in the path is allowed. If the url ends in a trailing slash, the bucket or directory represented by the url will be scanned non-recursively (content in sub-directories will not be scanned). This means thatgs://mybucket/
is equivalent togs://mybucket/*
, andgs://mybucket/directory/
is equivalent togs://mybucket/directory/*
. Exactly one ofurl
orregex_file_set
must be set.
GooglePrivacyDlpV2FindingLimits
- Max
Findings List<Pulumi.Per Info Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Limit> Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- Max
Findings []GooglePer Info Type Privacy Dlp V2Info Type Limit Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<GooglePer Info Type Privacy Dlp V2Info Type Limit> Configuration of findings limit given for specified infoTypes.
- max
Findings IntegerPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings IntegerPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings GooglePer Info Type Privacy Dlp V2Info Type Limit[] Configuration of findings limit given for specified infoTypes.
- max
Findings numberPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings numberPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max_
findings_ Sequence[Googleper_ info_ type Privacy Dlp V2Info Type Limit] Configuration of findings limit given for specified infoTypes.
- max_
findings_ intper_ item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max_
findings_ intper_ request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<Property Map>Per Info Type Configuration of findings limit given for specified infoTypes.
- max
Findings NumberPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings NumberPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
GooglePrivacyDlpV2FindingLimitsResponse
- Max
Findings List<Pulumi.Per Info Type Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Limit Response> Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- Max
Findings []GooglePer Info Type Privacy Dlp V2Info Type Limit Response Configuration of findings limit given for specified infoTypes.
- Max
Findings intPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- Max
Findings intPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<GooglePer Info Type Privacy Dlp V2Info Type Limit Response> Configuration of findings limit given for specified infoTypes.
- max
Findings IntegerPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings IntegerPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings GooglePer Info Type Privacy Dlp V2Info Type Limit Response[] Configuration of findings limit given for specified infoTypes.
- max
Findings numberPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings numberPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max_
findings_ Sequence[Googleper_ info_ type Privacy Dlp V2Info Type Limit Response] Configuration of findings limit given for specified infoTypes.
- max_
findings_ intper_ item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max_
findings_ intper_ request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
- max
Findings List<Property Map>Per Info Type Configuration of findings limit given for specified infoTypes.
- max
Findings NumberPer Item Max number of findings that are returned for each item scanned. When set within an InspectContentRequest, this field is ignored. This value isn't a hard limit. If the number of findings for an item reaches this limit, the inspection of that item ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns for the item can be multiple times higher than this value.
- max
Findings NumberPer Request Max number of findings that are returned per request or job. If you set this field in an InspectContentRequest, the resulting maximum value is the value that you set or 3,000, whichever is lower. This value isn't a hard limit. If an inspection reaches this limit, the inspection ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than this value.
GooglePrivacyDlpV2FixedSizeBucketingConfigResponse
- Bucket
Size double Size of each bucket (except for minimum and maximum buckets). So if
lower_bound
= 10,upper_bound
= 89, andbucket_size
= 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.- Lower
Bound Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Response Lower bound value of buckets. All values less than
lower_bound
are grouped together into a single bucket; for example iflower_bound
= 10, then all values less than 10 are replaced with the value "-10".- Upper
Bound Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Value Response Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if
upper_bound
= 89, then all values greater than 89 are replaced with the value "89+".
- Bucket
Size float64 Size of each bucket (except for minimum and maximum buckets). So if
lower_bound
= 10,upper_bound
= 89, andbucket_size
= 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.- Lower
Bound GooglePrivacy Dlp V2Value Response Lower bound value of buckets. All values less than
lower_bound
are grouped together into a single bucket; for example iflower_bound
= 10, then all values less than 10 are replaced with the value "-10".- Upper
Bound GooglePrivacy Dlp V2Value Response Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if
upper_bound
= 89, then all values greater than 89 are replaced with the value "89+".
- bucket
Size Double Size of each bucket (except for minimum and maximum buckets). So if
lower_bound
= 10,upper_bound
= 89, andbucket_size
= 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.- lower
Bound GooglePrivacy Dlp V2Value Response Lower bound value of buckets. All values less than
lower_bound
are grouped together into a single bucket; for example iflower_bound
= 10, then all values less than 10 are replaced with the value "-10".- upper
Bound GooglePrivacy Dlp V2Value Response Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if
upper_bound
= 89, then all values greater than 89 are replaced with the value "89+".
- bucket
Size number Size of each bucket (except for minimum and maximum buckets). So if
lower_bound
= 10,upper_bound
= 89, andbucket_size
= 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.- lower
Bound GooglePrivacy Dlp V2Value Response Lower bound value of buckets. All values less than
lower_bound
are grouped together into a single bucket; for example iflower_bound
= 10, then all values less than 10 are replaced with the value "-10".- upper
Bound GooglePrivacy Dlp V2Value Response Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if
upper_bound
= 89, then all values greater than 89 are replaced with the value "89+".
- bucket_
size float Size of each bucket (except for minimum and maximum buckets). So if
lower_bound
= 10,upper_bound
= 89, andbucket_size
= 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.- lower_
bound GooglePrivacy Dlp V2Value Response Lower bound value of buckets. All values less than
lower_bound
are grouped together into a single bucket; for example iflower_bound
= 10, then all values less than 10 are replaced with the value "-10".- upper_
bound GooglePrivacy Dlp V2Value Response Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if
upper_bound
= 89, then all values greater than 89 are replaced with the value "89+".
- bucket
Size Number Size of each bucket (except for minimum and maximum buckets). So if
lower_bound
= 10,upper_bound
= 89, andbucket_size
= 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.- lower
Bound Property Map Lower bound value of buckets. All values less than
lower_bound
are grouped together into a single bucket; for example iflower_bound
= 10, then all values less than 10 are replaced with the value "-10".- upper
Bound Property Map Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if
upper_bound
= 89, then all values greater than 89 are replaced with the value "89+".
GooglePrivacyDlpV2HotwordRule
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Likelihood Adjustment Likelihood adjustment to apply to all matching findings.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- Hotword
Regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Likelihood adjustment to apply to all matching findings.
- Proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword_
regex GooglePrivacy Dlp V2Regex Regular expression pattern defining what qualifies as a hotword.
- likelihood_
adjustment GooglePrivacy Dlp V2Likelihood Adjustment Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex Property Map Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment Property Map Likelihood adjustment to apply to all matching findings.
- proximity Property Map
Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
GooglePrivacyDlpV2HotwordRuleResponse
- Hotword
Regex Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Likelihood Adjustment Response Likelihood adjustment to apply to all matching findings.
- Proximity
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- Hotword
Regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- Likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response Likelihood adjustment to apply to all matching findings.
- Proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword_
regex GooglePrivacy Dlp V2Regex Response Regular expression pattern defining what qualifies as a hotword.
- likelihood_
adjustment GooglePrivacy Dlp V2Likelihood Adjustment Response Likelihood adjustment to apply to all matching findings.
- proximity
Google
Privacy Dlp V2Proximity Response Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
- hotword
Regex Property Map Regular expression pattern defining what qualifies as a hotword.
- likelihood
Adjustment Property Map Likelihood adjustment to apply to all matching findings.
- proximity Property Map
Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/dlp/docs/creating-custom-infotypes-likelihood#match-column-values).
GooglePrivacyDlpV2HybridInspectStatisticsResponse
- Aborted
Count string The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
- Pending
Count string The number of hybrid requests currently being processed. Only populated when called via method
getDlpJob
. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.- Processed
Count string The number of hybrid inspection requests processed within this job.
- Aborted
Count string The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
- Pending
Count string The number of hybrid requests currently being processed. Only populated when called via method
getDlpJob
. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.- Processed
Count string The number of hybrid inspection requests processed within this job.
- aborted
Count String The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
- pending
Count String The number of hybrid requests currently being processed. Only populated when called via method
getDlpJob
. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.- processed
Count String The number of hybrid inspection requests processed within this job.
- aborted
Count string The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
- pending
Count string The number of hybrid requests currently being processed. Only populated when called via method
getDlpJob
. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.- processed
Count string The number of hybrid inspection requests processed within this job.
- aborted_
count str The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
- pending_
count str The number of hybrid requests currently being processed. Only populated when called via method
getDlpJob
. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.- processed_
count str The number of hybrid inspection requests processed within this job.
- aborted
Count String The number of hybrid inspection requests aborted because the job ran out of quota or was ended before they could be processed.
- pending
Count String The number of hybrid requests currently being processed. Only populated when called via method
getDlpJob
. A burst of traffic may cause hybrid inspect requests to be enqueued. Processing will take place as quickly as possible, but resource limitations may impact how long a request is enqueued for.- processed
Count String The number of hybrid inspection requests processed within this job.
GooglePrivacyDlpV2HybridOptions
- Description string
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- Labels Dictionary<string, string>
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- Required
Finding List<string>Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- Table
Options Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Table Options If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- Description string
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- Labels map[string]string
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- Required
Finding []stringLabel Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- Table
Options GooglePrivacy Dlp V2Table Options If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description String
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels Map<String,String>
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required
Finding List<String>Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table
Options GooglePrivacy Dlp V2Table Options If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description string
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels {[key: string]: string}
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required
Finding string[]Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table
Options GooglePrivacy Dlp V2Table Options If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description str
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels Mapping[str, str]
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required_
finding_ Sequence[str]label_ keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table_
options GooglePrivacy Dlp V2Table Options If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description String
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels Map<String>
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required
Finding List<String>Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table
Options Property Map If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
GooglePrivacyDlpV2HybridOptionsResponse
- Description string
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- Labels Dictionary<string, string>
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- Required
Finding List<string>Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- Table
Options Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Table Options Response If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- Description string
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- Labels map[string]string
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- Required
Finding []stringLabel Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- Table
Options GooglePrivacy Dlp V2Table Options Response If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description String
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels Map<String,String>
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required
Finding List<String>Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table
Options GooglePrivacy Dlp V2Table Options Response If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description string
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels {[key: string]: string}
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required
Finding string[]Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table
Options GooglePrivacy Dlp V2Table Options Response If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description str
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels Mapping[str, str]
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required_
finding_ Sequence[str]label_ keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table_
options GooglePrivacy Dlp V2Table Options Response If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
- description String
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
- labels Map<String>
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. Label values must be between 0 and 63 characters long and must conform to the regular expression([a-z]([-a-z0-9]*[a-z0-9])?)?
. No more than 10 labels can be associated with a given finding. Examples: *"environment" : "production"
*"pipeline" : "etl"
- required
Finding List<String>Label Keys These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
. No more than 10 keys can be required.- table
Options Property Map If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
GooglePrivacyDlpV2ImageTransformationResponse
- All
Info Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2All Info Types Response Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
- All
Text Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2All Text Response Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
- Redaction
Color Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Color Response The color to use when redacting content from an image. If not specified, the default is black.
- Selected
Info Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Selected Info Types Response Apply transformation to the selected info_types.
- All
Info GoogleTypes Privacy Dlp V2All Info Types Response Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
- All
Text GooglePrivacy Dlp V2All Text Response Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
- Redaction
Color GooglePrivacy Dlp V2Color Response The color to use when redacting content from an image. If not specified, the default is black.
- Selected
Info GoogleTypes Privacy Dlp V2Selected Info Types Response Apply transformation to the selected info_types.
- all
Info GoogleTypes Privacy Dlp V2All Info Types Response Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
- all
Text GooglePrivacy Dlp V2All Text Response Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
- redaction
Color GooglePrivacy Dlp V2Color Response The color to use when redacting content from an image. If not specified, the default is black.
- selected
Info GoogleTypes Privacy Dlp V2Selected Info Types Response Apply transformation to the selected info_types.
- all
Info GoogleTypes Privacy Dlp V2All Info Types Response Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
- all
Text GooglePrivacy Dlp V2All Text Response Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
- redaction
Color GooglePrivacy Dlp V2Color Response The color to use when redacting content from an image. If not specified, the default is black.
- selected
Info GoogleTypes Privacy Dlp V2Selected Info Types Response Apply transformation to the selected info_types.
- all_
info_ Googletypes Privacy Dlp V2All Info Types Response Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
- all_
text GooglePrivacy Dlp V2All Text Response Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
- redaction_
color GooglePrivacy Dlp V2Color Response The color to use when redacting content from an image. If not specified, the default is black.
- selected_
info_ Googletypes Privacy Dlp V2Selected Info Types Response Apply transformation to the selected info_types.
- all
Info Property MapTypes Apply transformation to all findings not specified in other ImageTransformation's selected_info_types. Only one instance is allowed within the ImageTransformations message.
- all
Text Property Map Apply transformation to all text that doesn't match an infoType. Only one instance is allowed within the ImageTransformations message.
- redaction
Color Property Map The color to use when redacting content from an image. If not specified, the default is black.
- selected
Info Property MapTypes Apply transformation to the selected info_types.
GooglePrivacyDlpV2ImageTransformationsResponse
GooglePrivacyDlpV2InfoType
- Name string
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- Version string
Optional version name for this InfoType.
- Name string
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- Version string
Optional version name for this InfoType.
- name String
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version String
Optional version name for this InfoType.
- name string
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version string
Optional version name for this InfoType.
- name str
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version str
Optional version name for this InfoType.
- name String
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version String
Optional version name for this InfoType.
GooglePrivacyDlpV2InfoTypeLimit
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int Max findings limit for the given infoType.
- Info
Type GooglePrivacy Dlp V2Info Type Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Integer Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings number Max findings limit for the given infoType.
- info_
type GooglePrivacy Dlp V2Info Type Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max_
findings int Max findings limit for the given infoType.
- info
Type Property Map Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Number Max findings limit for the given infoType.
GooglePrivacyDlpV2InfoTypeLimitResponse
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int Max findings limit for the given infoType.
- Info
Type GooglePrivacy Dlp V2Info Type Response Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- Max
Findings int Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type Response Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Integer Max findings limit for the given infoType.
- info
Type GooglePrivacy Dlp V2Info Type Response Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings number Max findings limit for the given infoType.
- info_
type GooglePrivacy Dlp V2Info Type Response Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max_
findings int Max findings limit for the given infoType.
- info
Type Property Map Type of information the findings limit applies to. Only one limit per info_type should be provided. If InfoTypeLimit does not have an info_type, the DLP API applies the limit against all info_types that are found but not specified in another InfoTypeLimit.
- max
Findings Number Max findings limit for the given infoType.
GooglePrivacyDlpV2InfoTypeResponse
- Name string
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- Version string
Optional version name for this InfoType.
- Name string
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- Version string
Optional version name for this InfoType.
- name String
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version String
Optional version name for this InfoType.
- name string
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version string
Optional version name for this InfoType.
- name str
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version str
Optional version name for this InfoType.
- name String
Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/dlp/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern
[A-Za-z0-9$_-]{1,64}
.- version String
Optional version name for this InfoType.
GooglePrivacyDlpV2InfoTypeStatsResponse
- Count string
Number of findings for this infoType.
- Info
Type Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response The type of finding this stat is for.
- Count string
Number of findings for this infoType.
- Info
Type GooglePrivacy Dlp V2Info Type Response The type of finding this stat is for.
- count String
Number of findings for this infoType.
- info
Type GooglePrivacy Dlp V2Info Type Response The type of finding this stat is for.
- count string
Number of findings for this infoType.
- info
Type GooglePrivacy Dlp V2Info Type Response The type of finding this stat is for.
- count str
Number of findings for this infoType.
- info_
type GooglePrivacy Dlp V2Info Type Response The type of finding this stat is for.
- count String
Number of findings for this infoType.
- info
Type Property Map The type of finding this stat is for.
GooglePrivacyDlpV2InfoTypeTransformationResponse
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Response> InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in
InspectConfig
.- Primitive
Transformation Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Primitive Transformation Response Primitive transformation to apply to the infoType.
- Info
Types []GooglePrivacy Dlp V2Info Type Response InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in
InspectConfig
.- Primitive
Transformation GooglePrivacy Dlp V2Primitive Transformation Response Primitive transformation to apply to the infoType.
- info
Types List<GooglePrivacy Dlp V2Info Type Response> InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in
InspectConfig
.- primitive
Transformation GooglePrivacy Dlp V2Primitive Transformation Response Primitive transformation to apply to the infoType.
- info
Types GooglePrivacy Dlp V2Info Type Response[] InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in
InspectConfig
.- primitive
Transformation GooglePrivacy Dlp V2Primitive Transformation Response Primitive transformation to apply to the infoType.
- info_
types Sequence[GooglePrivacy Dlp V2Info Type Response] InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in
InspectConfig
.- primitive_
transformation GooglePrivacy Dlp V2Primitive Transformation Response Primitive transformation to apply to the infoType.
- info
Types List<Property Map> InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in
InspectConfig
.- primitive
Transformation Property Map Primitive transformation to apply to the infoType.
GooglePrivacyDlpV2InfoTypeTransformationsResponse
- Transformations
List<Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type Transformation Response> Transformation for each infoType. Cannot specify more than one for a given infoType.
- Transformations
[]Google
Privacy Dlp V2Info Type Transformation Response Transformation for each infoType. Cannot specify more than one for a given infoType.
- transformations
List<Google
Privacy Dlp V2Info Type Transformation Response> Transformation for each infoType. Cannot specify more than one for a given infoType.
- transformations
Google
Privacy Dlp V2Info Type Transformation Response[] Transformation for each infoType. Cannot specify more than one for a given infoType.
- transformations
Sequence[Google
Privacy Dlp V2Info Type Transformation Response] Transformation for each infoType. Cannot specify more than one for a given infoType.
- transformations List<Property Map>
Transformation for each infoType. Cannot specify more than one for a given infoType.
GooglePrivacyDlpV2InspectConfig
- Content
Options List<Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Inspect Config Content Options Item> Deprecated and unused.
Deprecated and unused.
- Custom
Info List<Pulumi.Types Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Custom Info Type> CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- Exclude
Info boolTypes When true, excludes type information of the findings. This is not used for data profiling.
- Include
Quote bool When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- Info
Types List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Info Type> Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- Limits
Pulumi.
Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Finding Limits Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- Min
Likelihood Pulumi.Google Native. DLP. V2. Google Privacy Dlp V2Inspect Config Min Likelihood Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.
- Rule
Set List<Pulumi.Google Native. DLP. V2. Inputs. Google Privacy Dlp V2Inspection Rule Set> Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.
- Content
Options []GooglePrivacy Dlp V2Inspect Config Content Options Item Deprecated and unused.
Deprecated and unused.
- Custom
Info []GoogleTypes Privacy Dlp V2Custom Info Type CustomInfoTypes provided by the user. See https://cloud.google.com/dlp/docs/creating-custom-infotypes to learn more.
- Exclude
Info boolTypes When true, excludes type information of the findings. This is not used for data profiling.
- Include
Quote bool When true, a contextual quote from the data that triggered a finding is included in the response; see Finding.quote. This is not used for data profiling.
- Info
Types []GooglePrivacy Dlp V2Info Type Restricts what info_types to look for. The values must correspond to InfoType values returned by ListInfoTypes or listed at https://cloud.google.com/dlp/docs/infotypes-reference. When no InfoTypes or CustomInfoTypes are specified in a request, the system may automatically choose what detectors to run. By default this may be all types, but may change over time as detectors are updated. If you need precise control and predictability as to what detectors are run you should specify specific InfoTypes listed in the reference, otherwise a default list will be used, which may change over time.
- Limits
Google
Privacy Dlp V2Finding Limits Configuration to control the number of findings returned. This is not used for data profiling. When redacting sensitive data from images, finding limits don't apply. They can cause unexpected or inconsistent results, where only some data is redacted. Don't include finding limits in RedactImage requests. Otherwise, Cloud DLP returns an error. When set within an InspectJobConfig, the specified maximum values aren't hard limits. If an inspection job reaches these limits, the job ends gradually, not abruptly. Therefore, the actual number of findings that Cloud DLP returns can be multiple times higher than these maximum values.
- Min
Likelihood GooglePrivacy Dlp V2Inspect Config Min Likelihood Only returns findings equal or above this threshold. The default is POSSIBLE. See https://cloud.google.com/dlp/docs/likelihood to learn more.
- Rule
Set []GooglePrivacy Dlp V2Inspection Rule Set Set of rules to apply to the findings for this InspectConfig. Exclusion rules, contained in the set are executed in the end, other rules are executed in the order they are specified for each info type.