Method: Akeyless::OAuth2AccessRules.attribute_map
- Defined in:
- lib/akeyless/models/o_auth2_access_rules.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
47 48 49 50 51 52 53 54 55 56 57 58 59 |
# File 'lib/akeyless/models/o_auth2_access_rules.rb', line 47 def self.attribute_map { :'audience' => :'audience', :'authorized_gw_cluster_name' => :'authorized_gw_cluster_name', :'bound_claims' => :'bound_claims', :'bound_clients_id' => :'bound_clients_id', :'certificate' => :'certificate', :'issuer' => :'issuer', :'jwks_json_data' => :'jwks_json_data', :'jwks_uri' => :'jwks_uri', :'unique_identifier' => :'unique_identifier' } end |