Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::FindingSummary.
The details for a finding.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#finding_category
def finding_category() -> ::String
Returns
- (::String) — The category of the finding.
#finding_category=
def finding_category=(value) -> ::String
Parameter
- value (::String) — The category of the finding.
Returns
- (::String) — The category of the finding.
#finding_class
def finding_class() -> ::Google::Cloud::CloudSecurityCompliance::V1::FindingClass
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::FindingClass) — The class of the finding.
#finding_class=
def finding_class=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::FindingClass
Parameter
- value (::Google::Cloud::CloudSecurityCompliance::V1::FindingClass) — The class of the finding.
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::FindingClass) — The class of the finding.
#finding_count
def finding_count() -> ::Integer
Returns
- (::Integer) — The count of the finding.
#finding_count=
def finding_count=(value) -> ::Integer
Parameter
- value (::Integer) — The count of the finding.
Returns
- (::Integer) — The count of the finding.
#name
def name() -> ::String
Returns
- (::String) — Identifier. The name of the finding summary.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Identifier. The name of the finding summary.
Returns
- (::String) — Identifier. The name of the finding summary.
#related_frameworks
def related_frameworks() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The list of compliance frameworks that the finding belongs to.
#related_frameworks=
def related_frameworks=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The list of compliance frameworks that the finding belongs to.
Returns
- (::Array<::String>) — Optional. The list of compliance frameworks that the finding belongs to.
#severity
def severity() -> ::Google::Cloud::CloudSecurityCompliance::V1::Severity
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::Severity) — The severity of the finding.
#severity=
def severity=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::Severity
Parameter
- value (::Google::Cloud::CloudSecurityCompliance::V1::Severity) — The severity of the finding.
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::Severity) — The severity of the finding.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The last updated time of the finding.