Method: Akeyless::DynamicSecretUpdateRedis.openapi_types
- Defined in:
- lib/akeyless/models/dynamic_secret_update_redis.rb
.openapi_types ⇒ Object
Attribute type mapping.
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
# File 'lib/akeyless/models/dynamic_secret_update_redis.rb', line 111 def self.openapi_types { :'acl_rules' => :'String', :'custom_username_template' => :'String', :'delete_protection' => :'String', :'description' => :'String', :'host' => :'String', :'json' => :'Boolean', :'name' => :'String', :'new_name' => :'String', :'password' => :'String', :'password_length' => :'String', :'port' => :'String', :'producer_encryption_key_name' => :'String', :'ssl' => :'Boolean', :'ssl_certificate' => :'String', :'tags' => :'Array<String>', :'target_name' => :'String', :'token' => :'String', :'uid_token' => :'String', :'user_ttl' => :'String', :'username' => :'String' } end |