Method: Akeyless::Hmac.openapi_types
- Defined in:
- lib/akeyless/models/hmac.rb
.openapi_types ⇒ Object
Attribute type mapping.
66 67 68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/akeyless/models/hmac.rb', line 66 def self.openapi_types { :'display_id' => :'String', :'hash_function' => :'String', :'input_format' => :'String', :'item_id' => :'Integer', :'json' => :'Boolean', :'key_name' => :'String', :'plaintext' => :'String', :'token' => :'String', :'uid_token' => :'String' } end |