Class ExportSBOMResponse
The response from a call to ExportSBOM.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ExportSBOMResponse : IDirectResponseSchema
Properties
DiscoveryOccurrence
The name of the discovery occurrence in the form "projects/{project_id}/occurrences/{OCCURRENCE_ID} It can be used to track the progress of the SBOM export.
Declaration
[JsonProperty("discoveryOccurrence")]
public virtual string DiscoveryOccurrence { 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 |