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 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"
}