GooglePrivacyDlpV2InfoTypeTransformationArgs

data class GooglePrivacyDlpV2InfoTypeTransformationArgs(val infoTypes: Output<List<GooglePrivacyDlpV2InfoTypeArgs>>? = null, val primitiveTransformation: Output<GooglePrivacyDlpV2PrimitiveTransformationArgs>) : ConvertibleToJava<GooglePrivacyDlpV2InfoTypeTransformationArgs>

A transformation to apply to text that is identified as a specific info_type.

Constructors

Functions

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

Properties

Link copied to clipboard

InfoTypes to apply the transformation to. An empty list will cause this transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig.

Link copied to clipboard

Primitive transformation to apply to the infoType.