connectedOrganizationMembers complex 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 will be 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 is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.connectedOrganizationMembers",
  "connectedOrganizationId": "String",
  "description": "String"
}