Package-level declarations
Types
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfig(val infoTypeTransformations: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformations? = null, val recordTransformations: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformation(val infoTypes: List<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationInfoType>? = null, val primitiveTransformation: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformation)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformation(val characterMaskConfig: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfig? = null, val cryptoDeterministicConfig: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfig? = null, val cryptoReplaceFfxFpeConfig: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfig? = null, val replaceConfig: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfig? = null, val replaceWithInfoTypeConfig: Boolean? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfig(val charactersToIgnores: List<PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore>? = null, val maskingCharacter: String? = null, val numberToMask: Int? = null, val reverseOrder: Boolean? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore(val charactersToSkip: String? = null, val commonCharactersToIgnore: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfig(val context: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigContext? = null, val cryptoKey: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKey? = null, val surrogateInfoType: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoType? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKey(val kmsWrapped: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrapped? = null, val transient: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransient? = null, val unwrapped: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrapped? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrapped(val cryptoKeyName: String, val wrappedKey: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoType(val name: String? = null, val version: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfig(val commonAlphabet: String? = null, val context: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContext? = null, val cryptoKey: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKey? = null, val customAlphabet: String? = null, val radix: Int? = null, val surrogateInfoType: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoType? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKey(val kmsWrapped: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrapped? = null, val transient: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransient? = null, val unwrapped: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrapped? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrapped(val cryptoKeyName: String, val wrappedKey: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoType(val name: String? = null, val version: String? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValue(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: Int? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformationsTransformationPrimitiveTransformationReplaceConfigNewValueTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations(val fieldTransformations: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformation>? = null, val recordSuppressions: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppression>? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformation(val condition: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationCondition? = null, val fields: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationField>, val primitiveTransformation: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformation)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressions(val conditions: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditions? = null, val logicalOperator: String? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsCondition(val field: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionField, val operator: String, val value: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValue? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValue(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationConditionExpressionsConditionsConditionValueTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationField(val name: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformation(val bucketingConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfig? = null, val characterMaskConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfig? = null, val cryptoDeterministicConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfig? = null, val cryptoHashConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfig? = null, val cryptoReplaceFfxFpeConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfig? = null, val dateShiftConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfig? = null, val fixedSizeBucketingConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfig? = null, val redactConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationRedactConfig? = null, val replaceConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfig? = null, val replaceDictionaryConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfig? = null, val timePartConfig: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationTimePartConfig? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucket(val max: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMax? = null, val min: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMin? = null, val replacementValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValue)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMax(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMaxTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMin(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketMinTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValue(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationBucketingConfigBucketReplacementValueTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfig(val charactersToIgnores: List<PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore>? = null, val maskingCharacter: String? = null, val numberToMask: Int? = null, val reverseOrder: Boolean? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCharacterMaskConfigCharactersToIgnore(val charactersToSkip: String? = null, val commonCharactersToIgnore: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfig(val context: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigContext? = null, val cryptoKey: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKey? = null, val surrogateInfoType: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoType? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKey(val kmsWrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrapped? = null, val transient: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyTransient? = null, val unwrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyUnwrapped? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigCryptoKeyKmsWrapped(val cryptoKeyName: String, val wrappedKey: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoDeterministicConfigSurrogateInfoType(val name: String? = null, val version: String? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKey(val kmsWrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyKmsWrapped? = null, val transient: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyTransient? = null, val unwrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyUnwrapped? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoHashConfigCryptoKeyKmsWrapped(val cryptoKeyName: String, val wrappedKey: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfig(val commonAlphabet: String? = null, val context: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigContext? = null, val cryptoKey: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKey? = null, val customAlphabet: String? = null, val radix: Int? = null, val surrogateInfoType: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoType? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKey(val kmsWrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrapped? = null, val transient: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyTransient? = null, val unwrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyUnwrapped? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigCryptoKeyKmsWrapped(val cryptoKeyName: String, val wrappedKey: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationCryptoReplaceFfxFpeConfigSurrogateInfoType(val name: String? = null, val version: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfig(val context: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigContext? = null, val cryptoKey: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKey? = null, val lowerBoundDays: Int, val upperBoundDays: Int)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKey(val kmsWrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyKmsWrapped? = null, val transient: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyTransient? = null, val unwrapped: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyUnwrapped? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationDateShiftConfigCryptoKeyKmsWrapped(val cryptoKeyName: String, val wrappedKey: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfig(val bucketSize: Double, val lowerBound: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBound, val upperBound: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBound)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBound(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigLowerBoundTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBound(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationFixedSizeBucketingConfigUpperBoundTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValue(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceConfigNewValueTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfig(val wordList: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationReplaceDictionaryConfigWordList? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsFieldTransformationPrimitiveTransformationTimePartConfig(val partToExtract: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressions(val conditions: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditions? = null, val logicalOperator: String? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsCondition(val field: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionField, val operator: String, val value: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValue? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValue(val booleanValue: Boolean? = null, val dateValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueDateValue? = null, val dayOfWeekValue: String? = null, val floatValue: Double? = null, val integerValue: String? = null, val stringValue: String? = null, val timeValue: PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueTimeValue? = null, val timestampValue: String? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueDateValue(val day: Int? = null, val month: Int? = null, val year: Int? = null)
Link copied to clipboard
data class PreventionDeidentifyTemplateDeidentifyConfigRecordTransformationsRecordSuppressionConditionExpressionsConditionsConditionValueTimeValue(val hours: Int? = null, val minutes: Int? = null, val nanos: Int? = null, val seconds: Int? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfig(val contentOptions: List<String>? = null, val customInfoTypes: List<PreventionInspectTemplateInspectConfigCustomInfoType>? = null, val excludeInfoTypes: Boolean? = null, val includeQuote: Boolean? = null, val infoTypes: List<PreventionInspectTemplateInspectConfigInfoType>? = null, val limits: PreventionInspectTemplateInspectConfigLimits? = null, val minLikelihood: String? = null, val ruleSets: List<PreventionInspectTemplateInspectConfigRuleSet>? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoType(val dictionary: PreventionInspectTemplateInspectConfigCustomInfoTypeDictionary? = null, val exclusionType: String? = null, val infoType: PreventionInspectTemplateInspectConfigCustomInfoTypeInfoType, val likelihood: String? = null, val regex: PreventionInspectTemplateInspectConfigCustomInfoTypeRegex? = null, val storedType: PreventionInspectTemplateInspectConfigCustomInfoTypeStoredType? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeDictionary(val cloudStoragePath: PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePath? = null, val wordList: PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordList? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryCloudStoragePath(val path: String)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeDictionaryWordList(val words: List<String>)
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigCustomInfoTypeRegex(val groupIndexes: List<Int>? = null, val pattern: String)
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigInfoType(val name: String, val version: String? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigLimits(val maxFindingsPerInfoTypes: List<PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType>? = null, val maxFindingsPerItem: Int, val maxFindingsPerRequest: Int)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType(val infoType: PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoType, val maxFindings: Int)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoType(val name: String)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSet(val infoTypes: List<PreventionInspectTemplateInspectConfigRuleSetInfoType>, val rules: List<PreventionInspectTemplateInspectConfigRuleSetRule>)
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRule(val exclusionRule: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRule? = null, val hotwordRule: PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRule? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRule(val dictionary: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionary? = null, val excludeInfoTypes: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypes? = null, val matchingType: String, val regex: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegex? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionary(val cloudStoragePath: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryCloudStoragePath? = null, val wordList: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryWordList? = null)
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleDictionaryWordList(val words: List<String>)
Link copied to clipboard
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoType(val name: String)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleRegex(val groupIndexes: List<Int>? = null, val pattern: String)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRule(val hotwordRegex: PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleHotwordRegex, val likelihoodAdjustment: PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleLikelihoodAdjustment, val proximity: PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleHotwordRegex(val groupIndexes: List<Int>? = null, val pattern: String)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleLikelihoodAdjustment(val fixedLikelihood: String? = null, val relativeLikelihood: Int? = null)
Link copied to clipboard
data class PreventionInspectTemplateInspectConfigRuleSetRuleHotwordRuleProximity(val windowAfter: Int? = null, val windowBefore: Int? = null)
Link copied to clipboard
data class PreventionJobTriggerInspectJob(val actions: List<PreventionJobTriggerInspectJobAction>, val inspectTemplateName: String, val storageConfig: PreventionJobTriggerInspectJobStorageConfig)
Link copied to clipboard
data class PreventionJobTriggerInspectJobAction(val pubSub: PreventionJobTriggerInspectJobActionPubSub? = null, val publishFindingsToCloudDataCatalog: PreventionJobTriggerInspectJobActionPublishFindingsToCloudDataCatalog? = null, val publishSummaryToCscc: PreventionJobTriggerInspectJobActionPublishSummaryToCscc? = null, val saveFindings: PreventionJobTriggerInspectJobActionSaveFindings? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionSaveFindings(val outputConfig: PreventionJobTriggerInspectJobActionSaveFindingsOutputConfig)
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfig(val outputSchema: String? = null, val table: PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTable)
Link copied to clipboard
data class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTable(val datasetId: String, val projectId: String, val tableId: String? = null)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfig(val bigQueryOptions: PreventionJobTriggerInspectJobStorageConfigBigQueryOptions? = null, val cloudStorageOptions: PreventionJobTriggerInspectJobStorageConfigCloudStorageOptions? = null, val datastoreOptions: PreventionJobTriggerInspectJobStorageConfigDatastoreOptions? = null, val timespanConfig: PreventionJobTriggerInspectJobStorageConfigTimespanConfig? = null)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigBigQueryOptions(val identifyingFields: List<PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingField>? = null, val rowsLimit: Int? = null, val rowsLimitPercent: Int? = null, val sampleMethod: String? = null, val tableReference: PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsIdentifyingField(val name: String)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigBigQueryOptionsTableReference(val datasetId: String, val projectId: String, val tableId: String)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptions(val bytesLimitPerFile: Int? = null, val bytesLimitPerFilePercent: Int? = null, val fileSet: PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet, val fileTypes: List<String>? = null, val filesLimitPercent: Int? = null, val sampleMethod: String? = null)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSet(val regexFileSet: PreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsFileSetRegexFileSet? = null, val url: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId(val namespaceId: String? = null, val projectId: String)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigTimespanConfig(val enableAutoPopulationOfTimespanConfig: Boolean? = null, val endTime: String? = null, val startTime: String? = null, val timestampField: PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField)
Link copied to clipboard
data class PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField(val name: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeDictionary(val cloudStoragePath: PreventionStoredInfoTypeDictionaryCloudStoragePath? = null, val wordList: PreventionStoredInfoTypeDictionaryWordList? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionary(val bigQueryField: PreventionStoredInfoTypeLargeCustomDictionaryBigQueryField? = null, val cloudStorageFileSet: PreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSet? = null, val outputPath: PreventionStoredInfoTypeLargeCustomDictionaryOutputPath)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class PreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable(val datasetId: String, val projectId: String, val tableId: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard