{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration",
"title": "microsoft.graph.remoteDesktopSecurityConfiguration",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "remoteDesktopSecurityConfiguration",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"isRemoteDesktopProtocolEnabled": {
"type": "boolean",
"description": "Determines if Microsoft Entra ID RDS authentication protocol for RDP is enabled."
},
"targetDeviceGroups": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.targetDeviceGroup"
},
"description": "The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. <br/<Supports $expand.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.remoteDesktopSecurityConfiguration"
}