Skip to main content

ssl_policies_available_features

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

Overview

Namessl_policies_available_features
TypeResource
Idgoogle.compute.ssl_policies_available_features

Fields

NameDatatypeDescription
featuresarray

Methods

NameAccessible byRequired ParamsDescription
list_available_featuresSELECTprojectLists 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.ssl_policies_available_features
WHERE project = '{{ project }}';