Method: Akeyless::TargetUpdateSectigo.openapi_types
- Defined in:
- lib/akeyless/models/target_update_sectigo.rb
.openapi_types ⇒ Object
Attribute type mapping.
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
# File 'lib/akeyless/models/target_update_sectigo.rb', line 95 def self.openapi_types { :'certificate_profile_id' => :'Integer', :'customer_uri' => :'String', :'description' => :'String', :'external_requester' => :'String', :'json' => :'Boolean', :'keep_prev_version' => :'String', :'key' => :'String', :'max_versions' => :'String', :'name' => :'String', :'new_name' => :'String', :'organization_id' => :'Integer', :'password' => :'String', :'timeout' => :'String', :'token' => :'String', :'uid_token' => :'String', :'username' => :'String' } end |