Edit

Share via


skillVariableDescriptor resource type

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.

Defines the capabilities of a skill in Security Copilot. For more information, see the Security Copilot Agent manifest.

This entire resource is currently unsupported.

Properties

Property Type Description
description String Unsupported.
name String Unsupported.
type microsoft.graph.security.securityCopilot.skillTypeDescriptor Unsupported.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.securityCopilot.skillVariableDescriptor",
  "name": "String",
  "description": "String",
  "type": {
    "@odata.type": "microsoft.graph.security.securityCopilot.skillTypeDescriptor"
  }
}