UpdateApiKeyRequest
UpdateApiKeyRequest documentation for Java SDK
UpdateApiKeyRequest
Request parameters for updating an API key.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | StatusEnum | New status for the API key. Allowed values: ACTIVE, INACTIVE. | [optional] |
| replaceLabels | Map<String, String> | Replace all existing labels with this set. Mutually exclusive with mergeLabels. | [optional] |
| mergeLabels | Map<String, String> | Merge these labels with existing ones. Mutually exclusive with replaceLabels. | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| ACTIVE | "ACTIVE" |
| INACTIVE | "INACTIVE" |