Sha256: a55c04ad2dd062897269c9704b98a0e1a644427ba3286b7df40ed97621984366
Contents?: true
Size: 664 Bytes
Versions: 15
Compression:
Stored size: 664 Bytes
Contents
# OryKratosClient::AdminCreateIdentityBody ## 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 = OryKratosClient::AdminCreateIdentityBody.new( schema_id: null, traits: null ) ```
Version data entries
15 entries across 15 versions & 1 rubygems