ory-client 1.22.38

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# IdentityWithCredentials

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lookup_secret** | Option<[**models::AdminIdentityImportCredentialsLookupSecret**]AdminIdentityImportCredentialsLookupSecret.md> |  | [optional]
**oidc** | Option<[**models::IdentityWithCredentialsOidc**]identityWithCredentialsOidc.md> |  | [optional]
**passkey** | Option<[**models::IdentityWithCredentialsPasskey**]identityWithCredentialsPasskey.md> |  | [optional]
**password** | Option<[**models::IdentityWithCredentialsPassword**]identityWithCredentialsPassword.md> |  | [optional]
**saml** | Option<[**models::IdentityWithCredentialsSaml**]identityWithCredentialsSaml.md> |  | [optional]
**totp** | Option<[**models::IdentityWithCredentialsTotp**]identityWithCredentialsTotp.md> |  | [optional]
**webauthn** | Option<[**models::IdentityWithCredentialsWebAuthn**]identityWithCredentialsWebAuthn.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)