Sha256: e7a3c1fa0bfb24fbe02185615efe255798e7a9b5496a82844a0be9026d43a12f
Contents?: true
Size: 1.84 KB
Versions: 99
Compression:
Stored size: 1.84 KB
Contents
# OryClient::Identity ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **credentials** | [**Hash<String, IdentityCredentials>**](IdentityCredentials.md) | Credentials represents all credentials that can be used for authenticating this identity. | [optional] | | **id** | **String** | | | | **recovery_addresses** | [**Array<RecoveryAddress>**](RecoveryAddress.md) | RecoveryAddresses contains all the addresses that can be used to recover an identity. | [optional] | | **schema_id** | **String** | SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. | | | **schema_url** | **String** | SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from. format: url | | | **state** | [**IdentityState**](IdentityState.md) | | [optional] | | **state_changed_at** | **Time** | | [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`. | | | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **verifiable_addresses** | [**Array<VerifiableIdentityAddress>**](VerifiableIdentityAddress.md) | VerifiableAddresses contains all the addresses that can be verified by the user. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::Identity.new( created_at: null, credentials: null, id: null, recovery_addresses: null, schema_id: null, schema_url: null, state: null, state_changed_at: null, traits: null, updated_at: null, verifiable_addresses: null ) ```
Version data entries
99 entries across 99 versions & 1 rubygems