Class DiscoveryNote
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.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class DiscoveryNote : IDirectResponseSchema
Properties
AnalysisKind
Required. Immutable. 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 |