Show / Hide Table of Contents

Class Discovered

Provides information about the analysis status of a discovered resource.

Inheritance
object
Discovered
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.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Discovered : IDirectResponseSchema

Properties

AnalysisCompleted

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

AnalysisError

Indicates any errors encountered during analysis of a resource. There could be 0 or more of these errors.

Declaration
[JsonProperty("analysisError")]
public virtual IList<Status> AnalysisError { get; set; }
Property Value
Type Description
IList<Status>

AnalysisStatus

The status of discovery for the resource.

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

AnalysisStatusError

When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage is output only and populated by the API.

Declaration
[JsonProperty("analysisStatusError")]
public virtual Status AnalysisStatusError { get; set; }
Property Value
Type Description
Status

ContinuousAnalysis

Whether the resource is continuously analyzed.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastAnalysisTime

object representation of LastAnalysisTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastAnalysisTimeDateTimeOffset instead.")]
public virtual object LastAnalysisTime { get; set; }
Property Value
Type Description
object

LastAnalysisTimeDateTimeOffset

DateTimeOffset representation of LastAnalysisTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastAnalysisTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastAnalysisTimeRaw

The last time continuous analysis was done for this resource. Deprecated, do not use.

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

LastScanTime

object representation of LastScanTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastScanTimeDateTimeOffset instead.")]
public virtual object LastScanTime { get; set; }
Property Value
Type Description
object

LastScanTimeDateTimeOffset

DateTimeOffset representation of LastScanTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastScanTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastScanTimeRaw

The last time this resource was scanned.

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

SbomStatus

The status of an SBOM generation.

Declaration
[JsonProperty("sbomStatus")]
public virtual SBOMStatus SbomStatus { get; set; }
Property Value
Type Description
SBOMStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX