Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.18 KB

File metadata and controls

50 lines (40 loc) · 1.18 KB
title securityCopilot resource type
description SecurityCopilot resource
author spunukol
ms.date 07/17/2025
ms.localizationpriority medium
ms.subservice security-copilot
doc_type resourcePageType

securityCopilot resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the resources related to Microsoft Security Copilot. This resource is an abstract type.

Inherits from entity

Methods

None.

Properties

Property Type Description
id String Represents the unique ID of the Security Copilot workspace. Inherited from entity

Relationships

Relationship Type Description
workspaces workspace collection References a workspace in Security Copilot.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.securityCopilot",
  "id": "String (identifier)"
}