Struct google_dlp2::GooglePrivacyDlpV2InspectTemplate[][src]

pub struct GooglePrivacyDlpV2InspectTemplate {
    pub update_time: Option<String>,
    pub display_name: Option<String>,
    pub description: Option<String>,
    pub inspect_config: Option<GooglePrivacyDlpV2InspectConfig>,
    pub create_time: Option<String>,
    pub name: Option<String>,
}

The inspectTemplate contains a configuration (set of types of sensitive data to be detected) to be used anywhere you otherwise would normally specify InspectConfig. See https://cloud.google.com/dlp/docs/concepts-templates to learn more.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The last update timestamp of a inspectTemplate, output only field.

Display name (max 256 chars).

Short description (max 256 chars).

The core content of the template. Configuration of the scanning process.

The creation timestamp of a inspectTemplate, output only field.

The template name. Output only.

The template will have one of the following formats: projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID OR organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID

Trait Implementations

impl Default for GooglePrivacyDlpV2InspectTemplate
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2InspectTemplate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2InspectTemplate
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for GooglePrivacyDlpV2InspectTemplate
[src]

Auto Trait Implementations