dsdk / v1.47 / SecretUpdateData
Type Alias: SecretUpdateData ​
SecretUpdateData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
body ? | SecretSpec | The spec of the secret to update. Currently, only the Labels field can be updated. All other fields must remain unchanged from the SecretInspect endpoint response values. |
path | object | - |
path.id | string | The ID or name of the secret |
query | object | - |
query.version | number | The version number of the secret object being updated. This is required to avoid conflicting writes. |