| title | evaluationResult resource type |
|---|---|
| description | The result from a Security Copilot evaluation. |
| author | spunukol |
| ms.date | 07/17/2025 |
| ms.localizationpriority | medium |
| ms.subservice | security-copilot |
| doc_type | resourcePageType |
Namespace: microsoft.graph.security.securityCopilot
[!INCLUDE beta-disclaimer]
The result from a Security Copilot evaluation.
| Property | Type | Description |
|---|---|---|
| content | String | The final content. |
| previewState | microsoft.graph.security.securityCopilot.skillPreviewState | Evaluation skill release information. The possible values are: ga, public, private, unknownFutureValue. |
| type | microsoft.graph.security.securityCopilot.evaluationResultType | Evaluation Results types. The possible values are: unknown, success, error, needAdditionalClaims, rejected, timedOut, capacityExceeded, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.securityCopilot.evaluationResult",
"content": "String",
"previewState": "String",
"type": "String"
}