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