Profile Log Scrubbing Args
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)