UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 811 B
# AdminIdentityImportCredentialsLookupSecretConfig Create Identity and Import Lookup Secret Credentials Configuration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **codes** | [**Array<IdentityCredentialsLookupSecretCode>**](IdentityCredentialsLookupSecretCode.md) | Codes is a list of \"lookup secret\" codes configured for the user. | [optional] [default to undefined] ## Example ```typescript import { AdminIdentityImportCredentialsLookupSecretConfig } from '@ory/client'; const instance: AdminIdentityImportCredentialsLookupSecretConfig = { codes, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)