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.
Implements
IMessage<Finding>, IEquatable<Finding>, IDeepCloneable<Finding>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Finding()
public Finding()
Finding(Finding)
public Finding(Finding other)
Parameter | |
---|---|
Name | Description |
other | Finding |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
CreateTime
public Timestamp CreateTime { get; set; }
The time at which the finding was created in Security Command Center.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
FindingClass
public Finding.Types.FindingClass FindingClass { get; set; }
The class of the finding.
Property Value | |
---|---|
Type | Description |
Finding.Types.FindingClass |
FindingName
public FindingName FindingName { get; set; }
FindingName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
FindingName |
Indicator
public Indicator Indicator { get; set; }
Represents what's commonly known as an Indicator of compromise (IoC) in computer forensics. This is an artifact observed on a network or in an operating system that, with high confidence, indicates a computer intrusion. Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
Property Value | |
---|---|
Type | Description |
Indicator |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
MapField<String, Value> |
State
public Finding.Types.State State { get; set; }
The state of the finding.
Property Value | |
---|---|
Type | Description |
Finding.Types.State |