google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateShiftConfig View Source
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.
Attributes
- context (GooglePrivacyDlpV2FieldId): Points to the field that contains the context, for example, an entity id. If set, must also set method. If set, shift will be consistent for the given context. Defaults to:
null. - cryptoKey (GooglePrivacyDlpV2CryptoKey): Causes the shift to be computed based on this key and the context. This results in the same shift for the same context and crypto_key. Defaults to:
null. - lowerBoundDays (integer()): For example, -5 means shift date to at most 5 days back in the past. [Required] Defaults to:
null. - upperBoundDays (integer()): Range of shift in days. Actual shift will be selected at random within this range (inclusive ends). Negative means shift to earlier in time. Must not be more than 365250 days (1000 years) each direction. For example, 3 means shift date to at most 3 days into the future. [Required] Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateShiftConfig{
context: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t(),
cryptoKey: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoKey.t(),
lowerBoundDays: any(),
upperBoundDays: any()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateShiftConfig{
context: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t(),
cryptoKey: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoKey.t(),
lowerBoundDays: any(),
upperBoundDays: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.