secureScoreControlStateUpdate 资源类型

包含用户更新的控件状态的历史记录, (控件状态包括 Default、Ignored、ThirdParty、Reviewed) 。

属性 类型 说明
assignedTo string 将控件分配给将执行操作的用户
comment string 提供有关控件的可选注释
state string 可以使用 PATCH 命令修改控件的状态, (Ex: ignored、thirdParty 等)
updatedBy string 更新了租户状态的用户的 ID
updatedDateTime DateTimeOffset 控件状态的更新时间

JSON 表示形式

下面是资源的 JSON 表示形式。

{
 "assignedTo": "String",
 "comment": "string",
 "state": "string",
 "updatedBy": "string",
 "updatedDateTime": "DateTimeOffset"
}