google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TaggedField View Source
Attributes
- customTag (String.t): A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below). Defaults to:
null. - field (GooglePrivacyDlpV2FieldId): Identifies the column. [required] Defaults to:
null. - inferred (GoogleProtobufEmpty): If no semantic tag is indicated, we infer the statistical model from the distribution of values in the input data Defaults to:
null. - infoType (GooglePrivacyDlpV2InfoType): A column can be tagged with a InfoType to use the relevant public dataset as a statistical model of population, if available. We currently support US ZIP codes, region codes, ages and genders. To programmatically obtain the list of supported InfoTypes, use ListInfoTypes with the supported_by=RISK_ANALYSIS filter. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TaggedField{
customTag: any(),
field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t(),
inferred: GoogleApi.DLP.V2.Model.GoogleProtobufEmpty.t(),
infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TaggedField{
customTag: any(),
field: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t(),
inferred: GoogleApi.DLP.V2.Model.GoogleProtobufEmpty.t(),
infoType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.