charactersToIgnore

@JvmName(name = "tqptsybaceddgwym")
suspend fun charactersToIgnore(value: Output<List<GooglePrivacyDlpV2CharsToIgnoreArgs>>)
@JvmName(name = "icccirdnefftveho")
suspend fun charactersToIgnore(value: List<GooglePrivacyDlpV2CharsToIgnoreArgs>?)

Parameters

value

When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is 555-555-5555 and you instruct Cloud DLP to skip - and mask 5 characters with *, Cloud DLP returns ***-**5-5555.


@JvmName(name = "ngqpmninjdcgvqsm")
suspend fun charactersToIgnore(vararg values: Output<GooglePrivacyDlpV2CharsToIgnoreArgs>)


@JvmName(name = "xmcdhosvgtwrgalq")
suspend fun charactersToIgnore(values: List<Output<GooglePrivacyDlpV2CharsToIgnoreArgs>>)
@JvmName(name = "snurvtynbnsmfxac")
suspend fun charactersToIgnore(vararg values: GooglePrivacyDlpV2CharsToIgnoreArgs)

Parameters

values

When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is 555-555-5555 and you instruct Cloud DLP to skip - and mask 5 characters with *, Cloud DLP returns ***-**5-5555.


@JvmName(name = "acsqfjeqjhyntwyx")
suspend fun charactersToIgnore(argument: List<suspend GooglePrivacyDlpV2CharsToIgnoreArgsBuilder.() -> Unit>)
@JvmName(name = "sfdinigaucocafqt")
suspend fun charactersToIgnore(vararg argument: suspend GooglePrivacyDlpV2CharsToIgnoreArgsBuilder.() -> Unit)
@JvmName(name = "xovjvdknnuotetop")
suspend fun charactersToIgnore(argument: suspend GooglePrivacyDlpV2CharsToIgnoreArgsBuilder.() -> Unit)

Parameters

argument

When masking a string, items in this list will be skipped when replacing characters. For example, if the input string is 555-555-5555 and you instruct Cloud DLP to skip - and mask 5 characters with *, Cloud DLP returns ***-**5-5555.