region_ssl_policies_available_features
Creates, updates, deletes, gets or lists a region_ssl_policies_available_features
resource.
Overview
Name | region_ssl_policies_available_features |
Type | Resource |
Id | google.compute.region_ssl_policies_available_features |
Fields
Name | Datatype | Description |
---|---|---|
features | array |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_available_features | SELECT | project, region | Lists 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 }}';