Sha256: 186e63e1f779ea50a041720c02dd1cc091902aefade0e10b1dd8a2062a1faf2c
Contents?: true
Size: 787 Bytes
Versions: 2
Compression:
Stored size: 787 Bytes
Contents
# OryHydraClient::AdminUpdateIdentityBody ## 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. If set will update the Identity's SchemaID. | [optional] | | **state** | [**IdentityState**](IdentityState.md) | | | | **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`. | | ## Example ```ruby require 'ory-client' instance = OryHydraClient::AdminUpdateIdentityBody.new( schema_id: null, state: null, traits: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-client-0.0.1.alpha17 | docs/AdminUpdateIdentityBody.md |
ory-client-0.0.1.alpha16 | docs/AdminUpdateIdentityBody.md |