connectedOrganizationMembers resource type
Namespace: microsoft.graph
Used in the request settings of an access package assignment policy. The @odata.type
value #microsoft.graph.connectedOrganizationMembers
indicates that this type identifies a collection of users, those who are associated with a connected organization, who are allowed to request an access package.
Properties
Property | Type | Description |
---|---|---|
connectedOrganizationId | String | The ID of the connected organization in entitlement management. |
description | String | The name of the connected organization. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.connectedOrganizationMembers",
"connectedOrganizationId": "String",
"description": "String"
}