次の方法で共有


targetDeviceGroup リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

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 の remoteDesktopSecurityConfigurationtargetDeviceGroup オブジェクトのプロパティとリレーションシップを読み取ります。
Update targetDeviceGroup servicePrincipal の remoteDesktopSecurityConfigurationtargetDeviceGroup オブジェクトのプロパティを更新します。
Delete なし servicePrincipal で remoteDesktopSecurityConfigurationtargetDeviceGroup オブジェクトを削除します。

プロパティ

プロパティ 種類 説明
displayName String ターゲット デバイス グループの表示名。
id String グループのオブジェクト識別子。 エンティティから継承 されます。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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