UpdateApiKeyRequest
UpdateApiKeyRequest documentation for .NET SDK
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 | Dictionary<string, string> | Replace all existing labels with this set. Mutually exclusive with mergeLabels. | [optional] |
| MergeLabels | Dictionary<string, string> | Merge these labels with existing ones. Mutually exclusive with replaceLabels. | [optional] |