Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Important
APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.
Represents a single element within a Copilot package, containing its unique identifier and definition.
Important
Access to the Package Management API requires enrollment in the Frontier program. For more information about the Frontier program, see Explore AI Early Access in Microsoft 365.
Properties
| Property | Type | Description |
|---|---|---|
definition |
String | Complete definition or manifest of the element as a JSON string. |
id |
String | Unique identifier of the element. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.packageElement",
"definition": "String",
"id": "String"
}