Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.84 KB

File metadata and controls

64 lines (47 loc) · 1.84 KB
title connectedOrganizationMembers resource type
description The connectedOrganizationMembers type identifies a collection of users in the tenant who are allowed as requestor, approver, or reviewer.
ms.localizationpriority medium
author markwahl-msft
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 10/04/2024

connectedOrganizationMembers resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 who are associated with a connected organization and are allowed to request an access package.

Properties

This type has the following properties:

Property Type Description
id String The ID of the connected organization in entitlement management.
description String The name of the connected organization. Read only.
isBackup Boolean Not used now.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)",
  "description": "String",
  "isBackup": false
}