educationSchool リソースの種類

名前空間: microsoft.graph

学校を表すリソースで、その学校のクラス、教師、学生を管理するために使用します。

educationOrganization から継承します

メソッド

メソッド 戻り値の種類 説明
educationSchools をリストする educationSchool コレクション educationSchool オブジェクトとそのプロパティの一覧を取得します。
Create educationSchool educationSchool 新しい educationSchool オブジェクトを作成 します。
educationSchool を取得する educationSchool educationSchoolオブジェクトのプロパティとリレーションシップを読み取る。
EducationSchool の更新 educationSchool educationSchool オブジェクトのプロパティを更新します。
educationSchool を削除する なし educationSchool オブジェクトを削除します。
差分 educationSchool コレクション リソース コレクションへの増分変更を取得します。

プロパティ

プロパティ 説明
address physicalAddress 学校の住所。
createdBy identitySet 学校を作成したエンティティ。
説明 String 学校の説明。 教育から継承 Organization.
displayName String 学校の表示名。 教育から継承 Organization.
externalId String 同期システム内の学校の ID。
externalPrincipalId String 同期システム内のプリンシパルの ID。
externalSource educationExternalSource この組織が作成されたソース。 教育から継承 Organization. 可能な値は、sismanual です。
externalSourceDetail String このリソースが生成された外部ソースの名前。
highestGrade String 授業を受けている最高学年。
id String オブジェクト識別子。 エンティティから継承 されます
lowestGrade String 授業を受けている最低学年。
phone String 学校の電話番号。
principalEmail String プリンシパルの電子メール アドレス。
principalName String プリンシパルの名前。
schoolNumber String 学校番号。

リレーションシップ

リレーションシップ 説明
administrativeUnit administrativeUnit この学校の基になる administrativeUnit。
classes educationClass コレクション 学校で授業しているクラス。 Null 許容型。
users educationUser コレクション 学校のユーザー。 Null 許容型。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.educationSchool",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "externalSource": "String",
  "externalSourceDetail": "String",
  "principalEmail": "String",
  "principalName": "String",
  "externalPrincipalId": "String",
  "lowestGrade": "String",
  "highestGrade": "String",
  "schoolNumber": "String",
  "externalId": "String",
  "phone": "String",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "address": {
    "@odata.type": "microsoft.graph.physicalAddress"
  }
}