ory-client 1.20.11

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
18
# WorkspaceApiKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> | The API key's creation date | [optional][readonly]
**expires_at** | Option<**String**> |  | [optional]
**id** | **String** | The key's ID. | [readonly]
**name** | **String** | The API key's Name  Set this to help you remember, for example, where you use the API key. | 
**owner_id** | **String** | The key's owner | [readonly]
**updated_at** | Option<**String**> | The API key's last update date | [optional][readonly]
**value** | Option<**String**> | The key's value | [optional][readonly]
**workspace_id** | Option<**String**> | The API key's workspace ID | [optional][readonly]

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