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" )
Click to show internal directories.
Click to hide internal directories.