title | platform |
---|---|
About the google_dlp_jobs resource |
gcp |
A google_dlp_jobs
is used to test a Google Job resource
describe google_dlp_jobs(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_jobs
resource:
See google_dlp_job.md for more detailed information
names
: an array ofgoogle_dlp_job
nametypes
: an array ofgoogle_dlp_job
typestates
: an array ofgoogle_dlp_job
statecreate_times
: an array ofgoogle_dlp_job
create_timestart_times
: an array ofgoogle_dlp_job
start_timeend_times
: an array ofgoogle_dlp_job
end_timejob_trigger_names
: an array ofgoogle_dlp_job
job_trigger_nameerrors
: an array ofgoogle_dlp_job
errorsact_dets
: an array ofgoogle_dlp_job
act_detrisk_details
: an array ofgoogle_dlp_job
risk_detailsinspect_details
: an array ofgoogle_dlp_job
inspect_detailsparents
: an array ofgoogle_dlp_job
parent
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.