Class GetVersionOperationMetadataSbomInfo
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GetVersionOperationMetadataSbomInfo : IDirectResponseSchema
Properties
CurrentComponentVersions
SBOM versions currently applied to the resource. The key is the component name and the value is the version.
Declaration
[JsonProperty("currentComponentVersions")]
public virtual IDictionary<string, string> CurrentComponentVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetComponentVersions
SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.
Declaration
[JsonProperty("targetComponentVersions")]
public virtual IDictionary<string, string> TargetComponentVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |