google_compute_region_security_policies resource
Use the google_compute_region_security_policies
InSpec audit resource to test the properties of a Google Cloud RegionSecurityPolicy resource.
Examples
describe google_compute_region_security_policies(project: 'chef-gcp-inspec', region: ' ') do
it { should exist }
end
Parameters
Parameters that can be accessed from the google_compute_region_security_policies
resource:
See google_compute_region_security_policy for more detailed information.
user_defined_fields
: an array ofgoogle_compute_region_security_policy
user_defined_fieldskinds
: an array ofgoogle_compute_region_security_policy
kindids
: an array ofgoogle_compute_region_security_policy
idcreation_timestamps
: an array ofgoogle_compute_region_security_policy
creation_timestampnames
: an array ofgoogle_compute_region_security_policy
namedescriptions
: an array ofgoogle_compute_region_security_policy
descriptionrules
: an array ofgoogle_compute_region_security_policy
rulescloud_armor_configs
: an array ofgoogle_compute_region_security_policy
cloud_armor_configadaptive_protection_configs
: an array ofgoogle_compute_region_security_policy
adaptive_protection_configddos_protection_configs
: an array ofgoogle_compute_region_security_policy
ddos_protection_configadvanced_options_configs
: an array ofgoogle_compute_region_security_policy
advanced_options_configrecaptcha_options_configs
: an array ofgoogle_compute_region_security_policy
recaptcha_options_configfingerprints
: an array ofgoogle_compute_region_security_policy
fingerprintself_links
: an array ofgoogle_compute_region_security_policy
self_linkself_link_with_ids
: an array ofgoogle_compute_region_security_policy
self_link_with_idtypes
: an array ofgoogle_compute_region_security_policy
typeassociations
: an array ofgoogle_compute_region_security_policy
associationslabels
: an array ofgoogle_compute_region_security_policy
labelslabel_fingerprints
: an array ofgoogle_compute_region_security_policy
label_fingerprintrule_tuple_counts
: an array ofgoogle_compute_region_security_policy
rule_tuple_countdisplay_names
: an array ofgoogle_compute_region_security_policy
display_nameparents
: an array ofgoogle_compute_region_security_policy
parentregions
: an array ofgoogle_compute_region_security_policy
region
Properties
Properties that can be accessed from the google_compute_region_security_policies
resource:
See google_compute_region_security_policy for more detailed information.
user_defined_fields
: an array ofgoogle_compute_region_security_policy
user_defined_fieldskinds
: an array ofgoogle_compute_region_security_policy
kindids
: an array ofgoogle_compute_region_security_policy
idcreation_timestamps
: an array ofgoogle_compute_region_security_policy
creation_timestampnames
: an array ofgoogle_compute_region_security_policy
namedescriptions
: an array ofgoogle_compute_region_security_policy
descriptionrules
: an array ofgoogle_compute_region_security_policy
rulescloud_armor_configs
: an array ofgoogle_compute_region_security_policy
cloud_armor_configadaptive_protection_configs
: an array ofgoogle_compute_region_security_policy
adaptive_protection_configddos_protection_configs
: an array ofgoogle_compute_region_security_policy
ddos_protection_configadvanced_options_configs
: an array ofgoogle_compute_region_security_policy
advanced_options_configrecaptcha_options_configs
: an array ofgoogle_compute_region_security_policy
recaptcha_options_configfingerprints
: an array ofgoogle_compute_region_security_policy
fingerprintself_links
: an array ofgoogle_compute_region_security_policy
self_linkself_link_with_ids
: an array ofgoogle_compute_region_security_policy
self_link_with_idtypes
: an array ofgoogle_compute_region_security_policy
typeassociations
: an array ofgoogle_compute_region_security_policy
associationslabels
: an array ofgoogle_compute_region_security_policy
labelslabel_fingerprints
: an array ofgoogle_compute_region_security_policy
label_fingerprintrule_tuple_counts
: an array ofgoogle_compute_region_security_policy
rule_tuple_countdisplay_names
: an array ofgoogle_compute_region_security_policy
display_nameparents
: an array ofgoogle_compute_region_security_policy
parentregions
: an array ofgoogle_compute_region_security_policy
region
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.
GCP permissions
Ensure the Compute Engine API is enabled for the current project.