Show / Hide Table of Contents

Class Discovered

Provides information about the analysis status of a discovered resource.

Inheritance
System.Object
Discovered
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class Discovered : IDirectResponseSchema

Properties

AnalysisStatus

The status of discovery for the resource.

Declaration
[JsonProperty("analysisStatus")]
public virtual string AnalysisStatus { get; set; }
Property Value
Type Description
System.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
System.String

ETag

The ETag of the item.

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

LastAnalysisTime

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

Declaration
[JsonProperty("lastAnalysisTime")]
public virtual object LastAnalysisTime { get; set; }
Property Value
Type Description
System.Object

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top