Class: Google::Privacy::Dlp::V2::InspectTemplate

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeGoogle::Protobuf::Timestamp

Returns The creation timestamp of a inspectTemplate, output only field.

Returns:



1830
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1830

class InspectTemplate; end

#descriptionString

Returns Short description (max 256 chars).

Returns:

  • (String)

    Short description (max 256 chars).



1830
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1830

class InspectTemplate; end

#display_nameString

Returns Display name (max 256 chars).

Returns:

  • (String)

    Display name (max 256 chars).



1830
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1830

class InspectTemplate; end

#inspect_configGoogle::Privacy::Dlp::V2::InspectConfig

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

Returns:



1830
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1830

class InspectTemplate; end

#nameString

Returns 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.

Returns:

  • (String)

    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



1830
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1830

class InspectTemplate; end

#update_timeGoogle::Protobuf::Timestamp

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

Returns:



1830
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1830

class InspectTemplate; end