Method: Akeyless::CreateGlobalSignTarget.openapi_types
- Defined in:
- lib/akeyless/models/create_global_sign_target.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/create_global_sign_target.rb', line 95 def self.openapi_types { :'comment' => :'String', :'contact_email' => :'String', :'contact_first_name' => :'String', :'contact_last_name' => :'String', :'contact_phone' => :'String', :'description' => :'String', :'json' => :'Boolean', :'key' => :'String', :'max_versions' => :'String', :'name' => :'String', :'password' => :'String', :'profile_id' => :'String', :'timeout' => :'String', :'token' => :'String', :'uid_token' => :'String', :'username' => :'String' } end |