title | platform |
---|---|
About the google_dlp_job_triggers resource |
gcp |
A google_dlp_job_triggers
is used to test a Google JobTrigger resource
describe google_dlp_job_triggers(parent: "projects/#{'chef-gcp-inspec'}/locations/#{'us-east-2'}") do
it { should exist }
its('names') { should include 'name1' }
its('display_name') { should include 'dp' }
its('descriptions') { should include 'description' }
its('status') { should include 'HEALTHY' }
end
Properties that can be accessed from the google_dlp_job_triggers
resource:
See google_dlp_job_trigger.md for more detailed information
names
: an array ofgoogle_dlp_job_trigger
namedescriptions
: an array ofgoogle_dlp_job_trigger
descriptiondisplay_names
: an array ofgoogle_dlp_job_trigger
display_namelast_run_times
: an array ofgoogle_dlp_job_trigger
last_run_timestatuses
: an array ofgoogle_dlp_job_trigger
statustriggers
: an array ofgoogle_dlp_job_trigger
triggersinspect_jobs
: an array ofgoogle_dlp_job_trigger
inspect_jobparents
: an array ofgoogle_dlp_job_trigger
parent
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.