termsAndConditionsGroupAssignment リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

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

メソッド

メソッド 戻り値の型 説明
リスト用語AndConditionsGroupAssignments termsAndConditionsGroupAssignment コレクション 用語 AndConditionsGroupAssignment オブジェクトのプロパティとリレーションシップを一覧表示 します。
Get termsAndConditionsGroupAssignment termsAndConditionsGroupAssignment 用語 AndConditionsGroupAssignment オブジェクトのプロパティとリレーションシップを読み取 る。
用語の作成AndConditionsGroupAssignment termsAndConditionsGroupAssignment 新しい 用語AndConditionsGroupAssignment オブジェクトを作成 します。
用語の削除AndConditionsGroupAssignment なし 用語 AndConditionsGroupAssignment を削除します
用語の更新AndConditionsGroupAssignment termsAndConditionsGroupAssignment TermsAndConditionsGroupAssignment オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティの一意識別子。
targetGroupId String T ポリシーが C ポリシーに割り&グループの一意の識別子。

リレーションシップ

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

JSON 表記

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

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