Edit

Share via


workspace resource type (for securityCopilot)

Namespace: microsoft.graph.security.securityCopilot

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}