termsAndConditionsGroupAssignment リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
termsAndConditionsGroupAssignment エンティティは、特定のグループへの特定の使用条件 (T&C) ポリシーの割り当てを表します。 グループ内のユーザーは、デバイスを Intune に登録するためには使用条件に同意する必要があります。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
用語AndConditionsGroupAssignmentsを一覧表示する | termsAndConditionsGroupAssignment コレクション | TermsAndConditionsGroupAssignment オブジェクトのプロパティとリレーションシップを一覧表示します。 |
TermsAndConditionsGroupAssignment を取得する | termsAndConditionsGroupAssignment | termsAndConditionsGroupAssignment オブジェクトのプロパティとリレーションシップを読み取ります。 |
termsAndConditionsGroupAssignment を作成する | termsAndConditionsGroupAssignment | 新しい termsAndConditionsGroupAssignment オブジェクトを 作成します。 |
TermsAndConditionsGroupAssignment を削除する | なし | termsAndConditionsGroupAssignment を削除します。 |
TermsAndConditionsGroupAssignment を更新する | termsAndConditionsGroupAssignment | termsAndConditionsGroupAssignment オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティの一意識別子。 |
targetGroupId | String | T&C ポリシーが割り当てられているグループの一意識別子。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
termsAndConditions | termsAndConditions | 割り当てられた使用条件へのナビゲーション リンク。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.termsAndConditionsGroupAssignment",
"id": "String (identifier)",
"targetGroupId": "String"
}