GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription (google_api_dlp v0.54.0)
View SourceInfoType description.
Attributes
-
categories(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory.t), default:nil) - The category of the infoType. -
description(type:String.t, default:nil) - Description of the infotype. Translated when language is provided in the request. -
displayName(type:String.t, default:nil) - Human readable form of the infoType name. -
example(type:String.t, default:nil) - A sample that is a true positive for this infoType. -
name(type:String.t, default:nil) - Internal name of the infoType. -
sensitivityScore(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t, default:nil) - The default sensitivity of the infoType. -
specificInfoTypes(type:list(String.t), default:nil) - If this field is set, this infoType is a general infoType and these specific infoTypes are contained within it. General infoTypes are infoTypes that encompass multiple specific infoTypes. For example, the "GEOGRAPHIC_DATA" general infoType would have set for this field "LOCATION", "LOCATION_COORDINATES", and "STREET_ADDRESS". -
supportedBy(type:list(String.t), default:nil) - Which parts of the API supports this InfoType. -
versions(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VersionDescription.t), default:nil) - A list of available versions for the infotype.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeDescription{ categories: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoTypeCategory.t()] | nil, description: String.t() | nil, displayName: String.t() | nil, example: String.t() | nil, name: String.t() | nil, sensitivityScore: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t() | nil, specificInfoTypes: [String.t()] | nil, supportedBy: [String.t()] | nil, versions: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2VersionDescription.t()] | nil }