GetSSLPolicyResult

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

Link copied to clipboard
constructor(creationTimestamp: String, customFeatures: List<String>, description: String, enabledFeatures: List<String>, fingerprint: String, id: String, minTlsVersion: String, name: String, profile: String, project: String? = null, selfLink: String)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The minimum supported TLS version of this policy.

Link copied to clipboard
Link copied to clipboard

The Google-curated or custom profile used by this policy.

Link copied to clipboard
val project: String? = null
Link copied to clipboard

The URI of the created resource.