UpdateApiKeyRequest
UpdateApiKeyRequest documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | New status for the API key. Allowed values: ACTIVE, INACTIVE. | [optional] |
| replaceLabels | {String: String} | Replace all existing labels with this set. Mutually exclusive with mergeLabels. | [optional] |
| mergeLabels | {String: String} | Merge these labels with existing ones. Mutually exclusive with replaceLabels. | [optional] |
Enum: StatusEnum
-
ACTIVE(value:"ACTIVE") -
INACTIVE(value:"INACTIVE")