DiscoveryAnalysisKind

enum DiscoveryAnalysisKind : Enum<DiscoveryAnalysisKind> , ConvertibleToJava<DiscoveryAnalysisKind>

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 assert build provenance.

Link copied to clipboard

This represents an image basis relationship.

Link copied to clipboard

This represents a package installed via a package manager.

Link copied to clipboard

The note and occurrence track deployment events.

Link copied to clipboard

The note and occurrence track the initial discovery status of a resource.

Link copied to clipboard

This represents a logical "role" that can attest to artifacts.

Link copied to clipboard

This represents an in-toto link.

Link copied to clipboard

This represents a software bill of materials.

Link copied to clipboard

This represents an SPDX Package.

Link copied to clipboard

This represents an SPDX File.

Link copied to clipboard

This represents an SPDX Relationship.

Link copied to clipboard

This represents a Vulnerability Assessment.

Link copied to clipboard

This represents an SBOM Reference.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): DiscoveryAnalysisKind
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.

Properties

Link copied to clipboard
val javaValue: DiscoveryAnalysisKind
Link copied to clipboard
Link copied to clipboard