Get SSLPolicy Result
data class GetSSLPolicyResult(val creationTimestamp: String, val customFeatures: List<String>, val description: String, val enabledFeatures: List<String>, val fingerprint: String, val id: String, val minTlsVersion: String, val name: String, val profile: String, val project: String? = null, val selfLink: String)
A collection of values returned by getSSLPolicy.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
If the profile
is CUSTOM
, these are the custom encryption ciphers supported by the profile. If the profile
is not CUSTOM
, this attribute will be empty.
Link copied to clipboard
Description of this SSL Policy.
Link copied to clipboard
The set of enabled encryption ciphers as a result of the policy config
Link copied to clipboard
Fingerprint of this resource.
Link copied to clipboard
The minimum supported TLS version of this policy.