RequestHeadersLogEnricherOptions.HeadersDataClasses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a dictionary of header names that logs should be enriched with and their data classification.
[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Compliance.Classification.DataClassification> HeadersDataClasses { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.HeadersDataClasses : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Compliance.Classification.DataClassification> with get, set
Public Property HeadersDataClasses As IDictionary(Of String, DataClassification)
Property Value
- Attributes
Remarks
Default value is an empty dictionary.