You need to enable JavaScript to run this app.
导航
返回数据结构
最近更新时间:2024.07.02 21:03:12首次发布时间:2024.07.02 21:03:12

IAMUser

参数类型示例值描述
AccountIdInteger210048****主账号 ID。
UserIdInteger28****用户 ID。

PipelineParameter

参数类型示例值描述
KeyStringkey1变量的键。
ValueStringval1变量的值。

Secret

Boolean

true/false

变量是否开启隐私设置。

  • true:开启隐私设置。变量的默认值展示为***。
  • false:关闭隐私设置。变量的默认值明文展示。

Dynamic

Boolean

true/false

变量是否开启动态设置。

  • true:变量为动态变量。支持在运行流水线时修改当前变量的运行值。
  • false:变量为非动态变量。运行流水线时使用默认值。
OptionValuesArray of String["abc","bcd"]当配置可选值时,代表变量是个单选值。
DescriptionStringthis is a param description变量备注。