Sha256: befed786b189e8f0f61c8dab60e3b52b62a2b838ebd8872d48f0c48a1c15b481
Contents?: true
Size: 1.69 KB
Versions: 52
Compression:
Stored size: 1.69 KB
Contents
# OryClient::AdminCreateIdentityBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **credentials** | [**AdminIdentityImportCredentials**](AdminIdentityImportCredentials.md) | | [optional] | | **recovery_addresses** | [**Array<RecoveryAddress>**](RecoveryAddress.md) | RecoveryAddresses contains all the addresses that can be used to recover an identity. Use this structure to import recovery addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update. | [optional] | | **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. | | | **state** | [**IdentityState**](IdentityState.md) | | [optional] | | **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`. | | | **verifiable_addresses** | [**Array<VerifiableIdentityAddress>**](VerifiableIdentityAddress.md) | VerifiableAddresses contains all the addresses that can be verified by the user. Use this structure to import verified addresses for an identity. Please keep in mind that the address needs to be represented in the Identity Schema or this field will be overwritten on the next identity update. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::AdminCreateIdentityBody.new( credentials: null, recovery_addresses: null, schema_id: null, state: null, traits: null, verifiable_addresses: null ) ```
Version data entries
52 entries across 52 versions & 1 rubygems