Google Cloud Healthcare V1beta1Deidentify Options Args
data class GoogleCloudHealthcareV1beta1DeidentifyOptionsArgs(val characterMaskConfig: Output<CharacterMaskConfigArgs>? = null, val contextualDeid: Output<ContextualDeidConfigArgs>? = null, val cryptoHashConfig: Output<CryptoHashConfigArgs>? = null, val dateShiftConfig: Output<DateShiftConfigArgs>? = null, val keepExtensions: Output<KeepExtensionsConfigArgs>? = null) : ConvertibleToJava<GoogleCloudHealthcareV1beta1DeidentifyOptionsArgs>
Specifies additional options to apply to the base profile
.
Constructors
Link copied to clipboard
fun GoogleCloudHealthcareV1beta1DeidentifyOptionsArgs(characterMaskConfig: Output<CharacterMaskConfigArgs>? = null, contextualDeid: Output<ContextualDeidConfigArgs>? = null, cryptoHashConfig: Output<CryptoHashConfigArgs>? = null, dateShiftConfig: Output<DateShiftConfigArgs>? = null, keepExtensions: Output<KeepExtensionsConfigArgs>? = null)