# CreateWorkspaceApiKeyBody


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expires_at** | **string** |  | [optional] [default to undefined]
**name** | **string** | The API Key Name  A descriptive name for the API key. | [default to undefined]

## Example

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

const instance: CreateWorkspaceApiKeyBody = {
    expires_at,
    name,
};
```

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