Record
update-pipeline-variable-for-user-params
No description available.
record update-pipeline-variable-for-user-params {
selected-user: string,
variable-uuid: string,
type-op: string,
key: option<string>,
secured: option<bool>,
uuid: option<string>,
value: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| selected-user | string | |
| variable-uuid | string | |
| type-op | string | |
| key | option<string> | |
| secured | option<bool> | |
| uuid | option<string> | |
| value | option<string> |