Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.33 KB

ScannerRegistrationReq.md

File metadata and controls

17 lines (13 loc) · 1.33 KB

ScannerRegistrationReq

Properties

Name Type Description Notes
Name string The name of this registration [default to null]
Description string An optional description of this registration. [optional] [default to null]
Url string A base URL of the scanner adapter. [default to null]
Auth string Specify what authentication approach is adopted for the HTTP communications. Supported types Basic", "Bearer" and api key header "X-ScannerAdapter-API-Key" [optional] [default to null]
AccessCredential string An optional value of the HTTP Authorization header sent with each request to the Scanner Adapter API. [optional] [default to null]
SkipCertVerify bool Indicate if skip the certificate verification when sending HTTP requests [optional] [default to null]
UseInternalAddr bool Indicate whether use internal registry addr for the scanner to pull content or not [optional] [default to null]
Disabled bool Indicate whether the registration is enabled or not [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]