Text Config Args
data class TextConfigArgs(val additionalTransformations: Output<List<InfoTypeTransformationArgs>>? = null, val excludeInfoTypes: Output<List<String>>? = null, val profileType: Output<TextConfigProfileType>? = null, val transformations: Output<List<InfoTypeTransformationArgs>>? = null) : ConvertibleToJava<TextConfigArgs>
Configures how to transform sensitive text InfoTypes
.
Constructors
Link copied to clipboard
constructor(additionalTransformations: Output<List<InfoTypeTransformationArgs>>? = null, excludeInfoTypes: Output<List<String>>? = null, profileType: Output<TextConfigProfileType>? = null, transformations: Output<List<InfoTypeTransformationArgs>>? = null)
Properties
Link copied to clipboard
Additional transformations to apply to the detected data, overriding profile
.
Link copied to clipboard
InfoTypes to skip transforming, overriding profile
.
Link copied to clipboard
Base profile type for text transformation.
Link copied to clipboard
The transformations to apply to the detected data. Deprecated. Use additional_transformations
instead.