Show / Hide Table of Contents

Class InfoTypeTransformation

A transformation to apply to text that is identified as a specific info_type.

Inheritance
System.Object
InfoTypeTransformation
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1.Data
Assembly: Google.Apis.CloudHealthcare.v1.dll
Syntax
public class InfoTypeTransformation : IDirectResponseSchema

Properties

CharacterMaskConfig

Config for character mask.

Declaration
[JsonProperty("characterMaskConfig")]
public virtual CharacterMaskConfig CharacterMaskConfig { get; set; }
Property Value
Type Description
CharacterMaskConfig

CryptoHashConfig

Config for crypto hash.

Declaration
[JsonProperty("cryptoHashConfig")]
public virtual CryptoHashConfig CryptoHashConfig { get; set; }
Property Value
Type Description
CryptoHashConfig

DateShiftConfig

Config for date shift.

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
System.String

InfoTypes

InfoTypes to apply this transformation to. If this is not specified, the transformation applies to any info_type.

Declaration
[JsonProperty("infoTypes")]
public virtual IList<string> InfoTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

RedactConfig

Config for text redaction.

Declaration
[JsonProperty("redactConfig")]
public virtual RedactConfig RedactConfig { get; set; }
Property Value
Type Description
RedactConfig

ReplaceWithInfoTypeConfig

Config for replace with InfoType.

Declaration
[JsonProperty("replaceWithInfoTypeConfig")]
public virtual ReplaceWithInfoTypeConfig ReplaceWithInfoTypeConfig { get; set; }
Property Value
Type Description
ReplaceWithInfoTypeConfig

Implements

IDirectResponseSchema
Back to top