Cloud Security Compliance v1 API - Class FindingDetails (1.0.0-beta04)

public sealed class FindingDetails : IMessage<FindingDetails>, IEquatable<FindingDetails>, IDeepCloneable<FindingDetails>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class FindingDetails.

The details for a finding.

Inheritance

object > FindingDetails

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

FindingDetails()

public FindingDetails()

FindingDetails(FindingDetails)

public FindingDetails(FindingDetails other)
Parameter
Name Description
other FindingDetails

Properties

ComplianceState

public ComplianceState ComplianceState { get; set; }

Output only. The compliance state of the finding.

Property Value
Type Description
ComplianceState

Evidence

public EvidenceDetails Evidence { get; set; }

Output only. The evidence details for the finding.

Property Value
Type Description
EvidenceDetails

Name

public string Name { get; set; }

Output only. The name of the finding.

Property Value
Type Description
string

Observation

public ObservationDetails Observation { get; set; }

Output only. The observation details for the finding.

Property Value
Type Description
ObservationDetails