Edit

connectedOrganizationMembers resource type

Namespace: microsoft.graph

Used in the allowedRequestors property of accessPackageAssignmentRequestorSettings for an accessPackageAssignmentPolicy. The @odata.type value #microsoft.graph.connectedOrganizationMembers indicates that this type identifies a collection of users who are associated with a connectedOrganization and 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"
}