Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.28 KB

File metadata and controls

48 lines (39 loc) · 1.28 KB
title approvalIdentitySet resource type
description Represents a keyed collection of identity resources that are associated with an approval item.
author asgautam1997
ms.localizationpriority medium
ms.subservice approvals
doc_type resourcePageType
ms.date 08/01/2024

approvalIdentitySet resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a keyed collection of identity resources that are associated with an approval item.

Inherits from identitySet.

Properties

Property Type Description
group identity The Microsoft Entra group associated with the approval item.
user identity The user associated with the approval item. Inherited from identitySet.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.approvalIdentitySet",
  "user": {
    "@odata.type": "microsoft.graph.identity"
  },
  "group": {
    "@odata.type": "microsoft.graph.identity"
  }
}