Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.93 KB

File metadata and controls

52 lines (43 loc) · 1.93 KB
title workspace resource type (for securityCopilot)
description Microsoft Security Copilot Workspace
author spunukol
ms.date 07/17/2025
ms.localizationpriority medium
ms.subservice security-copilot
doc_type resourcePageType

workspace resource type (for securityCopilot)

Namespace: microsoft.graph.security.securityCopilot

[!INCLUDE beta-disclaimer]

Represents a Microsoft Security Copilot workspace. For more information, see Workspaces overview.

Methods

Method Return type Description
List microsoft.graph.security.securityCopilot.workspace collection Get a list of the workspace objects and their properties.

Properties

Property Type Description
displayName String Name of the Security Copilot workspace.
id String Represents the unique ID of the Security Copilot workspace or default to represent the default workspace that was created as part of the initial onboarding to Security Copilot. Inherits from entity

Relationships

Relationship Type Description
plugins microsoft.graph.security.securityCopilot.plugin collection Represents plugins in Security Copilot.
sessions microsoft.graph.security.securityCopilot.session collection Represents sessions in Security Copilot.

JSON representation

The following JSON representation shows the resource type.

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