ConfigApiKey Object
Description
API key configuration for external integrations.
Declaration
type ConfigApiKey {
value: String
name: String
enabled: Boolean
description: String
}
Fields
| Name | Type | Description |
|---|---|---|
value | String | API key value. |
name | String | Name of the API key. |
enabled | Boolean | Whether the API key is enabled. |
description | String | Description of the API key's purpose. |