API keys
Create, list, and revoke API keys.
Create, list, and revoke API keys.
elnora_api-keys_create
Create a new API key
| Parameter | Type | Required | Description |
|---|---|---|---|
name | any | yes | Key name |
scopes | any | yes | Optional scopes |
elnora_api-keys_getPolicy
Get the API key creation policy
Read-only · Idempotent
No parameters.
elnora_api-keys_list
List all API keys
Read-only · Idempotent
No parameters.
elnora_api-keys_revoke
Revoke an API key
Destructive · Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
keyId | any | yes | API key ID |
elnora_api-keys_setPolicy
Set the API key creation policy
Idempotent
| Parameter | Type | Required | Description |
|---|---|---|---|
policy | any | yes | Policy object |