Method: Akeyless::UpdateAuthMethod#hash
- Defined in:
- lib/akeyless/models/update_auth_method.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
273 274 275 |
# File 'lib/akeyless/models/update_auth_method.rb', line 273 def hash [access_expires, allowed_client_type, audit_logs_claims, bound_ips, delete_protection, description, expiration_event_in, force_sub_claims, gw_bound_ips, json, jwt_ttl, name, new_name, product_type, token, uid_token].hash end |