Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 899 Bytes

File metadata and controls

36 lines (28 loc) · 899 Bytes
title removedState resource type
description Represents the reason why a participant resource was removed from a roster.
author sasthana
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 03/06/2024

removedState resource type

Namespace: microsoft.graph

Represents the reason why a participant resource was removed from a roster.

Properties

Property Type Description
reason String The removal reason for the participant resource.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.removedState",
  "reason": "String"
}