Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FindingDetails.
The details for a finding.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.FindingDetails
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The name of the finding.
↳ compliance_state
int
Output only. The compliance state of the finding.
↳ observation
↳ evidence
getName
Output only. The name of the finding.
string
setName
Output only. The name of the finding.
var
string
$this
getComplianceState
Output only. The compliance state of the finding.
setComplianceState
Output only. The compliance state of the finding.
$this
getObservation
Output only. The observation details for the finding.
hasObservation
clearObservation
setObservation
Output only. The observation details for the finding.
$this
getEvidence
Output only. The evidence details for the finding.
hasEvidence
clearEvidence
setEvidence
Output only. The evidence details for the finding.
$this

