Logging Rule Hidden Property Paths Args
data class LoggingRuleHiddenPropertyPathsArgs(val hiddenPathsOnRequest: Output<List<String>>? = null, val hiddenPathsOnResponse: Output<List<String>>? = null) : ConvertibleToJava<LoggingRuleHiddenPropertyPathsArgs>
Constructors
Link copied to clipboard
fun LoggingRuleHiddenPropertyPathsArgs(hiddenPathsOnRequest: Output<List<String>>? = null, hiddenPathsOnResponse: Output<List<String>>? = null)