Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.38 KB

File metadata and controls

44 lines (36 loc) · 1.38 KB
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

evaluationResult resource type

Namespace: microsoft.graph.security.securityCopilot

[!INCLUDE beta-disclaimer]

The result from a Security Copilot evaluation.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.securityCopilot.evaluationResult",
  "content": "String",
  "previewState": "String",
  "type": "String"
}