Sha256: 555d10b6b1af1028c18ff39c8de98d1f8c94514be8a30bb1cb2134162a75a3dc
Contents?: true
Size: 786 Bytes
Versions: 80
Compression:
Stored size: 786 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] | ## Example ```ruby require 'ory-client' instance = OryClient::IdentityCredentials.new( config: null, created_at: null, identifiers: null, type: null, updated_at: null ) ```
Version data entries
80 entries across 80 versions & 1 rubygems