Sha256: 056f427d365dc477d56eec62b82501065257a25ebab60ee4ed652da20bd22602
Contents?: true
Size: 956 Bytes
Versions: 7
Compression:
Stored size: 956 Bytes
Contents
# OryKratosClient::IdentityCredentials ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **config** | **Object** | | [optional] | | **created_at** | **Time** | CreatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **identifiers** | **Array<String>** | Identifiers represents a list of unique identifiers this credential type matches. | [optional] | | **type** | [**IdentityCredentialsType**](IdentityCredentialsType.md) | | [optional] | | **updated_at** | **Time** | UpdatedAt is a helper struct field for gobuffalo.pop. | [optional] | | **version** | **Integer** | Version refers to the version of the credential. Useful when changing the config schema. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::IdentityCredentials.new( config: null, created_at: null, identifiers: null, type: null, updated_at: null, version: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems