+++
title = "google_compute_region_security_policies Resource" platform = "gcp" draft = false gh_repo = "inspec-gcp"
[menu.inspec]
title = "google_compute_region_security_policies" identifier = "inspec/resources/gcp/google_compute_region_security_policies Resource" parent = "inspec/resources/gcp" +++
Use the google_compute_region_security_policies
InSpec audit resource to test the properties of a test a Google RegionSecurityPolicy.
{{% inspec_gcp_install %}}
A google_compute_region_security_policies
is used to test a Google RegionSecurityPolicy resource
describe google_compute_region_security_policies(project: 'chef-gcp-inspec', region: ' ') do
it { should exist }
end
Properties that can be accessed from the google_compute_region_security_policies
resource:
See google_compute_region_security_policy.md 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 that can be accessed from the google_compute_region_security_policies
resource:
See google_compute_region_security_policy.md 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
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
Ensure the Compute Engine API is enabled for the current project.