Class Finding (2.3.0)

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

Security Command Center finding.

A finding is a record of assessment data like security, risk, health, or privacy, that is ingested into Security Command Center for presentation, notification, analysis, policy testing, and enforcement. For example, a cross-site scripting (XSS) vulnerability in an App Engine application is a finding.

Inheritance

Object > Finding

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Finding()

public Finding()

Finding(Finding)

public Finding(Finding other)
Parameter
NameDescription
otherFinding

Properties

CanonicalName

public string CanonicalName { get; set; }

The canonical name of the finding. It's either "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}", "folders/{folder_id}/sources/{source_id}/findings/{finding_id}" or "projects/{project_number}/sources/{source_id}/findings/{finding_id}", depending on the closest CRM ancestor of the resource associated with the finding.

Property Value
TypeDescription
String

Category

public string Category { get; set; }

The additional taxonomy group within findings from a given source. This field is immutable after creation time. Example: "XSS_FLASH_INJECTION"

Property Value
TypeDescription
String

CreateTime

public Timestamp CreateTime { get; set; }

The time at which the finding was created in Security Command Center.

Property Value
TypeDescription
Timestamp

EventTime

public Timestamp EventTime { get; set; }

The time at which the event took place, or when an update to the finding occurred. For example, if the finding represents an open firewall it would capture the time the detector believes the firewall became open. The accuracy is determined by the detector. If the finding were to be resolved afterward, this time would reflect when the finding was resolved. Must not be set to a value greater than the current timestamp.

Property Value
TypeDescription
Timestamp

ExternalUri

public string ExternalUri { get; set; }

The URI that, if available, points to a web page outside of Security Command Center where additional information about the finding can be found. This field is guaranteed to be either empty or a well formed URL.

Property Value
TypeDescription
String

FindingName

public FindingName FindingName { get; set; }

FindingName-typed view over the Name resource name property.

Property Value
TypeDescription
FindingName

Name

public string Name { get; set; }

The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}"

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

The relative resource name of the source the finding belongs to. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name This field is immutable after creation time. For example: "organizations/{organization_id}/sources/{source_id}"

Property Value
TypeDescription
String

ResourceName

public string ResourceName { get; set; }

For findings on Google Cloud resources, the full resource name of the Google Cloud resource this finding is for. See: https://cloud.google.com/apis/design/resource_names#full_resource_name When the finding is for a non-Google Cloud resource, the resourceName can be a customer or partner defined string. This field is immutable after creation time.

Property Value
TypeDescription
String

SecurityMarks

public SecurityMarks SecurityMarks { get; set; }

Output only. User specified security marks. These marks are entirely managed by the user and come from the SecurityMarks resource that belongs to the finding.

Property Value
TypeDescription
SecurityMarks

Severity

public Finding.Types.Severity Severity { get; set; }

The severity of the finding. This field is managed by the source that writes the finding.

Property Value
TypeDescription
Finding.Types.Severity

SourceProperties

public MapField<string, Value> SourceProperties { get; }

Source specific properties. These properties are managed by the source that writes the finding. The key names in the source_properties map must be between 1 and 255 characters, and must start with a letter and contain alphanumeric characters or underscores only.

Property Value
TypeDescription
MapField<String, Value>

State

public Finding.Types.State State { get; set; }

The state of the finding.

Property Value
TypeDescription
Finding.Types.State