UpdateApiKeyRequest
UpdateApiKeyRequest documentation for Java SDK
UpdateApiKeyRequest
Request parameters for updating an API key.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| validateLabelStrategy | Object | [optional] | |
| status | String | 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] |