google_compute_region_target_https_proxies resource
Use the google_compute_region_target_https_proxies
InSpec audit resource to to test a Google Cloud RegionTargetHttpsProxy resource.
Examples
describe google_compute_region_target_https_proxies(project: 'chef-gcp-inspec', region: ' value_region') do
it { should exist }
end
Properties
Properties that can be accessed from the google_compute_region_target_https_proxies
resource:
See google_compute_region_target_https_proxy for more detailed information.
kinds
: an array ofgoogle_compute_region_target_https_proxy
kindids
: an array ofgoogle_compute_region_target_https_proxy
idcreation_timestamps
: an array ofgoogle_compute_region_target_https_proxy
creation_timestampnames
: an array ofgoogle_compute_region_target_https_proxy
namedescriptions
: an array ofgoogle_compute_region_target_https_proxy
descriptionself_links
: an array ofgoogle_compute_region_target_https_proxy
self_linkself_link_with_ids
: an array ofgoogle_compute_region_target_https_proxy
self_link_with_idurl_maps
: an array ofgoogle_compute_region_target_https_proxy
url_mapssl_certificates
: an array ofgoogle_compute_region_target_https_proxy
ssl_certificatescertificate_maps
: an array ofgoogle_compute_region_target_https_proxy
certificate_mapquic_overrides
: an array ofgoogle_compute_region_target_https_proxy
quic_overridessl_policies
: an array ofgoogle_compute_region_target_https_proxy
ssl_policyregions
: an array ofgoogle_compute_region_target_https_proxy
regionproxy_binds
: an array ofgoogle_compute_region_target_https_proxy
proxy_bindhttp_filters
: an array ofgoogle_compute_region_target_https_proxy
http_filtersserver_tls_policies
: an array ofgoogle_compute_region_target_https_proxy
server_tls_policyauthentications
: an array ofgoogle_compute_region_target_https_proxy
authenticationauthorization_policies
: an array ofgoogle_compute_region_target_https_proxy
authorization_policyauthorizations
: an array ofgoogle_compute_region_target_https_proxy
authorizationfingerprints
: an array ofgoogle_compute_region_target_https_proxy
fingerprinthttp_keep_alive_timeout_secs
: an array ofgoogle_compute_region_target_https_proxy
http_keep_alive_timeout_sectls_early_data
: an array ofgoogle_compute_region_target_https_proxy
tls_early_data
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.