Share via


LoggingOptions.ResponseHeadersDataClasses Property

Definition

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

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

Property Value

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

Attributes

Remarks

Default set to an empty dictionary. That means that no response header will be logged by default.

Applies to