LoggingRuleHiddenPropertyPathsArgs

data class LoggingRuleHiddenPropertyPathsArgs(val hiddenPathsOnRequest: Output<List<String>>? = null, val hiddenPathsOnResponse: Output<List<String>>? = null) : ConvertibleToJava<LoggingRuleHiddenPropertyPathsArgs>

Constructors

Link copied to clipboard
constructor(hiddenPathsOnRequest: Output<List<String>>? = null, hiddenPathsOnResponse: Output<List<String>>? = null)

Properties

Link copied to clipboard
val hiddenPathsOnRequest: Output<List<String>>? = null
Link copied to clipboard
val hiddenPathsOnResponse: Output<List<String>>? = null

Functions

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