次の方法で共有


enrollmentMappings リソースの種類

名前空間: microsoft.graph.industryData

重要

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

プロビジョニングするクラス グループのさまざまな管理の選択肢。

プロパティ

プロパティ 説明
memberEnrollmentMappings microsoft.graph.industryData.sectionRoleReferenceValue コレクション クラス グループの enrollmentMappings メンバー。
ownerEnrollmentMappings microsoft.graph.industryData.sectionRoleReferenceValue コレクション クラス グループの enrollmentMappings 所有者。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.industryData.enrollmentMappings",
  "ownerEnrollmentMappings": [
    {
      "@odata.type": "microsoft.graph.industryData.sectionRoleReferenceValue"
    }
  ],
  "memberEnrollmentMappings": [
    {
      "@odata.type": "microsoft.graph.industryData.sectionRoleReferenceValue"
    }
  ]
}