Sha256: 78e14adba4908ff237b65144c57583cc681d1ddfdbf5f9ab1bc87739da0980a7
Contents?: true
Size: 644 Bytes
Versions: 26
Compression:
Stored size: 644 Bytes
Contents
# OryHydraClient::CreateIdentity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. | | | **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`. | | ## Example ```ruby require 'ory-kratos-client' instance = OryHydraClient::CreateIdentity.new( schema_id: null, traits: null ) ```
Version data entries
26 entries across 26 versions & 1 rubygems