toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.apimanagement.kotlin.inputs
/
DataMaskingEntityArgs
Data
Masking
Entity
Args
data
class
DataMaskingEntityArgs
(
val
mode
:
Output
<
Either
<
String
,
DataMaskingMode
>
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DataMaskingEntityArgs
>
Members
Constructors
Data
Masking
Entity
Args
Link copied to clipboard
constructor
(
mode
:
Output
<
Either
<
String
,
DataMaskingMode
>
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
mode
Link copied to clipboard
val
mode
:
Output
<
Either
<
String
,
DataMaskingMode
>
>
?
=
null
Data masking mode.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The name of an entity to mask (e.g. a name of a header or a query parameter).
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DataMaskingEntityArgs