Grafeas v1 API - Class DiscoveryOccurrence.Types.SBOMStatus (3.6.0)

public sealed class DiscoveryOccurrence.Types.SBOMStatus : IMessage<DiscoveryOccurrence.Types.SBOMStatus>, IEquatable<DiscoveryOccurrence.Types.SBOMStatus>, IDeepCloneable<DiscoveryOccurrence.Types.SBOMStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class DiscoveryOccurrence.Types.SBOMStatus.

The status of an SBOM generation.

Inheritance

object > DiscoveryOccurrence.Types.SBOMStatus

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SBOMStatus()

public SBOMStatus()

SBOMStatus(SBOMStatus)

public SBOMStatus(DiscoveryOccurrence.Types.SBOMStatus other)
Parameter
NameDescription
otherDiscoveryOccurrenceTypesSBOMStatus

Properties

Error

public string Error { get; set; }

If there was an error generating an SBOM, this will indicate what that error was.

Property Value
TypeDescription
string

SbomState

public DiscoveryOccurrence.Types.SBOMStatus.Types.SBOMState SbomState { get; set; }

The progress of the SBOM generation.

Property Value
TypeDescription
DiscoveryOccurrenceTypesSBOMStatusTypesSBOMState