Class: Google::Cloud::SecurityCenter::V1::CloudDlpDataProfile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/cloud_dlp_data_profile.rb

Overview

The data profile associated with the finding.

Defined Under Namespace

Modules: ParentType

Instance Attribute Summary collapse

Instance Attribute Details

#data_profile::String

Returns Name of the data profile, for example, projects/123/locations/europe/tableProfiles/8383929.

Returns:

  • (::String)

    Name of the data profile, for example, projects/123/locations/europe/tableProfiles/8383929.



33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_dlp_data_profile.rb', line 33

class CloudDlpDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Parents for configurations that produce data profile findings.
  module ParentType
    # Unspecified parent type.
    PARENT_TYPE_UNSPECIFIED = 0

    # Organization-level configurations.
    ORGANIZATION = 1

    # Project-level configurations.
    PROJECT = 2
  end
end

#parent_type::Google::Cloud::SecurityCenter::V1::CloudDlpDataProfile::ParentType

Returns The resource hierarchy level at which the data profile was generated.

Returns:



33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_dlp_data_profile.rb', line 33

class CloudDlpDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Parents for configurations that produce data profile findings.
  module ParentType
    # Unspecified parent type.
    PARENT_TYPE_UNSPECIFIED = 0

    # Organization-level configurations.
    ORGANIZATION = 1

    # Project-level configurations.
    PROJECT = 2
  end
end