Skip to content

datalossprevention.v1beta1.deidentifyTemplate

"DeidentifyTemplate is the Schema for the DeidentifyTemplates API. Allows creation of templates to de-identify content."

Index

Fields

fn new

new(name)

new returns an instance of DeidentifyTemplate

obj metadata

"ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create."

fn metadata.withAnnotations

withAnnotations(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

fn metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations"

Note: This function appends passed data to existing values

fn metadata.withClusterName

withClusterName(clusterName)

"The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request."

fn metadata.withCreationTimestamp

withCreationTimestamp(creationTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withDeletionGracePeriodSeconds

withDeletionGracePeriodSeconds(deletionGracePeriodSeconds)

"Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only."

fn metadata.withDeletionTimestamp

withDeletionTimestamp(deletionTimestamp)

"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers."

fn metadata.withFinalizers

withFinalizers(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

fn metadata.withFinalizersMixin

withFinalizersMixin(finalizers)

"Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list."

Note: This function appends passed data to existing values

fn metadata.withGenerateName

withGenerateName(generateName)

"GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server.\n\nIf this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header).\n\nApplied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency"

fn metadata.withGeneration

withGeneration(generation)

"A sequence number representing a specific generation of the desired state. Populated by the system. Read-only."

fn metadata.withLabels

withLabels(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

fn metadata.withLabelsMixin

withLabelsMixin(labels)

"Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels"

Note: This function appends passed data to existing values

fn metadata.withName

withName(name)

"Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names"

fn metadata.withNamespace

withNamespace(namespace)

"Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty.\n\nMust be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces"

fn metadata.withOwnerReferences

withOwnerReferences(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

fn metadata.withOwnerReferencesMixin

withOwnerReferencesMixin(ownerReferences)

"List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller."

Note: This function appends passed data to existing values

fn metadata.withResourceVersion

withResourceVersion(resourceVersion)

"An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency"

withSelfLink(selfLink)

"SelfLink is a URL representing this object. Populated by the system. Read-only.\n\nDEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release."

fn metadata.withUid

withUid(uid)

"UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations.\n\nPopulated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids"

obj spec

"DeidentifyTemplateSpec defines the desired state of DeidentifyTemplate"

fn spec.withDeletionPolicy

withDeletionPolicy(deletionPolicy)

"DeletionPolicy specifies what will happen to the underlying external when this managed resource is deleted - either \"Delete\" or \"Orphan\" the external resource. This field is planned to be deprecated in favor of the ManagementPolicies field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223"

fn spec.withManagementPolicies

withManagementPolicies(managementPolicies)

"THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md"

fn spec.withManagementPoliciesMixin

withManagementPoliciesMixin(managementPolicies)

"THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md"

Note: This function appends passed data to existing values

obj spec.forProvider

fn spec.forProvider.withDeidentifyConfig

withDeidentifyConfig(deidentifyConfig)

"Configuration of the deidentify template Structure is documented below."

fn spec.forProvider.withDeidentifyConfigMixin

withDeidentifyConfigMixin(deidentifyConfig)

"Configuration of the deidentify template Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.withDescription

withDescription(description)

"A description of the template."

fn spec.forProvider.withDisplayName

withDisplayName(displayName)

"User set display name of the template."

fn spec.forProvider.withParent

withParent(parent)

"The parent of the template in any of the following formats:"

obj spec.forProvider.deidentifyConfig

"Configuration of the deidentify template Structure is documented below."

fn spec.forProvider.deidentifyConfig.withImageTransformations

withImageTransformations(imageTransformations)

"Treat the dataset as an image and redact. Structure is documented below."

fn spec.forProvider.deidentifyConfig.withImageTransformationsMixin

withImageTransformationsMixin(imageTransformations)

"Treat the dataset as an image and redact. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.withInfoTypeTransformations

withInfoTypeTransformations(infoTypeTransformations)

"Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below."

fn spec.forProvider.deidentifyConfig.withInfoTypeTransformationsMixin

withInfoTypeTransformationsMixin(infoTypeTransformations)

"Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.withRecordTransformations

withRecordTransformations(recordTransformations)

"Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below."

fn spec.forProvider.deidentifyConfig.withRecordTransformationsMixin

withRecordTransformationsMixin(recordTransformations)

"Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.imageTransformations

"Treat the dataset as an image and redact. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.withTransforms

withTransforms(transforms)

"For determination of how redaction of images should occur. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.withTransformsMixin

withTransformsMixin(transforms)

"For determination of how redaction of images should occur. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.imageTransformations.transforms

"For determination of how redaction of images should occur. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withAllInfoTypes

withAllInfoTypes(allInfoTypes)

"Apply transformation to all findings not specified in other ImageTransformation's selectedInfoTypes."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withAllInfoTypesMixin

withAllInfoTypesMixin(allInfoTypes)

"Apply transformation to all findings not specified in other ImageTransformation's selectedInfoTypes."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withAllText

withAllText(allText)

"Apply transformation to all text that doesn't match an infoType."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withAllTextMixin

withAllTextMixin(allText)

"Apply transformation to all text that doesn't match an infoType."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withRedactionColor

withRedactionColor(redactionColor)

"The color to use when redacting content from an image. If not specified, the default is black. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withRedactionColorMixin

withRedactionColorMixin(redactionColor)

"The color to use when redacting content from an image. If not specified, the default is black. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withSelectedInfoTypes

withSelectedInfoTypes(selectedInfoTypes)

"Apply transformation to the selected infoTypes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.withSelectedInfoTypesMixin

withSelectedInfoTypesMixin(selectedInfoTypes)

"Apply transformation to the selected infoTypes. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.imageTransformations.transforms.redactionColor

"The color to use when redacting content from an image. If not specified, the default is black. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.redactionColor.withBlue

withBlue(blue)

"The amount of blue in the color as a value in the interval [0, 1]."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.redactionColor.withGreen

withGreen(green)

"The amount of green in the color as a value in the interval [0, 1]."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.redactionColor.withRed

withRed(red)

"The amount of red in the color as a value in the interval [0, 1]."

obj spec.forProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes

"Apply transformation to the selected infoTypes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.withInfoTypes

withInfoTypes(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.withInfoTypesMixin

withInfoTypesMixin(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.infoTypes

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.infoTypes.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.forProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.infoTypes.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations

"Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.withTransformations

withTransformations(transformations)

"Transformation for each infoType. Cannot specify more than one for a given infoType. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.withTransformationsMixin

withTransformationsMixin(transformations)

"Transformation for each infoType. Cannot specify more than one for a given infoType. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations

"Transformation for each infoType. Cannot specify more than one for a given infoType. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.withInfoTypes

withInfoTypes(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.withInfoTypesMixin

withInfoTypesMixin(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.withPrimitiveTransformation

withPrimitiveTransformation(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.withPrimitiveTransformationMixin

withPrimitiveTransformationMixin(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.infoTypes

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.infoTypes.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.infoTypes.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCharacterMaskConfig

withCharacterMaskConfig(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCharacterMaskConfigMixin

withCharacterMaskConfigMixin(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoDeterministicConfig

withCryptoDeterministicConfig(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoDeterministicConfigMixin

withCryptoDeterministicConfigMixin(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoReplaceFfxFpeConfig

withCryptoReplaceFfxFpeConfig(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoReplaceFfxFpeConfigMixin

withCryptoReplaceFfxFpeConfigMixin(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceConfig

withReplaceConfig(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceConfigMixin

withReplaceConfigMixin(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceDictionaryConfig

withReplaceDictionaryConfig(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceDictionaryConfigMixin

withReplaceDictionaryConfigMixin(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceWithInfoTypeConfig

withReplaceWithInfoTypeConfig(replaceWithInfoTypeConfig)

"Replace each matching finding with the name of the info type."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnore

withCharactersToIgnore(charactersToIgnore)

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnoreMixin

withCharactersToIgnoreMixin(charactersToIgnore)

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withMaskingCharacter

withMaskingCharacter(maskingCharacter)

"is *"

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withNumberToMask

withNumberToMask(numberToMask)

"4"

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withReverseOrder

withReverseOrder(reverseOrder)

"is false"

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.charactersToIgnore

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCharactersToSkip

withCharactersToSkip(charactersToSkip)

"Characters to not transform when masking."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCommonCharactersToIgnore

withCommonCharactersToIgnore(commonCharactersToIgnore)

"Common characters to not transform when masking. Useful to avoid removing punctuation. Possible values are: NUMERIC, ALPHA_UPPER_CASE, ALPHA_LOWER_CASE, PUNCTUATION, WHITESPACE."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.context

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCommonAlphabet

withCommonAlphabet(commonAlphabet)

"Common alphabets. Possible values are: FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED, NUMERIC, HEXADECIMAL, UPPER_CASE_ALPHA_NUMERIC, ALPHA_NUMERIC."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCustomAlphabet

withCustomAlphabet(customAlphabet)

"This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;\"'<,>.?/"

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withRadix

withRadix(radix)

"The native way to select the alphabet. Must be in the range [2, 95]."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig

"Replace each input value with a given value. Structure is documented below."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.withNewValue

withNewValue(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.withNewValueMixin

withNewValueMixin(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.withWordList

withWordList(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.withWordListMixin

withWordListMixin(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.wordList

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWords

withWords(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

fn spec.forProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWordsMixin

withWordsMixin(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations

"Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.withFieldTransformations

withFieldTransformations(fieldTransformations)

"Transform the record by applying various field transformations. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.withFieldTransformationsMixin

withFieldTransformationsMixin(fieldTransformations)

"Transform the record by applying various field transformations. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.withRecordSuppressions

withRecordSuppressions(recordSuppressions)

"Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.withRecordSuppressionsMixin

withRecordSuppressionsMixin(recordSuppressions)

"Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations

"Transform the record by applying various field transformations. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.withCondition

withCondition(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.withConditionMixin

withConditionMixin(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.withFields

withFields(fields)

"Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of \"contact.nums[0].type\", use \"contact.nums.type\". Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.withFieldsMixin

withFieldsMixin(fields)

"Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of \"contact.nums[0].type\", use \"contact.nums.type\". Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.withPrimitiveTransformation

withPrimitiveTransformation(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.withPrimitiveTransformationMixin

withPrimitiveTransformationMixin(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.withExpressions

withExpressions(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.withExpressionsMixin

withExpressionsMixin(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.withLogicalOperator

withLogicalOperator(logicalOperator)

"The operator to apply to the result of conditions. Default and currently only supported value is AND. Default value is AND. Possible values are: AND."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withField

withField(field)

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withFieldMixin

withFieldMixin(field)

"Field within the record this condition is evaluated against. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withOperator

withOperator(operator)

"Operator used to compare the field or infoType to the value. Possible values are: EQUAL_TO, NOT_EQUAL_TO, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS, EXISTS."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withValue

withValue(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withValueMixin

withValueMixin(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.field

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.field.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.fields

"Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of \"contact.nums[0].type\", use \"contact.nums.type\". Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.fields.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withBucketingConfig

withBucketingConfig(bucketingConfig)

"Generalization function that buckets values based on ranges. The ranges and replacement values are dynamically provided by the user for custom behavior, such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of type: number, long, string, timestamp. If the provided value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withBucketingConfigMixin

withBucketingConfigMixin(bucketingConfig)

"Generalization function that buckets values based on ranges. The ranges and replacement values are dynamically provided by the user for custom behavior, such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of type: number, long, string, timestamp. If the provided value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCharacterMaskConfig

withCharacterMaskConfig(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCharacterMaskConfigMixin

withCharacterMaskConfigMixin(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoDeterministicConfig

withCryptoDeterministicConfig(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoDeterministicConfigMixin

withCryptoDeterministicConfigMixin(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoHashConfig

withCryptoHashConfig(cryptoHashConfig)

"Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoHashConfigMixin

withCryptoHashConfigMixin(cryptoHashConfig)

"Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoReplaceFfxFpeConfig

withCryptoReplaceFfxFpeConfig(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoReplaceFfxFpeConfigMixin

withCryptoReplaceFfxFpeConfigMixin(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withDateShiftConfig

withDateShiftConfig(dateShiftConfig)

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withDateShiftConfigMixin

withDateShiftConfigMixin(dateShiftConfig)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withFixedSizeBucketingConfig

withFixedSizeBucketingConfig(fixedSizeBucketingConfig)

"Buckets values based on fixed size ranges. The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}. For example, if lower_bound = 10 and upper_bound = 20, all values that are within this bucket will be replaced with \"10-20\". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withFixedSizeBucketingConfigMixin

withFixedSizeBucketingConfigMixin(fixedSizeBucketingConfig)

"Buckets values based on fixed size ranges. The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}. For example, if lower_bound = 10 and upper_bound = 20, all values that are within this bucket will be replaced with \"10-20\". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withRedactConfig

withRedactConfig(redactConfig)

"Redact a given value. For example, if used with an InfoTypeTransformation transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withRedactConfigMixin

withRedactConfigMixin(redactConfig)

"Redact a given value. For example, if used with an InfoTypeTransformation transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceConfig

withReplaceConfig(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceConfigMixin

withReplaceConfigMixin(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceDictionaryConfig

withReplaceDictionaryConfig(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceDictionaryConfigMixin

withReplaceDictionaryConfigMixin(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withTimePartConfig

withTimePartConfig(timePartConfig)

"For use with Date, Timestamp, and TimeOfDay, extract or preserve a portion of the value. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withTimePartConfigMixin

withTimePartConfigMixin(timePartConfig)

"For use with Date, Timestamp, and TimeOfDay, extract or preserve a portion of the value. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig

"Generalization function that buckets values based on ranges. The ranges and replacement values are dynamically provided by the user for custom behavior, such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of type: number, long, string, timestamp. If the provided value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.withBuckets

withBuckets(buckets)

"Set of buckets. Ranges must be non-overlapping. Bucket is represented as a range, along with replacement values. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.withBucketsMixin

withBucketsMixin(buckets)

"Set of buckets. Ranges must be non-overlapping. Bucket is represented as a range, along with replacement values. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets

"Set of buckets. Ranges must be non-overlapping. Bucket is represented as a range, along with replacement values. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMax

withMax(max)

"Upper bound of the range, exclusive; type must match min. The max block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMaxMixin

withMaxMixin(max)

"Upper bound of the range, exclusive; type must match min. The max block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMin

withMin(min)

"Lower bound of the range, inclusive. Type should be the same as max if used. The min block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMinMixin

withMinMixin(min)

"Lower bound of the range, inclusive. Type should be the same as max if used. The min block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withReplacementValue

withReplacementValue(replacementValue)

"Replacement value for this bucket. The replacement_value block must only contain one argument. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withReplacementValueMixin

withReplacementValueMixin(replacementValue)

"Replacement value for this bucket. The replacement_value block must only contain one argument. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max

"Upper bound of the range, exclusive; type must match min. The max block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min

"Lower bound of the range, inclusive. Type should be the same as max if used. The min block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue

"Replacement value for this bucket. The replacement_value block must only contain one argument. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnore

withCharactersToIgnore(charactersToIgnore)

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnoreMixin

withCharactersToIgnoreMixin(charactersToIgnore)

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withMaskingCharacter

withMaskingCharacter(maskingCharacter)

"is *"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withNumberToMask

withNumberToMask(numberToMask)

"4"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withReverseOrder

withReverseOrder(reverseOrder)

"is false"

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.charactersToIgnore

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCharactersToSkip

withCharactersToSkip(charactersToSkip)

"Characters to not transform when masking."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCommonCharactersToIgnore

withCommonCharactersToIgnore(commonCharactersToIgnore)

"Common characters to not transform when masking. Useful to avoid removing punctuation. Possible values are: NUMERIC, ALPHA_UPPER_CASE, ALPHA_LOWER_CASE, PUNCTUATION, WHITESPACE."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.context

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig

"Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCommonAlphabet

withCommonAlphabet(commonAlphabet)

"Common alphabets. Possible values are: FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED, NUMERIC, HEXADECIMAL, UPPER_CASE_ALPHA_NUMERIC, ALPHA_NUMERIC."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCustomAlphabet

withCustomAlphabet(customAlphabet)

"This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;\"'<,>.?/"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withRadix

withRadix(radix)

"The native way to select the alphabet. Must be in the range [2, 95]."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withLowerBoundDays

withLowerBoundDays(lowerBoundDays)

"For example, -5 means shift date to at most 5 days back in the past."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withUpperBoundDays

withUpperBoundDays(upperBoundDays)

"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."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.context

"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. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig

"Buckets values based on fixed size ranges. The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}. For example, if lower_bound = 10 and upper_bound = 20, all values that are within this bucket will be replaced with \"10-20\". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withBucketSize

withBucketSize(bucketSize)

"Size of each bucket (except for minimum and maximum buckets). So if lower_bound = 10, upper_bound = 89, and bucketSize = 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withLowerBound

withLowerBound(lowerBound)

"Lower bound value of buckets. All values less than lower_bound are grouped together into a single bucket; for example if lower_bound = 10, then all values less than 10 are replaced with the value \"-10\". The lower_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withLowerBoundMixin

withLowerBoundMixin(lowerBound)

"Lower bound value of buckets. All values less than lower_bound are grouped together into a single bucket; for example if lower_bound = 10, then all values less than 10 are replaced with the value \"-10\". The lower_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withUpperBound

withUpperBound(upperBound)

"Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if upper_bound = 89, then all values greater than 89 are replaced with the value \"89+\". The upper_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withUpperBoundMixin

withUpperBoundMixin(upperBound)

"Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if upper_bound = 89, then all values greater than 89 are replaced with the value \"89+\". The upper_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound

"Lower bound value of buckets. All values less than lower_bound are grouped together into a single bucket; for example if lower_bound = 10, then all values less than 10 are replaced with the value \"-10\". The lower_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound

"Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if upper_bound = 89, then all values greater than 89 are replaced with the value \"89+\". The upper_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig

"Replace each input value with a given value. Structure is documented below."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.withNewValue

withNewValue(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.withNewValueMixin

withNewValueMixin(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.withWordList

withWordList(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.withWordListMixin

withWordListMixin(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.wordList

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWords

withWords(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWordsMixin

withWordsMixin(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.timePartConfig

"For use with Date, Timestamp, and TimeOfDay, extract or preserve a portion of the value. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.timePartConfig.withPartToExtract

withPartToExtract(partToExtract)

"The part of the time to keep. Possible values are: YEAR, MONTH, DAY_OF_MONTH, DAY_OF_WEEK, WEEK_OF_YEAR, HOUR_OF_DAY."

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions

"Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.withCondition

withCondition(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.withConditionMixin

withConditionMixin(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.withExpressions

withExpressions(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.withExpressionsMixin

withExpressionsMixin(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.withLogicalOperator

withLogicalOperator(logicalOperator)

"The operator to apply to the result of conditions. Default and currently only supported value is AND. Default value is AND. Possible values are: AND."

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withField

withField(field)

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withFieldMixin

withFieldMixin(field)

"Field within the record this condition is evaluated against. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withOperator

withOperator(operator)

"Operator used to compare the field or infoType to the value. Possible values are: EQUAL_TO, NOT_EQUAL_TO, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS, EXISTS."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withValue

withValue(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withValueMixin

withValueMixin(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.field

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.field.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue

"Represents a time of day. Structure is documented below."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.forProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.initProvider

"THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored unless the relevant Crossplane feature flag is enabled, and may be changed or removed without notice. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler."

fn spec.initProvider.withDeidentifyConfig

withDeidentifyConfig(deidentifyConfig)

"Configuration of the deidentify template Structure is documented below."

fn spec.initProvider.withDeidentifyConfigMixin

withDeidentifyConfigMixin(deidentifyConfig)

"Configuration of the deidentify template Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.withDescription

withDescription(description)

"A description of the template."

fn spec.initProvider.withDisplayName

withDisplayName(displayName)

"User set display name of the template."

fn spec.initProvider.withParent

withParent(parent)

"The parent of the template in any of the following formats:"

obj spec.initProvider.deidentifyConfig

"Configuration of the deidentify template Structure is documented below."

fn spec.initProvider.deidentifyConfig.withImageTransformations

withImageTransformations(imageTransformations)

"Treat the dataset as an image and redact. Structure is documented below."

fn spec.initProvider.deidentifyConfig.withImageTransformationsMixin

withImageTransformationsMixin(imageTransformations)

"Treat the dataset as an image and redact. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.withInfoTypeTransformations

withInfoTypeTransformations(infoTypeTransformations)

"Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below."

fn spec.initProvider.deidentifyConfig.withInfoTypeTransformationsMixin

withInfoTypeTransformationsMixin(infoTypeTransformations)

"Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.withRecordTransformations

withRecordTransformations(recordTransformations)

"Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below."

fn spec.initProvider.deidentifyConfig.withRecordTransformationsMixin

withRecordTransformationsMixin(recordTransformations)

"Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.imageTransformations

"Treat the dataset as an image and redact. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.withTransforms

withTransforms(transforms)

"For determination of how redaction of images should occur. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.withTransformsMixin

withTransformsMixin(transforms)

"For determination of how redaction of images should occur. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.imageTransformations.transforms

"For determination of how redaction of images should occur. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withAllInfoTypes

withAllInfoTypes(allInfoTypes)

"Apply transformation to all findings not specified in other ImageTransformation's selectedInfoTypes."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withAllInfoTypesMixin

withAllInfoTypesMixin(allInfoTypes)

"Apply transformation to all findings not specified in other ImageTransformation's selectedInfoTypes."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withAllText

withAllText(allText)

"Apply transformation to all text that doesn't match an infoType."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withAllTextMixin

withAllTextMixin(allText)

"Apply transformation to all text that doesn't match an infoType."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withRedactionColor

withRedactionColor(redactionColor)

"The color to use when redacting content from an image. If not specified, the default is black. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withRedactionColorMixin

withRedactionColorMixin(redactionColor)

"The color to use when redacting content from an image. If not specified, the default is black. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withSelectedInfoTypes

withSelectedInfoTypes(selectedInfoTypes)

"Apply transformation to the selected infoTypes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.withSelectedInfoTypesMixin

withSelectedInfoTypesMixin(selectedInfoTypes)

"Apply transformation to the selected infoTypes. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.imageTransformations.transforms.redactionColor

"The color to use when redacting content from an image. If not specified, the default is black. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.redactionColor.withBlue

withBlue(blue)

"The amount of blue in the color as a value in the interval [0, 1]."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.redactionColor.withGreen

withGreen(green)

"The amount of green in the color as a value in the interval [0, 1]."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.redactionColor.withRed

withRed(red)

"The amount of red in the color as a value in the interval [0, 1]."

obj spec.initProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes

"Apply transformation to the selected infoTypes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.withInfoTypes

withInfoTypes(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.withInfoTypesMixin

withInfoTypesMixin(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.infoTypes

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.infoTypes.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.initProvider.deidentifyConfig.imageTransformations.transforms.selectedInfoTypes.infoTypes.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations

"Treat the dataset as free-form text and apply the same free text transformation everywhere Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.withTransformations

withTransformations(transformations)

"Transformation for each infoType. Cannot specify more than one for a given infoType. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.withTransformationsMixin

withTransformationsMixin(transformations)

"Transformation for each infoType. Cannot specify more than one for a given infoType. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations

"Transformation for each infoType. Cannot specify more than one for a given infoType. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.withInfoTypes

withInfoTypes(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.withInfoTypesMixin

withInfoTypesMixin(infoTypes)

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.withPrimitiveTransformation

withPrimitiveTransformation(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.withPrimitiveTransformationMixin

withPrimitiveTransformationMixin(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.infoTypes

"InfoTypes to apply the transformation to. Leaving this empty will apply the transformation to apply to all findings that correspond to infoTypes that were requested in InspectConfig. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.infoTypes.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.infoTypes.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCharacterMaskConfig

withCharacterMaskConfig(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCharacterMaskConfigMixin

withCharacterMaskConfigMixin(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoDeterministicConfig

withCryptoDeterministicConfig(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoDeterministicConfigMixin

withCryptoDeterministicConfigMixin(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoReplaceFfxFpeConfig

withCryptoReplaceFfxFpeConfig(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withCryptoReplaceFfxFpeConfigMixin

withCryptoReplaceFfxFpeConfigMixin(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceConfig

withReplaceConfig(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceConfigMixin

withReplaceConfigMixin(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceDictionaryConfig

withReplaceDictionaryConfig(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceDictionaryConfigMixin

withReplaceDictionaryConfigMixin(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.withReplaceWithInfoTypeConfig

withReplaceWithInfoTypeConfig(replaceWithInfoTypeConfig)

"Replace each matching finding with the name of the info type."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnore

withCharactersToIgnore(charactersToIgnore)

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnoreMixin

withCharactersToIgnoreMixin(charactersToIgnore)

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withMaskingCharacter

withMaskingCharacter(maskingCharacter)

"is *"

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withNumberToMask

withNumberToMask(numberToMask)

"4"

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.withReverseOrder

withReverseOrder(reverseOrder)

"is false"

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.charactersToIgnore

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCharactersToSkip

withCharactersToSkip(charactersToSkip)

"Characters to not transform when masking."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCommonCharactersToIgnore

withCommonCharactersToIgnore(commonCharactersToIgnore)

"Common characters to not transform when masking. Useful to avoid removing punctuation. Possible values are: NUMERIC, ALPHA_UPPER_CASE, ALPHA_LOWER_CASE, PUNCTUATION, WHITESPACE."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.context

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCommonAlphabet

withCommonAlphabet(commonAlphabet)

"Common alphabets. Possible values are: FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED, NUMERIC, HEXADECIMAL, UPPER_CASE_ALPHA_NUMERIC, ALPHA_NUMERIC."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCustomAlphabet

withCustomAlphabet(customAlphabet)

"This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;\"'<,>.?/"

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withRadix

withRadix(radix)

"The native way to select the alphabet. Must be in the range [2, 95]."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig

"Replace each input value with a given value. Structure is documented below."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.newValue.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.withNewValue

withNewValue(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceConfig.withNewValueMixin

withNewValueMixin(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.withWordList

withWordList(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.withWordListMixin

withWordListMixin(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.wordList

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWords

withWords(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

fn spec.initProvider.deidentifyConfig.infoTypeTransformations.transformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWordsMixin

withWordsMixin(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations

"Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.withFieldTransformations

withFieldTransformations(fieldTransformations)

"Transform the record by applying various field transformations. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.withFieldTransformationsMixin

withFieldTransformationsMixin(fieldTransformations)

"Transform the record by applying various field transformations. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.withRecordSuppressions

withRecordSuppressions(recordSuppressions)

"Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.withRecordSuppressionsMixin

withRecordSuppressionsMixin(recordSuppressions)

"Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations

"Transform the record by applying various field transformations. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.withCondition

withCondition(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.withConditionMixin

withConditionMixin(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.withFields

withFields(fields)

"Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of \"contact.nums[0].type\", use \"contact.nums.type\". Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.withFieldsMixin

withFieldsMixin(fields)

"Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of \"contact.nums[0].type\", use \"contact.nums.type\". Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.withPrimitiveTransformation

withPrimitiveTransformation(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.withPrimitiveTransformationMixin

withPrimitiveTransformationMixin(primitiveTransformation)

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.withExpressions

withExpressions(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.withExpressionsMixin

withExpressionsMixin(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.withLogicalOperator

withLogicalOperator(logicalOperator)

"The operator to apply to the result of conditions. Default and currently only supported value is AND. Default value is AND. Possible values are: AND."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withField

withField(field)

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withFieldMixin

withFieldMixin(field)

"Field within the record this condition is evaluated against. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withOperator

withOperator(operator)

"Operator used to compare the field or infoType to the value. Possible values are: EQUAL_TO, NOT_EQUAL_TO, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS, EXISTS."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withValue

withValue(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.withValueMixin

withValueMixin(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.field

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.field.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.condition.expressions.conditions.conditions.value.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.fields

"Input field(s) to apply the transformation to. When you have columns that reference their position within a list, omit the index from the FieldId. FieldId name matching ignores the index. For example, instead of \"contact.nums[0].type\", use \"contact.nums.type\". Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.fields.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation

"Primitive transformation to apply to the infoType. The primitive_transformation block must only contain one argument, corresponding to the type of transformation. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withBucketingConfig

withBucketingConfig(bucketingConfig)

"Generalization function that buckets values based on ranges. The ranges and replacement values are dynamically provided by the user for custom behavior, such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of type: number, long, string, timestamp. If the provided value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withBucketingConfigMixin

withBucketingConfigMixin(bucketingConfig)

"Generalization function that buckets values based on ranges. The ranges and replacement values are dynamically provided by the user for custom behavior, such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of type: number, long, string, timestamp. If the provided value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCharacterMaskConfig

withCharacterMaskConfig(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCharacterMaskConfigMixin

withCharacterMaskConfigMixin(characterMaskConfig)

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoDeterministicConfig

withCryptoDeterministicConfig(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoDeterministicConfigMixin

withCryptoDeterministicConfigMixin(cryptoDeterministicConfig)

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoHashConfig

withCryptoHashConfig(cryptoHashConfig)

"Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoHashConfigMixin

withCryptoHashConfigMixin(cryptoHashConfig)

"Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoReplaceFfxFpeConfig

withCryptoReplaceFfxFpeConfig(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withCryptoReplaceFfxFpeConfigMixin

withCryptoReplaceFfxFpeConfigMixin(cryptoReplaceFfxFpeConfig)

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withDateShiftConfig

withDateShiftConfig(dateShiftConfig)

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withDateShiftConfigMixin

withDateShiftConfigMixin(dateShiftConfig)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withFixedSizeBucketingConfig

withFixedSizeBucketingConfig(fixedSizeBucketingConfig)

"Buckets values based on fixed size ranges. The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}. For example, if lower_bound = 10 and upper_bound = 20, all values that are within this bucket will be replaced with \"10-20\". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withFixedSizeBucketingConfigMixin

withFixedSizeBucketingConfigMixin(fixedSizeBucketingConfig)

"Buckets values based on fixed size ranges. The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}. For example, if lower_bound = 10 and upper_bound = 20, all values that are within this bucket will be replaced with \"10-20\". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withRedactConfig

withRedactConfig(redactConfig)

"Redact a given value. For example, if used with an InfoTypeTransformation transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withRedactConfigMixin

withRedactConfigMixin(redactConfig)

"Redact a given value. For example, if used with an InfoTypeTransformation transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the output would be 'My phone number is '."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceConfig

withReplaceConfig(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceConfigMixin

withReplaceConfigMixin(replaceConfig)

"Replace each input value with a given value. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceDictionaryConfig

withReplaceDictionaryConfig(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withReplaceDictionaryConfigMixin

withReplaceDictionaryConfigMixin(replaceDictionaryConfig)

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withTimePartConfig

withTimePartConfig(timePartConfig)

"For use with Date, Timestamp, and TimeOfDay, extract or preserve a portion of the value. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.withTimePartConfigMixin

withTimePartConfigMixin(timePartConfig)

"For use with Date, Timestamp, and TimeOfDay, extract or preserve a portion of the value. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig

"Generalization function that buckets values based on ranges. The ranges and replacement values are dynamically provided by the user for custom behavior, such as 1-30 -> LOW 31-65 -> MEDIUM 66-100 -> HIGH This can be used on data of type: number, long, string, timestamp. If the provided value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.withBuckets

withBuckets(buckets)

"Set of buckets. Ranges must be non-overlapping. Bucket is represented as a range, along with replacement values. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.withBucketsMixin

withBucketsMixin(buckets)

"Set of buckets. Ranges must be non-overlapping. Bucket is represented as a range, along with replacement values. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets

"Set of buckets. Ranges must be non-overlapping. Bucket is represented as a range, along with replacement values. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMax

withMax(max)

"Upper bound of the range, exclusive; type must match min. The max block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMaxMixin

withMaxMixin(max)

"Upper bound of the range, exclusive; type must match min. The max block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMin

withMin(min)

"Lower bound of the range, inclusive. Type should be the same as max if used. The min block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withMinMixin

withMinMixin(min)

"Lower bound of the range, inclusive. Type should be the same as max if used. The min block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withReplacementValue

withReplacementValue(replacementValue)

"Replacement value for this bucket. The replacement_value block must only contain one argument. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.withReplacementValueMixin

withReplacementValueMixin(replacementValue)

"Replacement value for this bucket. The replacement_value block must only contain one argument. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max

"Upper bound of the range, exclusive; type must match min. The max block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.max.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min

"Lower bound of the range, inclusive. Type should be the same as max if used. The min block must only contain one argument. See the bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.min.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue

"Replacement value for this bucket. The replacement_value block must only contain one argument. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.bucketingConfig.buckets.replacementValue.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig

"Partially mask a string by replacing a given number of characters with a fixed character. Masking can start from the beginning or end of the string. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnore

withCharactersToIgnore(charactersToIgnore)

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withCharactersToIgnoreMixin

withCharactersToIgnoreMixin(charactersToIgnore)

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withMaskingCharacter

withMaskingCharacter(maskingCharacter)

"is *"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withNumberToMask

withNumberToMask(numberToMask)

"4"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.withReverseOrder

withReverseOrder(reverseOrder)

"is false"

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.charactersToIgnore

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCharactersToSkip

withCharactersToSkip(charactersToSkip)

"Characters to not transform when masking."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.characterMaskConfig.charactersToIgnore.withCommonCharactersToIgnore

withCommonCharactersToIgnore(commonCharactersToIgnore)

"Common characters to not transform when masking. Useful to avoid removing punctuation. Possible values are: NUMERIC, ALPHA_UPPER_CASE, ALPHA_LOWER_CASE, PUNCTUATION, WHITESPACE."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig

"Pseudonymization method that generates deterministic encryption for the given input. Outputs a base64 encoded representation of the encrypted output. Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.context

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoDeterministicConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig

"Pseudonymization method that generates surrogates via cryptographic hashing. Uses SHA-256. The key size must be either 32 or 64 bytes. Outputs a base64 encoded representation of the hashed output (for example, L7k0BHmF1ha5U3NfGykjro4xWi1MPVQPjhMAZbSV9mM=). Currently, only string and integer values can be hashed. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoHashConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig

"Replaces an identifier with a surrogate using Format Preserving Encryption (FPE) with the FFX mode of operation; however when used in the content.reidentify API method, it serves the opposite function by reversing the surrogate back into the original identifier. The identifier must be encoded as ASCII. For a given crypto key and context, the same identifier will be replaced with the same surrogate. Identifiers must be at least two characters long. In the case that the identifier is the empty string, it will be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn more. Note: We recommend using CryptoDeterministicConfig for all use cases which do not require preserving the input alphabet space and size, plus warrant referential integrity. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCommonAlphabet

withCommonAlphabet(commonAlphabet)

"Common alphabets. Possible values are: FFX_COMMON_NATIVE_ALPHABET_UNSPECIFIED, NUMERIC, HEXADECIMAL, UPPER_CASE_ALPHA_NUMERIC, ALPHA_NUMERIC."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withCustomAlphabet

withCustomAlphabet(customAlphabet)

"This is supported by mapping these to the alphanumeric characters that the FFX mode natively supports. This happens before/after encryption/decryption. Each character listed must appear only once. Number of characters must be in the range [2, 95]. This must be encoded as ASCII. The order of characters does not matter. The full list of allowed characters is: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz ~`!@#$%^&*()_-+={[}]|:;\"'<,>.?/"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withRadix

withRadix(radix)

"The native way to select the alphabet. Must be in the range [2, 95]."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoType

withSurrogateInfoType(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.withSurrogateInfoTypeMixin

withSurrogateInfoTypeMixin(surrogateInfoType)

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType

"The custom infoType to annotate the surrogate with. This annotation will be applied to the surrogate by prefixing it with the name of the custom infoType followed by the number of characters comprising the surrogate. The following scheme defines the format: info_type_name(surrogate_character_count):surrogate For example, if the name of custom infoType is 'MY_TOKEN_INFO_TYPE' and the surrogate is 'abc', the full replacement value will be: 'MY_TOKEN_INFO_TYPE(3):abc' This annotation identifies the surrogate when inspecting content using the custom infoType SurrogateType. This facilitates reversal of the surrogate when it occurs in free text. In order for inspection to work properly, the name of this infoType must not occur naturally anywhere in your data; otherwise, inspection may find a surrogate that does not correspond to an actual identifier. Therefore, choose your custom infoType name carefully after considering what your data looks like. One way to select a name that has a high chance of yielding reliable detection is to include one or more unicode characters that are highly improbable to exist in your data. For example, assuming your data is entered from a regular ASCII keyboard, the symbol with the hex code point 29DD might be used like so: ⧝MY_TOKEN_TYPE Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.cryptoReplaceFfxFpeConfig.surrogateInfoType.withVersion

withVersion(version)

"Optional version name for this InfoType."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withContext

withContext(context)

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withContextMixin

withContextMixin(context)

"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. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withCryptoKey

withCryptoKey(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withCryptoKeyMixin

withCryptoKeyMixin(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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withLowerBoundDays

withLowerBoundDays(lowerBoundDays)

"For example, -5 means shift date to at most 5 days back in the past."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.withUpperBoundDays

withUpperBoundDays(upperBoundDays)

"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."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.context

"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. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.context.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.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 cryptoKey. If set, must also set context. Can only be applied to table items. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withKmsWrapped

withKmsWrapped(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withKmsWrappedMixin

withKmsWrappedMixin(kmsWrapped)

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withTransient

withTransient(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withTransientMixin

withTransientMixin(transient)

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withUnwrapped

withUnwrapped(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.withUnwrappedMixin

withUnwrappedMixin(unwrapped)

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.kmsWrapped

"KMS wrapped key. Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. Authorization requires the following IAM permissions when sending a request to perform a crypto transformation using a KMS-wrapped crypto key: dlp.kms.encrypt For more information, see Creating a wrapped key. Note: When you use Cloud KMS for cryptographic operations, charges apply. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.kmsWrapped.withCryptoKeyName

withCryptoKeyName(cryptoKeyName)

"The resource name of the KMS CryptoKey to use for unwrapping."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.kmsWrapped.withWrappedKey

withWrappedKey(wrappedKey)

"The wrapped data crypto key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.transient

"Transient crypto key. Use this to have a random data crypto key generated. It will be discarded after the request finishes. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.transient.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.unwrapped

"Unwrapped crypto key. Using raw keys is prone to security risks due to accidentally leaking the key. Choose another type of key if possible. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.dateShiftConfig.cryptoKey.unwrapped.withKey

withKey(key)

"A 128/192/256 bit key. A base64-encoded string."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig

"Buckets values based on fixed size ranges. The Bucketing transformation can provide all of this functionality, but requires more configuration. This message is provided as a convenience to the user for simple bucketing strategies. The transformed value will be a hyphenated string of {lower_bound}-{upper_bound}. For example, if lower_bound = 10 and upper_bound = 20, all values that are within this bucket will be replaced with \"10-20\". This can be used on data of type: double, long. If the bound Value type differs from the type of data being transformed, we will first attempt converting the type of the data to be transformed to match the type of the bound before comparing. See https://cloud.google.com/dlp/docs/concepts-bucketing to learn more. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withBucketSize

withBucketSize(bucketSize)

"Size of each bucket (except for minimum and maximum buckets). So if lower_bound = 10, upper_bound = 89, and bucketSize = 10, then the following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60, 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withLowerBound

withLowerBound(lowerBound)

"Lower bound value of buckets. All values less than lower_bound are grouped together into a single bucket; for example if lower_bound = 10, then all values less than 10 are replaced with the value \"-10\". The lower_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withLowerBoundMixin

withLowerBoundMixin(lowerBound)

"Lower bound value of buckets. All values less than lower_bound are grouped together into a single bucket; for example if lower_bound = 10, then all values less than 10 are replaced with the value \"-10\". The lower_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withUpperBound

withUpperBound(upperBound)

"Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if upper_bound = 89, then all values greater than 89 are replaced with the value \"89+\". The upper_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.withUpperBoundMixin

withUpperBoundMixin(upperBound)

"Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if upper_bound = 89, then all values greater than 89 are replaced with the value \"89+\". The upper_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound

"Lower bound value of buckets. All values less than lower_bound are grouped together into a single bucket; for example if lower_bound = 10, then all values less than 10 are replaced with the value \"-10\". The lower_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.lowerBound.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound

"Upper bound value of buckets. All values greater than upper_bound are grouped together into a single bucket; for example if upper_bound = 89, then all values greater than 89 are replaced with the value \"89+\". The upper_bound block must only contain one argument. See the fixed_size_bucketing_config block description for more information about choosing a data type. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.fixedSizeBucketingConfig.upperBound.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig

"Replace each input value with a given value. Structure is documented below."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.newValue.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.withNewValue

withNewValue(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceConfig.withNewValueMixin

withNewValueMixin(newValue)

"Replace each input value with a given value. The new_value block must only contain one argument. For example when replacing the contents of a string-type field, only string_value should be set. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig

"Replace with a value randomly drawn (with replacement) from a dictionary. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.withWordList

withWordList(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.withWordListMixin

withWordListMixin(wordList)

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.wordList

"A list of words to select from for random replacement. The limits page contains details about the size limits of dictionaries. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWords

withWords(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.replaceDictionaryConfig.wordList.withWordsMixin

withWordsMixin(words)

"Words or phrases defining the dictionary. The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.timePartConfig

"For use with Date, Timestamp, and TimeOfDay, extract or preserve a portion of the value. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.fieldTransformations.primitiveTransformation.timePartConfig.withPartToExtract

withPartToExtract(partToExtract)

"The part of the time to keep. Possible values are: YEAR, MONTH, DAY_OF_MONTH, DAY_OF_WEEK, WEEK_OF_YEAR, HOUR_OF_DAY."

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions

"Configuration defining which records get suppressed entirely. Records that match any suppression rule are omitted from the output. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.withCondition

withCondition(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.withConditionMixin

withConditionMixin(condition)

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition

"A condition that when it evaluates to true will result in the record being evaluated to be suppressed from the transformed content. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.withExpressions

withExpressions(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.withExpressionsMixin

withExpressionsMixin(expressions)

"An expression, consisting of an operator and conditions. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions

"An expression, consisting of an operator and conditions. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.withLogicalOperator

withLogicalOperator(logicalOperator)

"The operator to apply to the result of conditions. Default and currently only supported value is AND. Default value is AND. Possible values are: AND."

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.withConditions

withConditions(conditions)

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.withConditionsMixin

withConditionsMixin(conditions)

"Conditions to apply to the expression. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions

"Conditions to apply to the expression. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withField

withField(field)

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withFieldMixin

withFieldMixin(field)

"Field within the record this condition is evaluated against. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withOperator

withOperator(operator)

"Operator used to compare the field or infoType to the value. Possible values are: EQUAL_TO, NOT_EQUAL_TO, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUALS, LESS_THAN_OR_EQUALS, EXISTS."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withValue

withValue(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.withValueMixin

withValueMixin(value)

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

Note: This function appends passed data to existing values

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.field

"Field within the record this condition is evaluated against. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.field.withName

withName(name)

"Name of the key. This is an arbitrary string used to differentiate different keys. A unique key is generated per name: two separate TransientCryptoKey protos share the same generated key if their names are the same. When the data crypto key is generated, this name is not used in any way (repeating the api call will result in a different key being generated)."

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value

"Value to compare against. The value block must only contain one argument. For example when a condition is evaluated against a string-type field, only string_value should be set. This argument is mandatory, except for conditions using the EXISTS operator. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withBooleanValue

withBooleanValue(booleanValue)

"A boolean value."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withDateValue

withDateValue(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withDateValueMixin

withDateValueMixin(dateValue)

"Represents a whole or partial calendar date. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withDayOfWeekValue

withDayOfWeekValue(dayOfWeekValue)

"Represents a day of the week. Possible values are: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withFloatValue

withFloatValue(floatValue)

"A float value."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withIntegerValue

withIntegerValue(integerValue)

"An integer value (int64 format)"

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withStringValue

withStringValue(stringValue)

"A string value."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withTimeValue

withTimeValue(timeValue)

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withTimeValueMixin

withTimeValueMixin(timeValue)

"Represents a time of day. Structure is documented below."

Note: This function appends passed data to existing values

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.withTimestampValue

withTimestampValue(timestampValue)

"A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: \"2014-10-02T15:01:23Z\" and \"2014-10-02T15:01:23.045123456Z\"."

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue

"Represents a whole or partial calendar date. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue.withDay

withDay(day)

"Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a year by itself or a year and month where the day is not significant."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue.withMonth

withMonth(month)

"Month of year. Must be from 1 to 12, or 0 if specifying a year without a month and day."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.dateValue.withYear

withYear(year)

"Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year."

obj spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue

"Represents a time of day. Structure is documented below."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withHours

withHours(hours)

"Hours of day in 24 hour format. Should be from 0 to 23."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withMinutes

withMinutes(minutes)

"Minutes of hour of day. Must be from 0 to 59."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withNanos

withNanos(nanos)

"Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999."

fn spec.initProvider.deidentifyConfig.recordTransformations.recordSuppressions.condition.expressions.conditions.conditions.value.timeValue.withSeconds

withSeconds(seconds)

"Seconds of minutes of the time. Must normally be from 0 to 59."

obj spec.providerConfigRef

"ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured."

fn spec.providerConfigRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerConfigRef.policy

"Policies for referencing."

fn spec.providerConfigRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerConfigRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.providerRef

"ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef"

fn spec.providerRef.withName

withName(name)

"Name of the referenced object."

obj spec.providerRef.policy

"Policies for referencing."

fn spec.providerRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.providerRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo

"PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource."

fn spec.publishConnectionDetailsTo.withName

withName(name)

"Name is the name of the connection secret."

obj spec.publishConnectionDetailsTo.configRef

"SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret."

fn spec.publishConnectionDetailsTo.configRef.withName

withName(name)

"Name of the referenced object."

obj spec.publishConnectionDetailsTo.configRef.policy

"Policies for referencing."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolution

withResolution(resolution)

"Resolution specifies whether resolution of this reference is required. The default is 'Required', which means the reconcile will fail if the reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved."

fn spec.publishConnectionDetailsTo.configRef.policy.withResolve

withResolve(resolve)

"Resolve specifies when this reference should be resolved. The default is 'IfNotPresent', which will attempt to resolve the reference only when the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile."

obj spec.publishConnectionDetailsTo.metadata

"Metadata is the metadata for connection secret."

fn spec.publishConnectionDetailsTo.metadata.withAnnotations

withAnnotations(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withAnnotationsMixin

withAnnotationsMixin(annotations)

"Annotations are the annotations to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.annotations\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withLabels

withLabels(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

fn spec.publishConnectionDetailsTo.metadata.withLabelsMixin

withLabelsMixin(labels)

"Labels are the labels/tags to be added to connection secret. - For Kubernetes secrets, this will be used as \"metadata.labels\". - It is up to Secret Store implementation for others store types."

Note: This function appends passed data to existing values

fn spec.publishConnectionDetailsTo.metadata.withType

withType(type)

"Type is the SecretType for the connection secret. - Only valid for Kubernetes Secret Stores."

obj spec.writeConnectionSecretToRef

"WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other."

fn spec.writeConnectionSecretToRef.withName

withName(name)

"Name of the secret."

fn spec.writeConnectionSecretToRef.withNamespace

withNamespace(namespace)

"Namespace of the secret."