termsAndConditionsGroupAssignment リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

termsAndConditionsGroupAssignment エンティティは、特定のグループへの特定の利用規約 (T&C) ポリシーの割り当てを表します。 グループ内のユーザーは、デバイスを Intune に登録するためには使用条件に同意する必要があります。

メソッド

メソッド 戻り値の型 説明
List termsAndConditionsGroupAssignments termsAndConditionsGroupAssignment コレクション termsAndConditionsGroupAssignment オブジェクトのプロパティと関係を一覧表示します。
termsAndConditionsGroupAssignment を取得する termsAndConditionsGroupAssignment termsAndConditionsGroupAssignment オブジェクトのプロパティと関係を読み取ります。
termsAndConditionsGroupAssignment の作成 termsAndConditionsGroupAssignment 新しい termsAndConditionsGroupAssignment オブジェクトを作成します。
termsAndConditionsGroupAssignment を削除する なし termsAndConditionsGroupAssignment を削除します。
termsAndConditionsGroupAssignment の更新 termsAndConditionsGroupAssignment termsAndConditionsGroupAssignment オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティの一意識別子。
targetGroupId 文字列 T&C ポリシーが割り当てられているグループの一意の識別子。

リレーションシップ

リレーションシップ 説明
termsAndConditions termsAndConditions 割り当てられた使用条件へのナビゲーション リンク。

JSON 表記

以下は、リソースの JSON 表記です。

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