Edit

Share via


packageAccessEntity complex type

Important

APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.

Represents an access entity (user or group) with permissions to access a Copilot package.

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
resourceId String Unique identifier of the user or group.
resourceType accessEntityType Type of entity.

accessEntityType enumeration

Value Description
user User entity.
group Group entity.
unknownFutureValue Evolvable sentinel value.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.packageAccessEntity",
  "resourceId": "String",
  "resourceType": "String"
}