Method: Harbor2Client::ScannerRegistrationReq#auth
- Defined in:
- lib/harbor2_client/models/scanner_registration_req.rb
#auth ⇒ Object
Specify what authentication approach is adopted for the HTTP communications. Supported types Basic", "Bearer" and api key header "X-ScannerAdapter-API-Key"
27 28 29 |
# File 'lib/harbor2_client/models/scanner_registration_req.rb', line 27 def auth @auth end |