Class Discovery
A note that indicates a type of analysis a provider would perform. This note exists in a provider's project. A
Discovery
occurrence is created in a consumer's project at the start of analysis. The occurrence's operation
will indicate the status of the analysis. Absence of an occurrence linked to this note for a resource indicates
that analysis hasn't started.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class Discovery : IDirectResponseSchema
Properties
AnalysisKind
The kind of analysis that is handled by this discovery.
Declaration
[JsonProperty("analysisKind")]
public virtual string AnalysisKind { 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 |