Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Finding

Inheritance
object
GoogleCloudSecuritycenterV2Finding
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Finding : IDirectResponseSchema

Properties

Access

Declaration
[JsonProperty("access")]
public virtual GoogleCloudSecuritycenterV2Access Access { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Access

AffectedResources

Declaration
[JsonProperty("affectedResources")]
public virtual GoogleCloudSecuritycenterV2AffectedResources AffectedResources { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AffectedResources

AgentDataAccessEvents

Declaration
[JsonProperty("agentDataAccessEvents")]
public virtual IList<GoogleCloudSecuritycenterV2AgentDataAccessEvent> AgentDataAccessEvents { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2AgentDataAccessEvent>

AiModel

Declaration
[JsonProperty("aiModel")]
public virtual GoogleCloudSecuritycenterV2AiModel AiModel { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AiModel

Application

Declaration
[JsonProperty("application")]
public virtual GoogleCloudSecuritycenterV2Application Application { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Application

ArtifactGuardPolicies

Declaration
[JsonProperty("artifactGuardPolicies")]
public virtual GoogleCloudSecuritycenterV2ArtifactGuardPolicies ArtifactGuardPolicies { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ArtifactGuardPolicies

AttackExposure

Declaration
[JsonProperty("attackExposure")]
public virtual GoogleCloudSecuritycenterV2AttackExposure AttackExposure { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2AttackExposure

BackupDisasterRecovery

Declaration
[JsonProperty("backupDisasterRecovery")]
public virtual GoogleCloudSecuritycenterV2BackupDisasterRecovery BackupDisasterRecovery { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2BackupDisasterRecovery

CanonicalName

Declaration
[JsonProperty("canonicalName")]
public virtual string CanonicalName { get; set; }
Property Value
Type Description
string

Category

Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type Description
string

Chokepoint

Declaration
[JsonProperty("chokepoint")]
public virtual GoogleCloudSecuritycenterV2Chokepoint Chokepoint { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Chokepoint

CloudArmor

Declaration
[JsonProperty("cloudArmor")]
public virtual GoogleCloudSecuritycenterV2CloudArmor CloudArmor { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2CloudArmor

CloudDlpDataProfile

Declaration
[JsonProperty("cloudDlpDataProfile")]
public virtual GoogleCloudSecuritycenterV2CloudDlpDataProfile CloudDlpDataProfile { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2CloudDlpDataProfile

CloudDlpInspection

Declaration
[JsonProperty("cloudDlpInspection")]
public virtual GoogleCloudSecuritycenterV2CloudDlpInspection CloudDlpInspection { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2CloudDlpInspection

ComplianceDetails

Declaration
[JsonProperty("complianceDetails")]
public virtual GoogleCloudSecuritycenterV2ComplianceDetails ComplianceDetails { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ComplianceDetails

Compliances

Declaration
[JsonProperty("compliances")]
public virtual IList<GoogleCloudSecuritycenterV2Compliance> Compliances { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Compliance>

Connections

Declaration
[JsonProperty("connections")]
public virtual IList<GoogleCloudSecuritycenterV2Connection> Connections { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Connection>

Contacts

Declaration
[JsonProperty("contacts")]
public virtual IDictionary<string, GoogleCloudSecuritycenterV2ContactDetails> Contacts { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudSecuritycenterV2ContactDetails>

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

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

CryptoKeyName

Declaration
[JsonProperty("cryptoKeyName")]
public virtual string CryptoKeyName { get; set; }
Property Value
Type Description
string

DataAccessEvents

Declaration
[JsonProperty("dataAccessEvents")]
public virtual IList<GoogleCloudSecuritycenterV2DataAccessEvent> DataAccessEvents { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2DataAccessEvent>

DataFlowEvents

Declaration
[JsonProperty("dataFlowEvents")]
public virtual IList<GoogleCloudSecuritycenterV2DataFlowEvent> DataFlowEvents { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2DataFlowEvent>

DataRetentionDeletionEvents

Declaration
[JsonProperty("dataRetentionDeletionEvents")]
public virtual IList<GoogleCloudSecuritycenterV2DataRetentionDeletionEvent> DataRetentionDeletionEvents { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2DataRetentionDeletionEvent>

Database

Declaration
[JsonProperty("database")]
public virtual GoogleCloudSecuritycenterV2Database Database { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Database

Description

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DiscoveredWorkload

Declaration
[JsonProperty("discoveredWorkload")]
public virtual GoogleCloudSecuritycenterV2DiscoveredWorkload DiscoveredWorkload { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2DiscoveredWorkload

Disk

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

Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }
Property Value
Type Description
string

Exfiltration

Declaration
[JsonProperty("exfiltration")]
public virtual GoogleCloudSecuritycenterV2Exfiltration Exfiltration { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Exfiltration

ExternalExposure

Declaration
[JsonProperty("externalExposure")]
public virtual GoogleCloudSecuritycenterV2ExternalExposure ExternalExposure { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ExternalExposure

ExternalSystems

Declaration
[JsonProperty("externalSystems")]
public virtual IDictionary<string, GoogleCloudSecuritycenterV2ExternalSystem> ExternalSystems { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudSecuritycenterV2ExternalSystem>

ExternalUri

Declaration
[JsonProperty("externalUri")]
public virtual string ExternalUri { get; set; }
Property Value
Type Description
string

Files

Declaration
[JsonProperty("files")]
public virtual IList<GoogleCloudSecuritycenterV2File> Files { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2File>

FindingClass

Declaration
[JsonProperty("findingClass")]
public virtual string FindingClass { get; set; }
Property Value
Type Description
string

GroupMemberships

Declaration
[JsonProperty("groupMemberships")]
public virtual IList<GoogleCloudSecuritycenterV2GroupMembership> GroupMemberships { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2GroupMembership>

IamBindings

Declaration
[JsonProperty("iamBindings")]
public virtual IList<GoogleCloudSecuritycenterV2IamBinding> IamBindings { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2IamBinding>

Indicator

Declaration
[JsonProperty("indicator")]
public virtual GoogleCloudSecuritycenterV2Indicator Indicator { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Indicator

IpRules

Declaration
[JsonProperty("ipRules")]
public virtual GoogleCloudSecuritycenterV2IpRules IpRules { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2IpRules

Job

Declaration
[JsonProperty("job")]
public virtual GoogleCloudSecuritycenterV2Job Job { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Job

KernelRootkit

Declaration
[JsonProperty("kernelRootkit")]
public virtual GoogleCloudSecuritycenterV2KernelRootkit KernelRootkit { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2KernelRootkit

Kubernetes

Declaration
[JsonProperty("kubernetes")]
public virtual GoogleCloudSecuritycenterV2Kubernetes Kubernetes { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Kubernetes

LoadBalancers

Declaration
[JsonProperty("loadBalancers")]
public virtual IList<GoogleCloudSecuritycenterV2LoadBalancer> LoadBalancers { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2LoadBalancer>

LogEntries

Declaration
[JsonProperty("logEntries")]
public virtual IList<GoogleCloudSecuritycenterV2LogEntry> LogEntries { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2LogEntry>

MitreAttack

Declaration
[JsonProperty("mitreAttack")]
public virtual GoogleCloudSecuritycenterV2MitreAttack MitreAttack { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2MitreAttack

ModuleName

Declaration
[JsonProperty("moduleName")]
public virtual string ModuleName { get; set; }
Property Value
Type Description
string

Mute

Declaration
[JsonProperty("mute")]
public virtual string Mute { get; set; }
Property Value
Type Description
string

MuteInfo

Declaration
[JsonProperty("muteInfo")]
public virtual GoogleCloudSecuritycenterV2MuteInfo MuteInfo { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2MuteInfo

MuteInitiator

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

Declaration
[JsonProperty("muteUpdateTime")]
public virtual string MuteUpdateTimeRaw { get; set; }
Property Value
Type Description
string

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Networks

Declaration
[JsonProperty("networks")]
public virtual IList<GoogleCloudSecuritycenterV2Network> Networks { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Network>

NextSteps

Declaration
[JsonProperty("nextSteps")]
public virtual string NextSteps { get; set; }
Property Value
Type Description
string

Notebook

Declaration
[JsonProperty("notebook")]
public virtual GoogleCloudSecuritycenterV2Notebook Notebook { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Notebook

OrgPolicies

Declaration
[JsonProperty("orgPolicies")]
public virtual IList<GoogleCloudSecuritycenterV2OrgPolicy> OrgPolicies { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2OrgPolicy>

Parent

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

ParentDisplayName

Declaration
[JsonProperty("parentDisplayName")]
public virtual string ParentDisplayName { get; set; }
Property Value
Type Description
string

PolicyViolationSummary

Declaration
[JsonProperty("policyViolationSummary")]
public virtual GoogleCloudSecuritycenterV2PolicyViolationSummary PolicyViolationSummary { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2PolicyViolationSummary

Processes

Declaration
[JsonProperty("processes")]
public virtual IList<GoogleCloudSecuritycenterV2Process> Processes { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Process>

ResourceName

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Secret

Declaration
[JsonProperty("secret")]
public virtual GoogleCloudSecuritycenterV2Secret Secret { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Secret

SecurityMarks

Declaration
[JsonProperty("securityMarks")]
public virtual GoogleCloudSecuritycenterV2SecurityMarks SecurityMarks { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2SecurityMarks

SecurityPosture

Declaration
[JsonProperty("securityPosture")]
public virtual GoogleCloudSecuritycenterV2SecurityPosture SecurityPosture { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2SecurityPosture

Severity

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

SourceProperties

Declaration
[JsonProperty("sourceProperties")]
public virtual IDictionary<string, object> SourceProperties { get; set; }
Property Value
Type Description
IDictionary<string, object>

State

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

ToxicCombination

Declaration
[JsonProperty("toxicCombination")]
public virtual GoogleCloudSecuritycenterV2ToxicCombination ToxicCombination { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2ToxicCombination

VertexAi

Declaration
[JsonProperty("vertexAi")]
public virtual GoogleCloudSecuritycenterV2VertexAi VertexAi { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2VertexAi

Vulnerability

Declaration
[JsonProperty("vulnerability")]
public virtual GoogleCloudSecuritycenterV2Vulnerability Vulnerability { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Vulnerability

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX