ProfileLogScrubbingArgs

data class ProfileLogScrubbingArgs(val scrubbingRules: Output<List<ProfileScrubbingRulesArgs>>? = null, val state: Output<Either<String, ProfileScrubbingState>>? = null) : ConvertibleToJava<ProfileLogScrubbingArgs>

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

Constructors

Link copied to clipboard
constructor(scrubbingRules: Output<List<ProfileScrubbingRulesArgs>>? = null, state: Output<Either<String, ProfileScrubbingState>>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard
val state: Output<Either<String, ProfileScrubbingState>>? = null

State of the log scrubbing config. Default value is Enabled.

Functions

Link copied to clipboard
open override fun toJava(): ProfileLogScrubbingArgs