次の方法で共有


onPremisesDirectorySynchronizationConfiguration リソースの種類

名前空間: microsoft.graph

テナントのオンプレミス ディレクトリ同期プロセスに影響を与える、微調整可能な構成で構成されます。

プロパティ

プロパティ 説明
accidentalDeletionPrevention onPremisesAccidentalDeletionPrevention テナントの誤削除防止構成が含まれています。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.onPremisesDirectorySynchronizationConfiguration",
  "accidentalDeletionPrevention": {
    "@odata.type": "microsoft.graph.onPremisesAccidentalDeletionPrevention"
  }
}