名前空間: 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.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 | ポーリング中の評価状態。 使用可能な値は、 unknown、 created、 running、 completed、 cancelled、 pending、 deferred、 waitingForInput、 unknownFutureValueです。 |
リレーションシップ
なし。
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"
}