Method: Akeyless::UpdateAuthMethod.attribute_map

Defined in:
lib/akeyless/models/update_auth_method.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# File 'lib/akeyless/models/update_auth_method.rb', line 68

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',
    :'gw_bound_ips' => :'gw-bound-ips',
    :'json' => :'json',
    :'jwt_ttl' => :'jwt-ttl',
    :'name' => :'name',
    :'new_name' => :'new-name',
    :'product_type' => :'product-type',
    :'token' => :'token',
    :'uid_token' => :'uid-token'
  }
end