# PatchWorkspaceMemberBody


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**break_glass** | **boolean** | Whether to enable break-glass recovery for this member. | [optional] [default to undefined]

## Example

```typescript
import { PatchWorkspaceMemberBody } from '@ory/client';

const instance: PatchWorkspaceMemberBody = {
    break_glass,
};
```

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