Sha256: 12bcd65c0f978d88f5642d36543e62d193b333d4a731d243335e01f6e9525b59
Contents?: true
Size: 662 Bytes
Versions: 2
Compression:
Stored size: 662 Bytes
Contents
# OryHydraClient::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 = OryHydraClient::AdminCreateIdentityBody.new( schema_id: null, traits: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-0.7.1.alpha1 | docs/AdminCreateIdentityBody.md |
ory-kratos-client-0.7.0.alpha1 | docs/AdminCreateIdentityBody.md |