DiscoveryNoteArgs

data class DiscoveryNoteArgs(val analysisKind: Output<DiscoveryNoteAnalysisKind>) : ConvertibleToJava<DiscoveryNoteArgs>

A note that indicates a type of analysis a provider would perform. This note exists in a provider's project. A Discovery occurrence is created in a consumer's project at the start of analysis.

Constructors

Link copied to clipboard
constructor(analysisKind: Output<DiscoveryNoteAnalysisKind>)

Properties

Link copied to clipboard

Immutable. The kind of analysis that is handled by this discovery.

Functions

Link copied to clipboard
open override fun toJava(): DiscoveryNoteArgs