Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
NOTE This object is currently unsupported.
Inherits from microsoft.graph.security.securityCopilot.skillVariableDescriptor.
Properties
| 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. |
Relationships
None.
JSON representation
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"
}