Discovery Note Analysis Kind
enum DiscoveryNoteAnalysisKind : Enum<DiscoveryNoteAnalysisKind> , ConvertibleToJava<DiscoveryNoteAnalysisKind>
Required. Immutable. The kind of analysis that is handled by this discovery.
Entries
Link copied to clipboard
Default value. This value is unused.
Link copied to clipboard
The note and occurrence represent a package vulnerability.
Link copied to clipboard
The note and occurrence track deployment events.
Link copied to clipboard
This represents a logical "role" that can attest to artifacts.
Link copied to clipboard
This represents a Compliance Note
Link copied to clipboard
This represents a DSSE attestation Note
Link copied to clipboard
This represents a Vulnerability Assessment.
Link copied to clipboard
This represents an SBOM Reference.
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.