Method: Akeyless::OAuth2AccessRules.openapi_types

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

.openapi_typesObject

Attribute type mapping.



67
68
69
70
71
72
73
74
75
76
77
78
79
# File 'lib/akeyless/models/o_auth2_access_rules.rb', line 67

def self.openapi_types
  {
    :'audience' => :'String',
    :'authorized_gw_cluster_name' => :'String',
    :'bound_claims' => :'Array<OAuth2CustomClaim>',
    :'bound_clients_id' => :'Array<String>',
    :'certificate' => :'String',
    :'issuer' => :'String',
    :'jwks_json_data' => :'String',
    :'jwks_uri' => :'String',
    :'unique_identifier' => :'String'
  }
end