title | platform |
---|---|
About the google_dlp_inspect_templates resource |
gcp |
A google_dlp_inspect_templates
is used to test a Google InspectTemplate resource
describe google_dlp_inspect_templates(parent: "projects/#{'chef-gcp-inspec'}/locations/#{'us-east-2'}") do
it { should exist }
its('names') { should include 'i-inspec-gcp-dlp' }
its('types') { should include 'INSPECT_JOB' }
its('states') { should include 'ACTIVE' }
end
Properties that can be accessed from the google_dlp_inspect_templates
resource:
See google_dlp_inspect_template.md for more detailed information
names
: an array ofgoogle_dlp_inspect_template
namedescriptions
: an array ofgoogle_dlp_inspect_template
descriptiondisplay_names
: an array ofgoogle_dlp_inspect_template
display_nameinspect_configs
: an array ofgoogle_dlp_inspect_template
inspect_configparents
: an array ofgoogle_dlp_inspect_template
parent
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.