Method: Akeyless::UpdateAuthMethod.openapi_types
- Defined in:
- lib/akeyless/models/update_auth_method.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/update_auth_method.rb', line 95 def self.openapi_types { :'access_expires' => :'Integer', :'allowed_client_type' => :'Array<String>', :'audit_logs_claims' => :'Array<String>', :'bound_ips' => :'Array<String>', :'delete_protection' => :'String', :'description' => :'String', :'expiration_event_in' => :'Array<String>', :'force_sub_claims' => :'Boolean', :'gw_bound_ips' => :'Array<String>', :'json' => :'Boolean', :'jwt_ttl' => :'Integer', :'name' => :'String', :'new_name' => :'String', :'product_type' => :'Array<String>', :'token' => :'String', :'uid_token' => :'String' } end |