fieldKeys

@JvmName(name = "vclrixmnnpmmsrpn")
suspend fun fieldKeys(value: Output<List<String>>)
@JvmName(name = "bwvhnpehywtktyjn")
suspend fun fieldKeys(value: List<String>?)

Parameters

value

Array of strings to specify the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.


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


@JvmName(name = "ocqgwtpsvspwumap")
suspend fun fieldKeys(values: List<Output<String>>)
@JvmName(name = "alyehylgfmrultxi")
suspend fun fieldKeys(vararg values: String)

Parameters

values

Array of strings to specify the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.