UpdateApiKeyRequest
UpdateApiKeyRequest documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| validateLabelStrategy | Object | [optional] | |
| 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] |