Skip to main content

region_ssl_policies_available_features

Creates, updates, deletes, gets or lists a region_ssl_policies_available_features resource.

Overview

Nameregion_ssl_policies_available_features
TypeResource
Idgoogle.compute.region_ssl_policies_available_features

Fields

NameDatatypeDescription
featuresarray

Methods

NameAccessible byRequired ParamsDescription
list_available_featuresSELECTproject, regionLists all features that can be specified in the SSL policy when using custom profile.

SELECT examples

Lists all features that can be specified in the SSL policy when using custom profile.

SELECT
features
FROM google.compute.region_ssl_policies_available_features
WHERE project = '{{ project }}'
AND region = '{{ region }}';