google_dlp_stored_info_types resource
Use the google_dlp_stored_info_types InSpec audit resource to to test a Google Cloud StoredInfoType resource.
Examples
describe google_dlp_stored_info_types(parent: "projects/#{'chef-gcp-inspec'}/locations/#{'us-east-2'}") do
it { should exist }
its('names') { should include 'i-inspec-gcp-dlp' }
end
Properties
Properties that can be accessed from the google_dlp_stored_info_types resource:
See google_dlp_stored_info_type for more detailed information.
names: an array ofgoogle_dlp_stored_info_typenamedescriptions: an array ofgoogle_dlp_stored_info_typedescriptiondisplay_names: an array ofgoogle_dlp_stored_info_typedisplay_nameregexes: an array ofgoogle_dlp_stored_info_typeregexdictionaries: an array ofgoogle_dlp_stored_info_typedictionarylarge_custom_dictionaries: an array ofgoogle_dlp_stored_info_typelarge_custom_dictionaryparents: an array ofgoogle_dlp_stored_info_typeparent
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where as a block or a method.