| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a keyed collection of identity resources that are associated with an approval item.
Inherits from identitySet.
| 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. |
None.
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"
}
}