DiagnosticFrontendResponseDataMaskingQueryParamArgs

data class DiagnosticFrontendResponseDataMaskingQueryParamArgs(val mode: Output<String>, val value: Output<String>) : ConvertibleToJava<DiagnosticFrontendResponseDataMaskingQueryParamArgs>

Constructors

constructor(mode: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val mode: Output<String>

The data masking mode. Possible values are Mask and Hide for query_params. The only possible value is Mask for headers.

Link copied to clipboard
val value: Output<String>

The name of the header or the query parameter to mask.

Functions

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