google_compute_region_ssl_policies resource
Use the google_compute_region_ssl_policies
InSpec audit resource to to test a Google Cloud RegionSslPolicy resource.
Examples
describe google_compute_region_ssl_policies(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_region_ssl_policies
resource:
See google_compute_region_ssl_policy for more detailed information.
kinds
: an array ofgoogle_compute_region_ssl_policy
kindids
: an array ofgoogle_compute_region_ssl_policy
idcreation_timestamps
: an array ofgoogle_compute_region_ssl_policy
creation_timestampself_links
: an array ofgoogle_compute_region_ssl_policy
self_linkself_link_with_ids
: an array ofgoogle_compute_region_ssl_policy
self_link_with_idnames
: an array ofgoogle_compute_region_ssl_policy
namedescriptions
: an array ofgoogle_compute_region_ssl_policy
descriptionprofiles
: an array ofgoogle_compute_region_ssl_policy
profilemin_tls_versions
: an array ofgoogle_compute_region_ssl_policy
min_tls_versionenabled_features
: an array ofgoogle_compute_region_ssl_policy
enabled_featurescustom_features
: an array ofgoogle_compute_region_ssl_policy
custom_featuresfingerprints
: an array ofgoogle_compute_region_ssl_policy
fingerprintwarnings
: an array ofgoogle_compute_region_ssl_policy
warningstls_settings
: an array ofgoogle_compute_region_ssl_policy
tls_settingsregions
: an array ofgoogle_compute_region_ssl_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.