Skip to content

Commit

Permalink
Updated identifyingFields description.
Browse files Browse the repository at this point in the history
  • Loading branch information
i-laird committed Jan 10, 2023
1 parent 1274ce3 commit b64610c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmv1/products/dlp/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ objects:
- !ruby/object:Api::Type::Array
name: 'identifyingFields'
description: |
Specifies the BigQuery fields that will be returned with findings (each field is expected to be comma separated).
Specifies the BigQuery fields that will be returned with findings.
If not specified, no identifying fields will be returned for findings.
item_type: !ruby/object:Api::Type::NestedObject
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "google_data_loss_prevention_job_trigger" "<%= ctx[:primary_resource_id
rows_limit = 1000
sample_method = "RANDOM_START"
identifying_fields {
name = "hello"
name = "field"
}
}
}
Expand Down

0 comments on commit b64610c

Please sign in to comment.