Class GraphObfuscationAttribute
Attribute used for decoration of data objects. This is used for obfuscation for logging.
Implements
Inherited Members
Namespace: Microsoft.Graph.Communications.Common.Telemetry.Obfuscation
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false, Inherited = false)]
public class GraphObfuscationAttribute : Attribute, _Attribute
Constructors
GraphObfuscationAttribute()
Declaration
public GraphObfuscationAttribute()
Properties
Tag
Gets or sets the tag.
Declaration
public ObfuscationTag Tag { get; set; }
Property Value
Type | Description |
---|---|
ObfuscationTag |