View Source GoogleApi.HealthCare.V1beta1.Model.TextConfig (google_api_health_care v0.56.4)
Configures how to transform sensitive text InfoTypes.
Attributes
-
additionalTransformations(type:list(GoogleApi.HealthCare.V1beta1.Model.InfoTypeTransformation.t), default:nil) - Additional transformations to apply to the detected data, overridingprofile. -
excludeInfoTypes(type:list(String.t), default:nil) - InfoTypes to skip transforming, overridingprofile. -
profileType(type:String.t, default:nil) - Base profile type for text transformation. -
transformations(type:list(GoogleApi.HealthCare.V1beta1.Model.InfoTypeTransformation.t), default:nil) - The transformations to apply to the detected data. Deprecated. Useadditional_transformationsinstead.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.TextConfig{ additionalTransformations: [GoogleApi.HealthCare.V1beta1.Model.InfoTypeTransformation.t()] | nil, excludeInfoTypes: [String.t()] | nil, profileType: String.t() | nil, transformations: [GoogleApi.HealthCare.V1beta1.Model.InfoTypeTransformation.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.