Method: Akeyless::UscCreate.openapi_types
- Defined in:
- lib/akeyless/models/usc_create.rb
.openapi_types ⇒ Object
Attribute type mapping.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'lib/akeyless/models/usc_create.rb', line 82 def self.openapi_types { :'binary_value' => :'Boolean', :'description' => :'String', :'json' => :'Boolean', :'namespace' => :'String', :'object_type' => :'String', :'pfx_password' => :'String', :'secret_name' => :'String', :'tags' => :'Hash<String, String>', :'token' => :'String', :'uid_token' => :'String', :'usc_encryption_key' => :'String', :'usc_name' => :'String', :'value' => :'String' } end |