Show / Hide Table of Contents

Class InfoTypeTransformation

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

Inheritance
object
InfoTypeTransformation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.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
string

InfoTypes

InfoTypes to apply this transformation to. If this is not specified, this transformation becomes the default transformation, and is used for any info_type that is not specified in another transformation.

Declaration
[JsonProperty("infoTypes")]
public virtual IList<string> InfoTypes { get; set; }
Property Value
Type Description
IList<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
In this article
Back to top Generated by DocFX