Class: Google::Cloud::Dlp::V2::ProjectDataProfile

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

An aggregated profile for this project, based on the resources profiled within it.

Instance Attribute Summary collapse

Instance Attribute Details

#data_risk_level::Google::Cloud::Dlp::V2::DataRiskLevel

Returns The data risk level of this project.

Returns:



5431
5432
5433
5434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5431

class ProjectDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The resource name of the profile.

Returns:

  • (::String)

    The resource name of the profile.



5431
5432
5433
5434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5431

class ProjectDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#profile_last_generated::Google::Protobuf::Timestamp

Returns The last time the profile was generated.

Returns:



5431
5432
5433
5434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5431

class ProjectDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#profile_status::Google::Cloud::Dlp::V2::ProfileStatus

Returns Success or error status of the last attempt to profile the project.

Returns:



5431
5432
5433
5434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5431

class ProjectDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns Project ID that was profiled.

Returns:

  • (::String)

    Project ID that was profiled.



5431
5432
5433
5434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5431

class ProjectDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#sensitivity_score::Google::Cloud::Dlp::V2::SensitivityScore

Returns The sensitivity score of this project.

Returns:



5431
5432
5433
5434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5431

class ProjectDataProfile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end