Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.
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"
}