Share via


tenantCustomizedInformation リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

マネージド テナントのカスタマイズ可能な情報を表します。

メソッド

メソッド 戻り値の種類 説明
tenantCustomizedInformations を一覧表示する microsoft.graph.managedTenants.tenantCustomizedInformation コレクション tenantCustomizedInformation オブジェクトとそのプロパティの一覧を取得します。
tenantCustomizedInformation を取得する microsoft.graph.managedTenants.tenantCustomizedInformation tenantCustomizedInformation オブジェクトのプロパティとリレーションシップを読み取ります。
tenantCustomizedInformation を更新する microsoft.graph.managedTenants.tenantCustomizedInformation tenantCustomizedInformation オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
contacts microsoft.graph.managedTenants.tenantContactInformation コレクション マネージド テナントの連絡先のコレクション。 省略可能です。
displayName String マネージド テナントの表示名。 必須です。 読み取り専用。
id String マネージド テナントのMicrosoft Entraテナント識別子。 必須です。 読み取り専用です。
tenantId String マネージド テナントのMicrosoft Entraテナント識別子。 省略可能。 読み取り専用。
Web サイト String マネージド テナントの Web サイト。 必須です。
businessRelationship String マネージド サービス プロバイダーとマネージド テナントの関係について説明します。たとえば、Managed、Co-managed、Licensing などです。 最大長は 250 文字です。 省略可能です。
complianceRequirements String collection 顧客テナントのコンプライアンス要件が含まれています。たとえば、HIPPA、NIST、CMMC などです。 最大長は、コンプライアンス要件ごとに 250 文字です。 省略可能です。
managedServicesPlans String collection これは、マネージド サービス プロバイダーが管理する顧客テナントのマネージド サービス プランです。 最大長は、マネージド サービス プランあたり 250 文字です。 省略可能です。
メモ String マネージド サービス プロバイダー技術者がカスタム テキストを入力して、マネージド サービス プロバイダー内の技術者間でメモを共有するためのフィールド。 最大長は 5,000 文字です。 省略可能です。
noteLastModifiedDateTime DateTimeOffset このエンティティのメモ フィールドが最後に変更された日付。 省略可能です。
partnerRelationshipManagerUserIds String collection マネージド テナントとの関係を管理するマネージド サービス プロバイダー内のユーザーの Entra ユーザー ID の一覧。 省略可能です。

リレーションシップ

なし。

JSON 表記

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

    {
      "id": "34298981-4fc8-4974-9486-c8909ed1521b",
      "tenantId": "34298981-4fc8-4974-9486-c8909ed1521b",
      "website": "https://www.fourthcoffee.com",
      "contacts": [
        {
          "name": "Sally",
          "email": "sally@fourthcoffee.com",
          "phone": "5558009731"
        },
        {
          "name": "Hector",
          "email": "hector@fourthcoffee.com",
          "phone": "5558009732"
        }
      ],
      "businessRelationship": "Managed",
      "complianceRequirements": [
        "NIST",
        "HIPPA"
      ],
      "managedServicesPlans": [
        "Microsoft Entra ID P1"
      ],
      "note": "This is a test note.",
      "noteLastModifiedDateTime": "2024-04-03 00:10:21.1989208",
      "partnerRelationshipManagerUserIds": [
        "3c23994c-711b-46f6-ab1e-0aeef19413f3"
      ]
    }