Share via


LoggingRedactionOptions.RequestHeadersDataClasses Property

Definition

Gets or sets a map between request headers to be logged and their data classification.

[System.ComponentModel.DataAnnotations.Required]
public System.Collections.Generic.IDictionary<string,Microsoft.Extensions.Compliance.Classification.DataClassification> RequestHeadersDataClasses { get; set; }
[<System.ComponentModel.DataAnnotations.Required>]
member this.RequestHeadersDataClasses : System.Collections.Generic.IDictionary<string, Microsoft.Extensions.Compliance.Classification.DataClassification> with get, set
Public Property RequestHeadersDataClasses As IDictionary(Of String, DataClassification)

Property Value

The default value is an empty dictionary, which means that no request header is logged by default.

Attributes

Applies to