Package-level declarations
Types
Link copied to clipboard
The RecaptchaEnterprise Key resource
Link copied to clipboard
data class EnterpriseKeyArgs(val androidSettings: Output<EnterpriseKeyAndroidSettingsArgs>? = null, val displayName: Output<String>? = null, val iosSettings: Output<EnterpriseKeyIosSettingsArgs>? = null, val labels: Output<Map<String, String>>? = null, val project: Output<String>? = null, val testingOptions: Output<EnterpriseKeyTestingOptionsArgs>? = null, val webSettings: Output<EnterpriseKeyWebSettingsArgs>? = null) : ConvertibleToJava<EnterpriseKeyArgs>
The RecaptchaEnterprise Key resource
Link copied to clipboard
class EnterpriseKeyArgsBuilder
Builder for EnterpriseKeyArgs.
Link copied to clipboard
Link copied to clipboard
Builder for EnterpriseKey.
Functions
Link copied to clipboard
suspend fun enterpriseKey(name: String, block: suspend EnterpriseKeyResourceBuilder.() -> Unit): EnterpriseKey