| 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 |
Namespace: microsoft.graph.security.securityCopilot
[!INCLUDE beta-disclaimer]
Represents a Microsoft Security Copilot workspace. For more information, see Workspaces overview.
| Method | Return type | Description |
|---|---|---|
| List | microsoft.graph.security.securityCopilot.workspace collection | Get a list of the workspace objects and their 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 |
| 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. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.securityCopilot.workspace",
"id": "String (identifier)",
"displayName": "String"
}