Method: Akeyless::CreateAuthMethodLDAP.attribute_map
- Defined in:
- lib/akeyless/models/create_auth_method_ldap.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 |
# File 'lib/akeyless/models/create_auth_method_ldap.rb', line 74 def self.attribute_map { :'access_expires' => :'access-expires', :'allowed_client_type' => :'allowed-client-type', :'audit_logs_claims' => :'audit-logs-claims', :'bound_ips' => :'bound-ips', :'delete_protection' => :'delete_protection', :'description' => :'description', :'expiration_event_in' => :'expiration-event-in', :'force_sub_claims' => :'force-sub-claims', :'gen_key' => :'gen-key', :'gw_bound_ips' => :'gw-bound-ips', :'json' => :'json', :'jwt_ttl' => :'jwt-ttl', :'name' => :'name', :'product_type' => :'product-type', :'public_key_data' => :'public-key-data', :'token' => :'token', :'uid_token' => :'uid-token', :'unique_identifier' => :'unique-identifier' } end |