pub struct GooglePrivacyDlpV2InfoTypeDescription {
pub categories: Option<Vec<GooglePrivacyDlpV2InfoTypeCategory>>,
pub description: Option<String>,
pub display_name: Option<String>,
pub example: Option<String>,
pub location_support: Option<GooglePrivacyDlpV2LocationSupport>,
pub name: Option<String>,
pub sensitivity_score: Option<GooglePrivacyDlpV2SensitivityScore>,
pub specific_info_types: Option<Vec<String>>,
pub supported_by: Option<Vec<String>>,
pub versions: Option<Vec<GooglePrivacyDlpV2VersionDescription>>,
}Expand description
InfoType description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§categories: Option<Vec<GooglePrivacyDlpV2InfoTypeCategory>>The category of the infoType.
description: Option<String>Description of the infotype. Translated when language is provided in the request.
display_name: Option<String>Human readable form of the infoType name.
example: Option<String>A sample that is a true positive for this infoType.
location_support: Option<GooglePrivacyDlpV2LocationSupport>Locations at which this feature can be used. May change over time.
name: Option<String>Internal name of the infoType.
sensitivity_score: Option<GooglePrivacyDlpV2SensitivityScore>The default sensitivity of the infoType.
specific_info_types: Option<Vec<String>>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”.
supported_by: Option<Vec<String>>Which parts of the API supports this InfoType.
versions: Option<Vec<GooglePrivacyDlpV2VersionDescription>>A list of available versions for the infotype.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2InfoTypeDescription
impl Clone for GooglePrivacyDlpV2InfoTypeDescription
Source§fn clone(&self) -> GooglePrivacyDlpV2InfoTypeDescription
fn clone(&self) -> GooglePrivacyDlpV2InfoTypeDescription
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more