title | platform |
---|---|
About the google_dlp_dts resource |
gcp |
A google_dlp_dts
is used to test a Google DT resource
describe google_dlp_dt(parent: "projects/#{'chef-gcp-inspec'}/locations/#{''}", name: '') do
it { should exist }
its('display_name') { should cmp '' }
end
describe google_dlp_dt(parent: "projects/#{'chef-gcp-inspec'}/locations/#{''}", name: 'nonexistent') do
it { should_not exist }
end
Properties that can be accessed from the google_dlp_dts
resource:
See google_dlp_dt.md for more detailed information
names
: an array ofgoogle_dlp_dt
namedescriptions
: an array ofgoogle_dlp_dt
descriptiondisplay_names
: an array ofgoogle_dlp_dt
display_nameconfigs
: an array ofgoogle_dlp_dt
configparents
: an array ofgoogle_dlp_dt
parent
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.