Method: Harbor2LegacyClient::ProjectMetadata.attribute_map

Defined in:
lib/harbor2_legacy_client/models/project_metadata.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



36
37
38
39
40
41
42
43
44
45
# File 'lib/harbor2_legacy_client/models/project_metadata.rb', line 36

def self.attribute_map
  {
    :'public' => :'public',
    :'enable_content_trust' => :'enable_content_trust',
    :'prevent_vul' => :'prevent_vul',
    :'severity' => :'severity',
    :'auto_scan' => :'auto_scan',
    :'reuse_sys_cve_allowlist' => :'reuse_sys_cve_allowlist'
  }
end