google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrimitiveTransformation View Source
A rule for transforming a value.
Attributes
- bucketingConfig (GooglePrivacyDlpV2BucketingConfig): Defaults to:
null. - characterMaskConfig (GooglePrivacyDlpV2CharacterMaskConfig): Defaults to:
null. - cryptoDeterministicConfig (GooglePrivacyDlpV2CryptoDeterministicConfig): Defaults to:
null. - cryptoHashConfig (GooglePrivacyDlpV2CryptoHashConfig): Defaults to:
null. - cryptoReplaceFfxFpeConfig (GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig): Defaults to:
null. - dateShiftConfig (GooglePrivacyDlpV2DateShiftConfig): Defaults to:
null. - fixedSizeBucketingConfig (GooglePrivacyDlpV2FixedSizeBucketingConfig): Defaults to:
null. - redactConfig (GooglePrivacyDlpV2RedactConfig): Defaults to:
null. - replaceConfig (GooglePrivacyDlpV2ReplaceValueConfig): Defaults to:
null. - replaceWithInfoTypeConfig (GooglePrivacyDlpV2ReplaceWithInfoTypeConfig): Defaults to:
null. - timePartConfig (GooglePrivacyDlpV2TimePartConfig): 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.GooglePrivacyDlpV2PrimitiveTransformation{
bucketingConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BucketingConfig.t(),
characterMaskConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CharacterMaskConfig.t(),
cryptoDeterministicConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoDeterministicConfig.t(),
cryptoHashConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoHashConfig.t(),
cryptoReplaceFfxFpeConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.t(),
dateShiftConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateShiftConfig.t(),
fixedSizeBucketingConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FixedSizeBucketingConfig.t(),
redactConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactConfig.t(),
replaceConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ReplaceValueConfig.t(),
replaceWithInfoTypeConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.t(),
timePartConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimePartConfig.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrimitiveTransformation{
bucketingConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BucketingConfig.t(),
characterMaskConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CharacterMaskConfig.t(),
cryptoDeterministicConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoDeterministicConfig.t(),
cryptoHashConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoHashConfig.t(),
cryptoReplaceFfxFpeConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig.t(),
dateShiftConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DateShiftConfig.t(),
fixedSizeBucketingConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FixedSizeBucketingConfig.t(),
redactConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RedactConfig.t(),
replaceConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ReplaceValueConfig.t(),
replaceWithInfoTypeConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ReplaceWithInfoTypeConfig.t(),
timePartConfig: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TimePartConfig.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.