Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::FindingSummary.
A summary of findings generated for an organization, a folder, or a project.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#category
def category() -> ::Google::Cloud::Storage::Control::V2::FindingCategory
Returns
- (::Google::Cloud::Storage::Control::V2::FindingCategory) — Output only. The category of finding.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The creation time of the earliest finding that this summary is based on.
#severity
def severity() -> ::Google::Cloud::Storage::Control::V2::FindingSeverity
Returns
- (::Google::Cloud::Storage::Control::V2::FindingSeverity) — Severity of the finding.
#summary_details
def summary_details() -> ::Array<::Google::Cloud::Storage::Control::V2::FindingSummary::SummaryDetails>
Returns
-
(::Array<::Google::Cloud::Storage::Control::V2::FindingSummary::SummaryDetails>) — Output only. List of
SummaryDetails.
#target_resource
def target_resource() -> ::String
Returns
-
(::String) — Output only. The fully qualified Cloud resource name for which this
summary was generated.
eg:
//cloudresourcemanager.googleapis.com/projects/p1
#type
def type() -> ::Google::Cloud::Storage::Control::V2::FindingType
Returns
- (::Google::Cloud::Storage::Control::V2::FindingType) — Output only. The type of the finding.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time of the most recent update among all the findings that this summary is based on.