評価リソースの種類

名前空間: microsoft.graph.security.securityCopilot

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

Security Copilot プロンプトで評価を表します。

エンティティから継承

メソッド

メソッド 戻り値の種類 説明
List microsoft.graph.security.securityCopilot.evaluation コレクション 評価オブジェクトとそのプロパティのリストを取得します。
Create microsoft.graph.security.securityCopilot.evaluation 新しい評価オブジェクトを作成します。
Get microsoft.graph.security.securityCopilot.evaluation microsoft.graph.security.security.securityCopilot.evaluation オブジェクトのプロパティと関係を読み取ります。

プロパティ

プロパティ 説明
CompletedDateTime DateTimeOffset 評価の完了時間。
createdDateTime DateTimeOffset 評価作成時刻。
executionCount Int64 評価実行回数。
id 文字列 Security Copilot 評価の一意の ID を表します。 エンティティ から継承します。
isCancelled Boolean 評価のキャンセル ステータス。
lastModifiedDateTime DateTimeOffset 評価の変更時刻。
result microsoft.graph.security.securityCopilot.evaluationResult 評価結果の収集。
runStartDateTime DateTimeOffset 評価実行の開始時刻。
state microsoft.graph.security.securityCopilot.evaluationState ポーリング中の評価状態。 有効な値は、 unknowncreatedrunningcompletedcancelledpendingdeferredwaitingForInputunknownFutureValue です。

リレーションシップ

なし。

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"
}