Method: Akeyless::TargetCreateLdap.attribute_map
- Defined in:
- lib/akeyless/models/target_create_ldap.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/akeyless/models/target_create_ldap.rb', line 59 def self.attribute_map { :'bind_dn' => :'bind-dn', :'bind_dn_password' => :'bind-dn-password', :'description' => :'description', :'json' => :'json', :'key' => :'key', :'ldap_ca_cert' => :'ldap-ca-cert', :'ldap_url' => :'ldap-url', :'max_versions' => :'max-versions', :'name' => :'name', :'server_type' => :'server-type', :'token' => :'token', :'token_expiration' => :'token-expiration', :'uid_token' => :'uid-token' } end |