characters To Ignore
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
.
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
.
suspend fun charactersToIgnore(argument: List<suspend GooglePrivacyDlpV2CharsToIgnoreArgsBuilder.() -> Unit>)
suspend fun charactersToIgnore(vararg argument: suspend GooglePrivacyDlpV2CharsToIgnoreArgsBuilder.() -> Unit)
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
.