Show / Hide Table of Contents

Class CharacterMaskConfig

Mask a string by replacing its characters with a fixed character.

Inheritance
System.Object
CharacterMaskConfig
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 CharacterMaskConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

MaskingCharacter

Character to mask the sensitive values. If not supplied, defaults to "*".

Declaration
[JsonProperty("maskingCharacter")]
public virtual string MaskingCharacter { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top