Resource: SslPolicy
Represents a Cloud Armor Security Policy resource.
Only external backend services used by HTTP or HTTPS load balancers can reference a Security Policy. For more information, read read Cloud Armor Security Policy Concepts.
JSON representation | |
---|---|
{ "id": string, "creationTimestamp": string, "selfLink": string, "name": string, "description": string, "profile": enum, "minTlsVersion": enum, "enabledFeatures": [ string ], "customFeatures": [ string ], "fingerprint": string, "warnings": [ { "code": enum, "message": string, "data": [ { "key": string, "value": string } ] } ], "kind": string } |
Fields | |
---|---|
id |
[Output Only] The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
[Output Only] Creation timestamp in RFC3339 text format. |
selfLink |
[Output Only] Server-defined URL for the resource. |
name |
Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression |
description |
An optional description of this resource. Provide this property when you create the resource. |
profile |
Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of |
minTlsVersion |
The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of |
enabledFeatures[] |
[Output Only] The list of features enabled in the SSL policy. |
customFeatures[] |
A list of features enabled when the selected profile is CUSTOM. The |
fingerprint |
Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a To see the latest fingerprint, make a A base64-encoded string. |
warnings[] |
[Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages. |
warnings[].code |
[Output Only] A warning code, if applicable. For example, Compute Engine returns |
warnings[].message |
[Output Only] A human-readable description of the warning code. |
warnings[].data[] |
[Output Only] Metadata about this warning in "data": [ { "key": "scope", "value": "zones/us-east1-d" } |
warnings[].data[].key |
[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be |
warnings[].data[].value |
[Output Only] A warning data value corresponding to the key. |
kind |
[Output only] Type of the resource. Always |
Methods |
|
---|---|
|
Deletes the specified SSL policy. |
|
Lists all of the ordered rules present in a single specified policy. |
|
Returns the specified SSL policy resource. |
|
Lists all the SSL policies that have been configured for the specified project. |
|
Lists all features that can be specified in the SSL policy when using custom profile. |
|
Patches the specified SSL policy with the data included in the request. |