Method: OryClient::Identity#traits
- Defined in:
- lib/ory-client/models/identity.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_url`.
50 51 52 |
# File 'lib/ory-client/models/identity.rb', line 50 def traits @traits end |