@ory/client
Version:
OpenAPI client for @ory/client
23 lines (15 loc) • 637 B
Markdown
# 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)