Method: OryClient::UpdateIdentityBody.openapi_types
- Defined in:
- lib/ory-client/models/update_identity_body.rb
.openapi_types ⇒ Object
Attribute type mapping.
53 54 55 56 57 58 59 60 61 62 |
# File 'lib/ory-client/models/update_identity_body.rb', line 53 def self.openapi_types { :'credentials' => :'IdentityWithCredentials', :'metadata_admin' => :'Object', :'metadata_public' => :'Object', :'schema_id' => :'String', :'state' => :'IdentityState', :'traits' => :'Object' } end |