Class GoogleCloudHealthcareV1beta1DeidentifyOptions
Specifies additional options to apply to the base ProfileType.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class GoogleCloudHealthcareV1beta1DeidentifyOptions : IDirectResponseSchema
Properties
CharacterMaskConfig
Character mask config for CharacterMaskField.
Declaration
[JsonProperty("characterMaskConfig")]
public virtual CharacterMaskConfig CharacterMaskConfig { get; set; }
Property Value
Type | Description |
---|---|
CharacterMaskConfig |
ContextualDeid
Configure contextual de-id.
Declaration
[JsonProperty("contextualDeid")]
public virtual ContextualDeidConfig ContextualDeid { get; set; }
Property Value
Type | Description |
---|---|
ContextualDeidConfig |
CryptoHashConfig
Crypto hash config for CharacterMaskField.
Declaration
[JsonProperty("cryptoHashConfig")]
public virtual CryptoHashConfig CryptoHashConfig { get; set; }
Property Value
Type | Description |
---|---|
CryptoHashConfig |
DateShiftConfig
Date shifting config for CharacterMaskField.
Declaration
[JsonProperty("dateShiftConfig")]
public virtual DateShiftConfig DateShiftConfig { get; set; }
Property Value
Type | Description |
---|---|
DateShiftConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeepExtensions
Configure keeping extensions by default.
Declaration
[JsonProperty("keepExtensions")]
public virtual KeepExtensionsConfig KeepExtensions { get; set; }
Property Value
Type | Description |
---|---|
KeepExtensionsConfig |