@ory/client
Version:
OpenAPI client for @ory/client
31 lines (23 loc) • 979 B
Markdown
# CloudAccount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**break_glass** | **boolean** | BreakGlass is true when the identity\'s recovery address has break-glass recovery enabled for the identity\'s current organization. | [optional] [default to undefined]
**email** | **string** | | [default to undefined]
**email_verified** | **boolean** | | [default to undefined]
**id** | **string** | | [default to undefined]
**name** | **string** | | [default to undefined]
**organization_id** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { CloudAccount } from '@ory/client';
const instance: CloudAccount = {
break_glass,
email,
email_verified,
id,
name,
organization_id,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)