Method: OryClient::UpdateIdentityBody#traits
- Defined in:
- lib/ory-client/models/update_identity_body.rb
#traits ⇒ Object
Traits represent an identity’s traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in ‘schema_id`.
33 34 35 |
# File 'lib/ory-client/models/update_identity_body.rb', line 33 def traits @traits end |