命名空间:microsoft.graph.security.securityCopilot
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示Security Copilot提示中的评估。
继承自 实体
方法
| 方法 | 返回类型 | Description |
|---|---|---|
| List | microsoft.graph.security.securityCopilot.evaluation 集合 | 获取评估对象及其属性的列表。 |
| 创建 | microsoft.graph.security.securityCopilot.evaluation | 创建新的评估对象。 |
| Get | microsoft.graph.security.securityCopilot.evaluation | 读取 microsoft.graph.security.securityCopilot.evaluation 对象的属性和关系。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| completedDateTime | DateTimeOffset | 评估完成时间。 |
| createdDateTime | DateTimeOffset | 评估创建时间。 |
| executionCount | Int64 | 评估执行计数。 |
| id | String | 表示Security Copilot评估的唯一 ID。 继承自 entity。 |
| isCancelled | Boolean | 评估取消状态。 |
| lastModifiedDateTime | DateTimeOffset | 评估修改时间。 |
| result | microsoft.graph.security.securityCopilot.evaluationResult | 评估结果集合。 |
| runStartDateTime | DateTimeOffset | 评估运行开始时间。 |
| state | microsoft.graph.security.securityCopilot.evaluationState | 轮询期间的评估状态。 可能的值为:、、、、deferredcancelledcompletedrunningpending、waitingForInput、 。 unknownFutureValuecreatedunknown |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.securityCopilot.evaluation",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"runStartDateTime": "String (timestamp)",
"completedDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"executionCount": "Integer",
"isCancelled": "Boolean",
"result": {
"@odata.type": "microsoft.graph.security.securityCopilot.evaluationResult"
},
"state": "String"
}