Class GoogleCloudSecuritycenterV2Finding
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
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2Finding : IDirectResponseSchema
Properties
Access
Access details associated with the finding, such as more information on the caller, which method was accessed, and from where.
Declaration
[JsonProperty("access")]
public virtual GoogleCloudSecuritycenterV2Access Access { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Access |
Application
Represents an application associated with the finding.
Declaration
[JsonProperty("application")]
public virtual GoogleCloudSecuritycenterV2Application Application { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Application |
AttackExposure
The results of an attack path simulation relevant to this finding.
Declaration
[JsonProperty("attackExposure")]
public virtual GoogleCloudSecuritycenterV2AttackExposure AttackExposure { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2AttackExposure |
BackupDisasterRecovery
Fields related to Backup and DR findings.
Declaration
[JsonProperty("backupDisasterRecovery")]
public virtual GoogleCloudSecuritycenterV2BackupDisasterRecovery BackupDisasterRecovery { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2BackupDisasterRecovery |
CanonicalName
Output only. The canonical name of the finding. The following list shows some examples: +
organizations/{organization_id}/sources/{source_id}/findings/{finding_id}
+
organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
+
folders/{folder_id}/sources/{source_id}/findings/{finding_id}
+
folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
+
projects/{project_id}/sources/{source_id}/findings/{finding_id}
+
projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
The prefix is the
closest CRM ancestor of the resource associated with the finding.
Declaration
[JsonProperty("canonicalName")]
public virtual string CanonicalName { get; set; }
Property Value
Type | Description |
---|---|
string |
Category
Immutable. The additional taxonomy group within findings from a given source. Example: "XSS_FLASH_INJECTION"
Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
CloudArmor
Fields related to Cloud Armor findings.
Declaration
[JsonProperty("cloudArmor")]
public virtual GoogleCloudSecuritycenterV2CloudArmor CloudArmor { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2CloudArmor |
CloudDlpDataProfile
Cloud DLP data profile that is associated with the finding.
Declaration
[JsonProperty("cloudDlpDataProfile")]
public virtual GoogleCloudSecuritycenterV2CloudDlpDataProfile CloudDlpDataProfile { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2CloudDlpDataProfile |
CloudDlpInspection
Cloud Data Loss Prevention (Cloud DLP) inspection results that are associated with the finding.
Declaration
[JsonProperty("cloudDlpInspection")]
public virtual GoogleCloudSecuritycenterV2CloudDlpInspection CloudDlpInspection { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2CloudDlpInspection |
Compliances
Contains compliance information for security standards associated to the finding.
Declaration
[JsonProperty("compliances")]
public virtual IList<GoogleCloudSecuritycenterV2Compliance> Compliances { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2Compliance> |
Connections
Contains information about the IP connection associated with the finding.
Declaration
[JsonProperty("connections")]
public virtual IList<GoogleCloudSecuritycenterV2Connection> Connections { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2Connection> |
Contacts
Output only. Map containing the points of contact for the given finding. The key represents the type of contact, while the value contains a list of all the contacts that pertain. Please refer to: https://cloud.google.com/resource-manager/docs/managing-notification-contacts#notification-categories { "security": { "contacts": [ { "email": "person1@company.com" }, { "email": "person2@company.com" } ] } }
Declaration
[JsonProperty("contacts")]
public virtual IDictionary<string, GoogleCloudSecuritycenterV2ContactDetails> Contacts { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudSecuritycenterV2ContactDetails> |
Containers
Containers associated with the finding. This field provides information for both Kubernetes and non-Kubernetes containers.
Declaration
[JsonProperty("containers")]
public virtual IList<GoogleCloudSecuritycenterV2Container> Containers { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2Container> |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time at which the finding was created in Security Command Center.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
DataAccessEvents
Data access events associated with the finding.
Declaration
[JsonProperty("dataAccessEvents")]
public virtual IList<GoogleCloudSecuritycenterV2DataAccessEvent> DataAccessEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2DataAccessEvent> |
DataFlowEvents
Data flow events associated with the finding.
Declaration
[JsonProperty("dataFlowEvents")]
public virtual IList<GoogleCloudSecuritycenterV2DataFlowEvent> DataFlowEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2DataFlowEvent> |
Database
Database associated with the finding.
Declaration
[JsonProperty("database")]
public virtual GoogleCloudSecuritycenterV2Database Database { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Database |
Description
Contains more details about the finding.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Disk
Disk associated with the finding.
Declaration
[JsonProperty("disk")]
public virtual GoogleCloudSecuritycenterV2Disk Disk { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Disk |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EventTime
object representation of EventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EventTimeDateTimeOffset
DateTimeOffset representation of EventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EventTimeRaw
The time the finding was first detected. If an existing finding is updated, then this is the time the update occurred. For example, if the finding represents an open firewall, this property captures the time the detector believes the firewall became open. The accuracy is determined by the detector. If the finding is later resolved, then this time reflects when the finding was resolved. This must not be set to a value greater than the current timestamp.
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Exfiltration
Represents exfiltrations associated with the finding.
Declaration
[JsonProperty("exfiltration")]
public virtual GoogleCloudSecuritycenterV2Exfiltration Exfiltration { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Exfiltration |
ExternalSystems
Output only. Third party SIEM/SOAR fields within SCC, contains external system information and external system finding fields.
Declaration
[JsonProperty("externalSystems")]
public virtual IDictionary<string, GoogleCloudSecuritycenterV2ExternalSystem> ExternalSystems { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudSecuritycenterV2ExternalSystem> |
ExternalUri
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.
Declaration
[JsonProperty("externalUri")]
public virtual string ExternalUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Files
File associated with the finding.
Declaration
[JsonProperty("files")]
public virtual IList<GoogleCloudSecuritycenterV2File> Files { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2File> |
FindingClass
The class of the finding.
Declaration
[JsonProperty("findingClass")]
public virtual string FindingClass { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupMemberships
Contains details about groups of which this finding is a member. A group is a collection of findings that are related in some way. This field cannot be updated. Its value is ignored in all update requests.
Declaration
[JsonProperty("groupMemberships")]
public virtual IList<GoogleCloudSecuritycenterV2GroupMembership> GroupMemberships { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2GroupMembership> |
IamBindings
Represents IAM bindings associated with the finding.
Declaration
[JsonProperty("iamBindings")]
public virtual IList<GoogleCloudSecuritycenterV2IamBinding> IamBindings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2IamBinding> |
Indicator
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. For more information, see Indicator of compromise.
Declaration
[JsonProperty("indicator")]
public virtual GoogleCloudSecuritycenterV2Indicator Indicator { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Indicator |
KernelRootkit
Signature of the kernel rootkit.
Declaration
[JsonProperty("kernelRootkit")]
public virtual GoogleCloudSecuritycenterV2KernelRootkit KernelRootkit { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2KernelRootkit |
Kubernetes
Kubernetes resources associated with the finding.
Declaration
[JsonProperty("kubernetes")]
public virtual GoogleCloudSecuritycenterV2Kubernetes Kubernetes { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Kubernetes |
LoadBalancers
The load balancers associated with the finding.
Declaration
[JsonProperty("loadBalancers")]
public virtual IList<GoogleCloudSecuritycenterV2LoadBalancer> LoadBalancers { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2LoadBalancer> |
LogEntries
Log entries that are relevant to the finding.
Declaration
[JsonProperty("logEntries")]
public virtual IList<GoogleCloudSecuritycenterV2LogEntry> LogEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2LogEntry> |
MitreAttack
MITRE ATT&CK tactics and techniques related to this finding. See: https://attack.mitre.org
Declaration
[JsonProperty("mitreAttack")]
public virtual GoogleCloudSecuritycenterV2MitreAttack MitreAttack { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2MitreAttack |
ModuleName
Unique identifier of the module which generated the finding. Example: folders/598186756061/securityHealthAnalyticsSettings/customModules/56799441161885
Declaration
[JsonProperty("moduleName")]
public virtual string ModuleName { get; set; }
Property Value
Type | Description |
---|---|
string |
Mute
Indicates the mute state of a finding (either muted, unmuted or undefined). Unlike other attributes of a finding, a finding provider shouldn't set the value of mute.
Declaration
[JsonProperty("mute")]
public virtual string Mute { get; set; }
Property Value
Type | Description |
---|---|
string |
MuteInfo
Output only. The mute information regarding this finding.
Declaration
[JsonProperty("muteInfo")]
public virtual GoogleCloudSecuritycenterV2MuteInfo MuteInfo { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2MuteInfo |
MuteInitiator
Records additional information about the mute operation, for example, the mute configuration that muted the finding and the user who muted the finding.
Declaration
[JsonProperty("muteInitiator")]
public virtual string MuteInitiator { get; set; }
Property Value
Type | Description |
---|---|
string |
MuteUpdateTime
object representation of MuteUpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MuteUpdateTimeDateTimeOffset instead.")]
public virtual object MuteUpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
MuteUpdateTimeDateTimeOffset
DateTimeOffset representation of MuteUpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MuteUpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
MuteUpdateTimeRaw
Output only. The most recent time this finding was muted or unmuted.
Declaration
[JsonProperty("muteUpdateTime")]
public virtual string MuteUpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The relative resource name of
the finding. The following list shows some examples: +
organizations/{organization_id}/sources/{source_id}/findings/{finding_id}
+
organizations/{organization_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
+
folders/{folder_id}/sources/{source_id}/findings/{finding_id}
+
folders/{folder_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
+
projects/{project_id}/sources/{source_id}/findings/{finding_id}
+
projects/{project_id}/sources/{source_id}/locations/{location_id}/findings/{finding_id}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NextSteps
Steps to address the finding.
Declaration
[JsonProperty("nextSteps")]
public virtual string NextSteps { get; set; }
Property Value
Type | Description |
---|---|
string |
Notebook
Notebook associated with the finding.
Declaration
[JsonProperty("notebook")]
public virtual GoogleCloudSecuritycenterV2Notebook Notebook { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Notebook |
OrgPolicies
Contains information about the org policies associated with the finding.
Declaration
[JsonProperty("orgPolicies")]
public virtual IList<GoogleCloudSecuritycenterV2OrgPolicy> OrgPolicies { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2OrgPolicy> |
Parent
The relative resource name of the source and location the finding belongs to. See:
https://cloud.google.com/apis/design/resource_names#relative_resource_name This field is immutable after
creation time. The following list shows some examples: +
organizations/{organization_id}/sources/{source_id}
+ folders/{folders_id}/sources/{source_id}
+
projects/{projects_id}/sources/{source_id}
+
organizations/{organization_id}/sources/{source_id}/locations/{location_id}
+
folders/{folders_id}/sources/{source_id}/locations/{location_id}
+
projects/{projects_id}/sources/{source_id}/locations/{location_id}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentDisplayName
Output only. The human readable display name of the finding source such as "Event Threat Detection" or "Security Health Analytics".
Declaration
[JsonProperty("parentDisplayName")]
public virtual string ParentDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Processes
Represents operating system processes associated with the Finding.
Declaration
[JsonProperty("processes")]
public virtual IList<GoogleCloudSecuritycenterV2Process> Processes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV2Process> |
ResourceName
Immutable. 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.
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityMarks
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.
Declaration
[JsonProperty("securityMarks")]
public virtual GoogleCloudSecuritycenterV2SecurityMarks SecurityMarks { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2SecurityMarks |
SecurityPosture
The security posture associated with the finding.
Declaration
[JsonProperty("securityPosture")]
public virtual GoogleCloudSecuritycenterV2SecurityPosture SecurityPosture { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2SecurityPosture |
Severity
The severity of the finding. This field is managed by the source that writes the finding.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceProperties
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.
Declaration
[JsonProperty("sourceProperties")]
public virtual IDictionary<string, object> SourceProperties { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
State
Output only. The state of the finding.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |
ToxicCombination
Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently. A group of such issues is referred to as a toxic combination. This field cannot be updated. Its value is ignored in all update requests.
Declaration
[JsonProperty("toxicCombination")]
public virtual GoogleCloudSecuritycenterV2ToxicCombination ToxicCombination { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2ToxicCombination |
Vulnerability
Represents vulnerability-specific fields like CVE and CVSS scores. CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
Declaration
[JsonProperty("vulnerability")]
public virtual GoogleCloudSecuritycenterV2Vulnerability Vulnerability { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV2Vulnerability |