Method: Akeyless::OAuth2AccessRules#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



182
183
184
# File 'lib/akeyless/models/o_auth2_access_rules.rb', line 182

def hash
  [audience, authorized_gw_cluster_name, bound_claims, bound_clients_id, certificate, issuer, jwks_json_data, jwks_uri, unique_identifier].hash
end