Ory.Model.CreateIdentityBody (ory_client v1.1.23)
Create Identity Body
Link to this section Summary
Link to this section Types
@type t() :: %Ory.Model.CreateIdentityBody{ credentials: Ory.Model.IdentityWithCredentials.t() | nil, metadata_admin: AnyType | nil, metadata_public: AnyType | nil, recovery_addresses: [Ory.Model.RecoveryIdentityAddress.t()] | nil, schema_id: String.t(), state: Ory.Model.IdentityState.t() | nil, traits: map(), verifiable_addresses: [Ory.Model.VerifiableIdentityAddress.t()] | nil }