validationSharedKeys

@JvmName(name = "odftxnrxvcngxlxm")
suspend fun validationSharedKeys(value: Output<List<EdgeCacheKeysetValidationSharedKeyArgs>>)
@JvmName(name = "bolkcbvdgnhwhdgm")
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 = "hegrvfmukcluisas")
suspend fun validationSharedKeys(vararg values: Output<EdgeCacheKeysetValidationSharedKeyArgs>)


@JvmName(name = "alqyckymdowymyow")
suspend fun validationSharedKeys(values: List<Output<EdgeCacheKeysetValidationSharedKeyArgs>>)
@JvmName(name = "oxmwdyicmlnvvply")
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 = "mfuxshyxubboonnl")
suspend fun validationSharedKeys(argument: List<suspend EdgeCacheKeysetValidationSharedKeyArgsBuilder.() -> Unit>)
@JvmName(name = "axmihneihikewepa")
suspend fun validationSharedKeys(vararg argument: suspend EdgeCacheKeysetValidationSharedKeyArgsBuilder.() -> Unit)
@JvmName(name = "tvcnfqrdhymgqhrc")
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.