validationSharedKeys

@JvmName(name = "wclpribfstgjcvoo")
suspend fun validationSharedKeys(value: Output<List<EdgeCacheKeysetValidationSharedKeyArgs>>)
@JvmName(name = "ikdgnpcbkhgtadol")
suspend fun validationSharedKeys(value: List<EdgeCacheKeysetValidationSharedKeyArgs>?)

Parameters

value

An ordered list of shared keys to use for validating signed requests. Shared keys are secret. Ensure that only authorized users can add validation_shared_keys to a keyset. You can rotate keys by appending (pushing) a new key to the list of validation_shared_keys and removing any superseded keys. You must specify public_keys or validation_shared_keys (or both). The keys in public_keys are checked first. Structure is documented below.


@JvmName(name = "opjhpepfgfbcbnhs")
suspend fun validationSharedKeys(vararg values: Output<EdgeCacheKeysetValidationSharedKeyArgs>)


@JvmName(name = "ctppwbpyqjrqmoap")
suspend fun validationSharedKeys(values: List<Output<EdgeCacheKeysetValidationSharedKeyArgs>>)
@JvmName(name = "flkvsoxplwaqgmxg")
suspend fun validationSharedKeys(vararg values: EdgeCacheKeysetValidationSharedKeyArgs)

Parameters

values

An ordered list of shared keys to use for validating signed requests. Shared keys are secret. Ensure that only authorized users can add validation_shared_keys to a keyset. You can rotate keys by appending (pushing) a new key to the list of validation_shared_keys and removing any superseded keys. You must specify public_keys or validation_shared_keys (or both). The keys in public_keys are checked first. Structure is documented below.


@JvmName(name = "tevjuhdggbimstxr")
suspend fun validationSharedKeys(argument: List<suspend EdgeCacheKeysetValidationSharedKeyArgsBuilder.() -> Unit>)
@JvmName(name = "rglaqjvdfaftlqkx")
suspend fun validationSharedKeys(vararg argument: suspend EdgeCacheKeysetValidationSharedKeyArgsBuilder.() -> Unit)
@JvmName(name = "whahwlhmgkxugyak")
suspend fun validationSharedKeys(argument: suspend EdgeCacheKeysetValidationSharedKeyArgsBuilder.() -> Unit)

Parameters

argument

An ordered list of shared keys to use for validating signed requests. Shared keys are secret. Ensure that only authorized users can add validation_shared_keys to a keyset. You can rotate keys by appending (pushing) a new key to the list of validation_shared_keys and removing any superseded keys. You must specify public_keys or validation_shared_keys (or both). The keys in public_keys are checked first. Structure is documented below.