Rediger

Del via


approvedClientApp resource type

Namespace: microsoft.graph

Represents an approved client application that can connect to remote desktops using the Remote Desktop Services (RDS) authentication protocol.

Represents the approved client apps configured for the remoteDesktopSecurityConfiguration object on the service principal. This configuration along with targetDeviceGroup enables Single Sign on (SSO) using the Microsoft Entra ID Remote Desktop Services (RDS) authentication protocol, when Microsoft Entra ID authenticates a user to a joined or hybrid joined device that is a member of the target device group.

Inherits from entity.

Methods

Method Return type Description
List approvedClientApp collection Get a list of the approvedClientApp objects and their properties.
Create approvedClientApp Create a new approvedClientApp object.
Get approvedClientApp Read the properties and relationships of an approvedClientApp object.
Update approvedClientApp Update the properties of an approvedClientApp object.
Delete None Delete an approvedClientApp object.

Properties

Property Type Description
displayName String The display name of the approved client application.
id String The unique identifier for the approved client application. Inherited from entity.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.approvedClientApp",
  "id": "String (identifier)",
  "displayName": "String"
}