public sealed class FindingDetails : IMessage<FindingDetails>, IEquatable<FindingDetails>, IDeepCloneable<FindingDetails>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class FindingDetails.
The details for a finding.
Implements
IMessageFindingDetails, IEquatableFindingDetails, IDeepCloneableFindingDetails, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
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 |
|