Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
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"
}