custom Data Identifiers
suspend fun customDataIdentifiers(value: List<GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier>?)
Parameters
value
Configures custom regular expressions to detect sensitive data. Read more in Custom data identifiers.
suspend fun customDataIdentifiers(argument: List<suspend GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifierBuilder.() -> Unit>)
suspend fun customDataIdentifiers(vararg argument: suspend GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifierBuilder.() -> Unit)
suspend fun customDataIdentifiers(argument: suspend GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifierBuilder.() -> Unit)
Parameters
argument
Configures custom regular expressions to detect sensitive data. Read more in Custom data identifiers.
suspend fun customDataIdentifiers(vararg values: GetLogDataProtectionPolicyDocumentConfigurationCustomDataIdentifier)
Parameters
values
Configures custom regular expressions to detect sensitive data. Read more in Custom data identifiers.