v1

package
v0.0.208 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2022 License: Apache-2.0 Imports: 0 Imported by: 9

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NotificationPolicyKind

type NotificationPolicyKind string

A kind of a Notification Policy

swagger:enum NotificationPolicyKind

const (
	KindFramework NotificationPolicyKind = "Framework"
	KindControl   NotificationPolicyKind = "Control"
	KindRule      NotificationPolicyKind = "Rule"
)

Supported NotificationKinds

type ScanResponseType

type ScanResponseType string

Type of a Scan Response

swagger:enum ScanResponseType

const (
	// Deprecated: will return busy / notBusy instead
	IDScanResponseType ScanResponseType = "id"
	// ErrorScanResponseType indicates a response that reports an error
	ErrorScanResponseType ScanResponseType = "error"
	// ResultsV1ScanResponseType indicates a response that carries a v1 Results object as payload
	ResultsV1ScanResponseType ScanResponseType = "v1results"
	// BusyScanResponseType indicates that a server is busy with a previous request
	BusyScanResponseType ScanResponseType = "busy"
	// NotBusyScanResponseType indicates that a server is not busy with a previous request
	NotBusyScanResponseType ScanResponseType = "notBusy"
	// ReadyScanResponseType indicates that a server has successfully completed a request
	ReadyScanResponseType ScanResponseType = "ready"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL