Share via


termsAndConditions リソース タイプ

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

termsAndConditions エンティティは、特定の使用条件 (T&C) ポリシーのメタデータとコンテンツを表します。 T&C ポリシーのコンテンツは、ユーザーが Intune へ最初の登録を試みる際に表示されます。また、その後、管理者が再承認を必要とする編集の際にも表示されます。 それらを使用して、管理者は、デバイスを Intune に登録するためにユーザーが同意しなければならない規定を伝えることができます。

メソッド

メソッド 戻り値の型 説明
List termsAndConditionses termsAndConditions コレクション termsAndConditions オブジェクトのプロパティとリレーションシップをリストします。
Get termsAndConditions termsAndConditions termsAndConditions オブジェクトのプロパティとリレーションシップを読み取ります。
Create termsAndConditions termsAndConditions 新しい termsAndConditions オブジェクトを作成します。
Delete termsAndConditions なし termsAndConditions を削除します。
Update termsAndConditions termsAndConditions termsAndConditions オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String T&C ポリシーの一意識別子。
createdDateTime DateTimeOffset オブジェクトが作成された DateTime。
modifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。
displayName String T&C ポリシー用に管理者が提供した名前。
description String 管理者が提供した T&C ポリシーの説明。
title String 管理者が提供した契約条件のタイトル。 ユーザーが T&C ポリシーを承諾する際のプロンプトに表示されます。
bodyText String 管理者が提供する契約条件の本文で、通常は条件そのものです。 ユーザーが T&C ポリシーを承諾する際のプロンプトに表示されます。
acceptanceStatement String 使用条件に関する、管理者指定の説明内容です。通常は、T&C ポリシーに定められた使用条件を受け入れることの意味を記載します。 ユーザーが T&C ポリシーを承諾する際のプロンプトに表示されます。
version Int32 条件の現行バージョンを示す整数。 管理者が条件を変更し、修正された T&C ポリシーをユーザーが再承諾するように求める場合に増分されます。
roleScopeTagIds String collection このエンティティ インスタンスのスコープ タグの一覧。

リレーションシップ

リレーションシップ 説明
groupAssignments termsAndConditionsGroupAssignment コレクション この T&C ポリシーのグループ割り当ての一覧。
assignments termsAndConditionsAssignment コレクション この T&C ポリシーの割り当てのリスト。
acceptanceStatuses termsAndConditionsAcceptanceStatus コレクション この T&C ポリシーの承諾状態のリスト。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.termsAndConditions",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "modifiedDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "displayName": "String",
  "description": "String",
  "title": "String",
  "bodyText": "String",
  "acceptanceStatement": "String",
  "version": 1024,
  "roleScopeTagIds": [
    "String"
  ]
}