ProfileLogScrubbing Class

Defines rules that scrub sensitive fields in the Azure Front Door profile logs.

Constructor

ProfileLogScrubbing()

Variables

Name Description
state
Union[str, <xref:"ProfileScrubbingState">]

State of the log scrubbing config. Default value is Enabled. Known values are: "Enabled" and "Disabled".

scrubbing_rules
list[<xref:"ProfileScrubbingRules">]

List of log scrubbing rules applied to the Azure Front Door profile logs.

Attributes

scrubbingRules

List of log scrubbing rules applied to the Azure Front Door profile logs.

scrubbingRules: list['ProfileScrubbingRules']

state

"Enabled" and "Disabled".

state: str | ProfileScrubbingState