approvalIdentitySet resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
  }
}