Google Privacy Dlp V2Date Shift Config Args
data class GooglePrivacyDlpV2DateShiftConfigArgs(val context: Output<GooglePrivacyDlpV2FieldIdArgs>? = null, val cryptoKey: Output<GooglePrivacyDlpV2CryptoKeyArgs>? = null, val lowerBoundDays: Output<Int>, val upperBoundDays: Output<Int>) : ConvertibleToJava<GooglePrivacyDlpV2DateShiftConfigArgs>
Shifts dates by random number of days, with option to be consistent for the same context. See https://cloud.google.com/dlp/docs/concepts-date-shifting to learn more.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2DateShiftConfigArgs(context: Output<GooglePrivacyDlpV2FieldIdArgs>? = null, cryptoKey: Output<GooglePrivacyDlpV2CryptoKeyArgs>? = null, lowerBoundDays: Output<Int>, upperBoundDays: Output<Int>)