actionTokenSiteKeys

@JvmName(name = "paaxdyfigenjtsbw")
suspend fun actionTokenSiteKeys(value: Output<List<String>>)
@JvmName(name = "oelmynuxiwvelcks")
suspend fun actionTokenSiteKeys(value: List<String>?)

Parameters

value

A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.


@JvmName(name = "nvrtmiuaahivbttl")
suspend fun actionTokenSiteKeys(vararg values: Output<String>)


@JvmName(name = "qdiqkqgtxfujarxo")
suspend fun actionTokenSiteKeys(values: List<Output<String>>)
@JvmName(name = "tknagndohujnfuns")
suspend fun actionTokenSiteKeys(vararg values: String)

Parameters

values

A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.