ory-client 1.1.7

SDK Client for Ory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ProjectApiKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The token's ID. | [readonly]
**name** | **String** | The Token's Name  Set this to help you remember, for example, where you use the token. | 
**owner_id** | **String** | The token's owner | [readonly]
**project_id** | Option<**String**> | The Token's Project ID | [optional][readonly]
**value** | Option<**String**> | The token's value | [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)