inspectTemplate property
DLP inspect template name.
Use this template to define inspect base settings. The DLP Inspect Templates Reader
role is needed on the Dialogflow service identity
service account (has the form
service-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.com
) for
your agent's project. If empty, we use the default DLP inspect config. The
template name will have one of the following formats:
projects//locations//inspectTemplates/
OR
organizations//locations//inspectTemplates/
Note: inspect_template
must be located in the same region as the SecuritySettings
.
Implementation
core.String? inspectTemplate;