remoteDesktopSecurityConfiguration リソースの種類
名前空間: microsoft.graph
servicePrincipal 上の remoteDesktopSecurityConfiguration オブジェクトの構成を表します。
この構成を使用して、Microsoft Entra ID リモート デスクトップ サービス (RDS) 認証プロトコルを有効にして、Microsoft Entra ID参加済みデバイスまたはハイブリッド参加済みデバイスに対してユーザーを認証します。 この構成では、rdp クライアントが targetDeviceGroups オブジェクトの一部であるハイブリッド参加済みデバイスMicrosoft EntraまたはMicrosoft Entraハイブリッド参加済みデバイスに接続する場合にも、シングル サインオン (SSO) が有効になります。
エンティティ から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
Create | remoteDesktopSecurityConfiguration | servicePrincipal オブジェクトに新しい remoteDesktopSecurityConfiguration オブジェクトをCreateします。 |
Get | remoteDesktopSecurityConfiguration | servicePrincipal オブジェクトの remoteDesktopSecurityConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | remoteDesktopSecurityConfiguration | servicePrincipal オブジェクトの remoteDesktopSecurityConfiguration オブジェクトのプロパティを更新します。 |
Delete | なし | servicePrincipal オブジェクトの remoteDesktopSecurityConfiguration オブジェクトを削除します。 |
プロパティ
プロパティ | 種類 | 説明 |
---|---|---|
id | String | RDS セキュリティ構成の一意識別子。 エンティティから継承 されます。 |
isRemoteDesktopProtocolEnabled | ブール型 | RDP の RDS 認証プロトコルMicrosoft Entra ID有効になっているかどうかを判断します。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
targetDeviceGroups | targetDeviceGroup コレクション | クライアントが新しい Microsoft Entra ID RDS 認証プロトコルを使用して RDP 経由でターゲット デバイスに接続するときに SSO が有効になる RDS セキュリティ構成に関連付けられているターゲット デバイス グループのコレクション。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.remoteDesktopSecurityConfiguration",
"id": "String (identifier)",
"isRemoteDesktopProtocolEnabled": "Boolean"
}