targetDeviceGroup リソースの種類
名前空間: microsoft.graph
servicePrincipal の remoteDesktopSecurityConfiguration オブジェクト用に構成されたデバイスのグループを表します。 この構成により、Microsoft Entra ID リモート デスクトップ サービス (RDS) 認証プロトコルを使用した SSO が有効になります。Microsoft Entra IDは、targetDeviceGroup のメンバーである参加済みデバイスまたはハイブリッド参加済みデバイスに対してユーザーを認証します。
エンティティ から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | targetDeviceGroup コレクション | servicePrincipal の remoteDesktopSecurityConfiguration オブジェクトの targetDeviceGroup オブジェクトとそのプロパティの一覧を取得します。 |
Create | targetDeviceGroup | servicePrincipal の remoteDesktopSecurityConfiguration オブジェクトの新しい targetDeviceGroup オブジェクトをCreateします。 |
Get | targetDeviceGroup | servicePrincipal の remoteDesktopSecurityConfiguration の targetDeviceGroup オブジェクトのプロパティとリレーションシップを読み取ります。 |
Update | targetDeviceGroup | servicePrincipal の remoteDesktopSecurityConfiguration の targetDeviceGroup オブジェクトのプロパティを更新します。 |
Delete | なし | servicePrincipal で remoteDesktopSecurityConfiguration の targetDeviceGroup オブジェクトを削除します。 |
プロパティ
プロパティ | 種類 | 説明 |
---|---|---|
displayName | String | ターゲット デバイス グループの表示名。 |
id | String | グループのオブジェクト識別子。 エンティティから継承 されます。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.targetDeviceGroup",
"id": "String (identifier)",
"displayName": "String"
}