| title | skillInputDescriptor resource type |
|---|---|
| description | Defines the capabilities of a skill in Security Copilot. |
| 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]
Defines the capabilities of a skill in Security Copilot. For more information, see the Security Copilot Agent manifest.
NOTE This object is currently unsupported.
Inherits from microsoft.graph.security.securityCopilot.skillVariableDescriptor.
| Property | Type | Description |
|---|---|---|
| defaultValue | String | Unsupported. |
| description | String | Unsupported. Inherited from microsoft.graph.security.securityCopilot.skillVariableDescriptor. |
| isRequired | Boolean | Unsupported. |
| name | String | Unsupported. Inherited from microsoft.graph.security.securityCopilot.skillVariableDescriptor. |
| placeholderValue | String | Unsupported. |
| type | microsoft.graph.security.securityCopilot.skillTypeDescriptor | Unsupported. Inherited from microsoft.graph.security.securityCopilot.skillVariableDescriptor. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.securityCopilot.skillInputDescriptor",
"name": "String",
"description": "String",
"type": {
"@odata.type": "microsoft.graph.security.securityCopilot.skillTypeDescriptor"
},
"isRequired": "Boolean",
"defaultValue": "String",
"placeholderValue": "String"
}