Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::DateShiftConfig (v1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DateShiftConfig.
Shifts dates by random number of days, with option to be consistent for the same context. See https://cloud.google.com/sensitive-data-protection/docs/concepts-date-shifting to learn more.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context
defcontext()->::Google::Cloud::Dlp::V2::FieldId- (::Google::Cloud::Dlp::V2::FieldId) — Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
#context=
defcontext=(value)->::Google::Cloud::Dlp::V2::FieldId- value (::Google::Cloud::Dlp::V2::FieldId) — Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
- (::Google::Cloud::Dlp::V2::FieldId) — Points to the field that contains the context, for example, an entity id. If set, must also set cryptoKey. If set, shift will be consistent for the given context.
#crypto_key
defcrypto_key()->::Google::Cloud::Dlp::V2::CryptoKey- (::Google::Cloud::Dlp::V2::CryptoKey) — 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. If set, must also set context. Can only be applied to table items.
#crypto_key=
defcrypto_key=(value)->::Google::Cloud::Dlp::V2::CryptoKey- value (::Google::Cloud::Dlp::V2::CryptoKey) — 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. If set, must also set context. Can only be applied to table items.
- (::Google::Cloud::Dlp::V2::CryptoKey) — 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. If set, must also set context. Can only be applied to table items.
#lower_bound_days
deflower_bound_days()->::Integer- (::Integer) — Required. For example, -5 means shift date to at most 5 days back in the past.
#lower_bound_days=
deflower_bound_days=(value)->::Integer- value (::Integer) — Required. For example, -5 means shift date to at most 5 days back in the past.
- (::Integer) — Required. For example, -5 means shift date to at most 5 days back in the past.
#upper_bound_days
defupper_bound_days()->::Integer-
(::Integer) — Required. 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.
#upper_bound_days=
defupper_bound_days=(value)->::Integer-
value (::Integer) — Required. 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.
-
(::Integer) — Required. 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.