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_policykindids: an array ofgoogle_compute_region_ssl_policyidcreation_timestamps: an array ofgoogle_compute_region_ssl_policycreation_timestampself_links: an array ofgoogle_compute_region_ssl_policyself_linkself_link_with_ids: an array ofgoogle_compute_region_ssl_policyself_link_with_idnames: an array ofgoogle_compute_region_ssl_policynamedescriptions: an array ofgoogle_compute_region_ssl_policydescriptionprofiles: an array ofgoogle_compute_region_ssl_policyprofilemin_tls_versions: an array ofgoogle_compute_region_ssl_policymin_tls_versionenabled_features: an array ofgoogle_compute_region_ssl_policyenabled_featurescustom_features: an array ofgoogle_compute_region_ssl_policycustom_featuresfingerprints: an array ofgoogle_compute_region_ssl_policyfingerprintwarnings: an array ofgoogle_compute_region_ssl_policywarningstls_settings: an array ofgoogle_compute_region_ssl_policytls_settingsregions: an array ofgoogle_compute_region_ssl_policyregion
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.