Class: Google::Cloud::CloudSecurityCompliance::V1::FindingSummary
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::FindingSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
The details for a finding.
Instance Attribute Summary collapse
-
#finding_category ⇒ ::String
The category of the finding.
-
#finding_class ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::FindingClass
The class of the finding.
-
#finding_count ⇒ ::Integer
The count of the finding.
-
#name ⇒ ::String
Identifier.
-
#related_frameworks ⇒ ::Array<::String>
Optional.
-
#severity ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::Severity
The severity of the finding.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#finding_category ⇒ ::String
Returns The category of the finding.
302 303 304 305 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 302 class FindingSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finding_class ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::FindingClass
Returns The class of the finding.
302 303 304 305 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 302 class FindingSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#finding_count ⇒ ::Integer
Returns The count of the finding.
302 303 304 305 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 302 class FindingSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The name of the finding summary.
302 303 304 305 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 302 class FindingSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#related_frameworks ⇒ ::Array<::String>
Returns Optional. The list of compliance frameworks that the finding belongs to.
302 303 304 305 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 302 class FindingSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#severity ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::Severity
Returns The severity of the finding.
302 303 304 305 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 302 class FindingSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The last updated time of the finding.
302 303 304 305 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 302 class FindingSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |