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
constructor(characterMaskConfig: Output<CharacterMaskConfigArgs>? = null, contextualDeid: Output<ContextualDeidConfigArgs>? = null, cryptoHashConfig: Output<CryptoHashConfigArgs>? = null, dateShiftConfig: Output<DateShiftConfigArgs>? = null, keepExtensions: Output<KeepExtensionsConfigArgs>? = null)
Properties
Link copied to clipboard
Character mask config for CharacterMaskField
FieldMetadatas
.
Link copied to clipboard
Configure contextual de-id.
Link copied to clipboard
Crypo hash config for CharacterMaskField
FieldMetadatas
.
Link copied to clipboard
Date shifting config for CharacterMaskField
FieldMetadatas
.
Link copied to clipboard
Configure keeping extensions by default.