Sha256: f263fe9c9f5c537248bb9d74816f952eceeef84b434e38e86560c255887b467d
Contents?: true
Size: 937 Bytes
Versions: 197
Compression:
Stored size: 937 Bytes
Contents
# OryClient::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-client' instance = OryClient::IdentityCredentials.new( config: null, created_at: null, identifiers: null, type: null, updated_at: null, version: null ) ```
Version data entries
197 entries across 197 versions & 1 rubygems