Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FindingSummary.
The details for a finding.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.FindingSummary
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ finding_category
string
The category of the finding.
↳ finding_class
int
The class of the finding.
↳ severity
int
The severity of the finding.
↳ finding_count
int|string
The count of the finding.
↳ update_time
↳ related_frameworks
array
Optional. The list of compliance frameworks that the finding belongs to.
↳ name
string
Identifier. The name of the finding summary.
getFindingCategory
The category of the finding.
string
setFindingCategory
The category of the finding.
var
string
$this
getFindingClass
The class of the finding.
setFindingClass
The class of the finding.
$this
getSeverity
The severity of the finding.
setSeverity
The severity of the finding.
$this
getFindingCount
The count of the finding.
int|string
setFindingCount
The count of the finding.
var
int|string
$this
getUpdateTime
Output only. The last updated time of the finding.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The last updated time of the finding.
$this
getRelatedFrameworks
Optional. The list of compliance frameworks that the finding belongs to.
setRelatedFrameworks
Optional. The list of compliance frameworks that the finding belongs to.
var
string[]
$this
getName
Identifier. The name of the finding summary.
string
setName
Identifier. The name of the finding summary.
var
string
$this

