Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 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 for the remoteDesktopSecurityConfiguration object on the servicePrincipal. |
| Create | approvedClientApp | Create a new approvedClientApp object for the remoteDesktopSecurityConfiguration object on the servicePrincipal. |
| Get | approvedClientApp | Read the properties and relationships of an approvedClientApp object for the remoteDesktopSecurityConfiguration on a servicePrincipal. |
| Update | approvedClientApp | Update the properties of an approvedClientApp object. |
| Delete | None | Delete an approvedClientApp object for the remoteDesktopSecurityConfiguration on the servicePrincipal. |
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Display name for the client application. |
| id | String | Object identifier of the 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"
}