EdgeCacheKeysetValidationSharedKeyArgs

data class EdgeCacheKeysetValidationSharedKeyArgs(val secretVersion: Output<String>) : ConvertibleToJava<EdgeCacheKeysetValidationSharedKeyArgs>

Constructors

Link copied to clipboard
constructor(secretVersion: Output<String>)

Properties

Link copied to clipboard
val secretVersion: Output<String>

The name of the secret version in Secret Manager. The resource name of the secret version must be in the format projects/*/secrets/*/versions/* where the * values are replaced by the secrets themselves. The secrets must be at least 16 bytes large. The recommended secret size depends on the signature algorithm you are using.

Functions

Link copied to clipboard
open override fun toJava(): EdgeCacheKeysetValidationSharedKeyArgs