Method: Harbor2Client::ScannerRegistrationReq.swagger_types

Defined in:
lib/harbor2_client/models/scanner_registration_req.rb

.swagger_typesObject

Attribute type mapping.



56
57
58
59
60
61
62
63
64
65
66
67
# File 'lib/harbor2_client/models/scanner_registration_req.rb', line 56

def self.swagger_types
  {
    :'name' => :'String',
    :'description' => :'String',
    :'url' => :'String',
    :'auth' => :'String',
    :'access_credential' => :'String',
    :'skip_cert_verify' => :'BOOLEAN',
    :'use_internal_addr' => :'BOOLEAN',
    :'disabled' => :'BOOLEAN'
  }
end