Class SBOMReferenceOccurrence
The occurrence representing an SBOM reference as applied to a specific resource. The occurrence follows the DSSE specification. See https://github.com/secure-systems-lab/dsse/blob/master/envelope.md for more details.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class SBOMReferenceOccurrence : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
The actual payload that contains the SBOM reference data.
Declaration
[JsonProperty("payload")]
public virtual SbomReferenceIntotoPayload Payload { get; set; }
Property Value
Type | Description |
---|---|
SbomReferenceIntotoPayload |
PayloadType
The kind of payload that SbomReferenceIntotoPayload takes. Since it's in the intoto format, this value is expected to be 'application/vnd.in-toto+json'.
Declaration
[JsonProperty("payloadType")]
public virtual string PayloadType { get; set; }
Property Value
Type | Description |
---|---|
string |
Signatures
The signatures over the payload.
Declaration
[JsonProperty("signatures")]
public virtual IList<EnvelopeSignature> Signatures { get; set; }
Property Value
Type | Description |
---|---|
IList<EnvelopeSignature> |