userProvisioningFlow リソースの種類

名前空間: microsoft.graph.industryData

重要

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

受信データから Microsoft 365 ユーザーへの作成と照合を自動化できる構成パラメーターを表します。

userProvisioningFlow は outboundProvisioningFlowSet 内で定義され、使用可能な組織 (学校) のサブセットに基づいてフィルターを指定したり、受信データにすべての組織を含めたりすることができます。

別の outboundProvsioningFlowSets 内で定義された複数の userProvisioningFlows があり、組織ごとに異なる構成が可能になる場合があります。

microsoft.graph.industryData.provisioningFlow から継承します

メソッド

メソッド 戻り値の種類 説明
userProvisioningFlow を取得する microsoft.graph.industryData.userProvisioningFlow userprovisioningflow オブジェクトのプロパティとリレーションシップを読み取ります。
userProvisioningFlow を更新する microsoft.graph.industryData.userProvisioningFlow userprovisioningflow オブジェクトのプロパティを更新します。
userProvisioningFlow を削除する なし userprovisioningflow オブジェクトを削除します。

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset microsoft.graph.industryData.provisioningFlow から継承されます。
createUnmatchedUsers ブール型 一致しないユーザーを作成するか無視するかを示すブール値の選択。
creationOptions microsoft.graph.industryData.userCreationOptions 新しいユーザーをプロビジョニングするためのさまざまな管理の選択肢。
id String microsoft.graph.industryData.provisioningFlow から継承されます。
lastModifiedDateTime DateTimeOffset microsoft.graph.industryData.provisioningFlow から継承されます。
managementOptions microsoft.graph.industryData.userManagementOptions すべてのユーザーが考慮するさまざまな属性の選択肢。
readinessStatus microsoft.graph.industryData.readinessStatus microsoft.graph.industryData.provisioningFlow から継承されます。 使用可能な値: notReadyreadyfaileddisabledexpiredunknownFutureValue

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.industryData.userProvisioningFlow",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "readinessStatus": "String",
  "id": "String (identifier)",
  "createUnmatchedUsers": "Boolean",
  "managementOptions": {
    "@odata.type": "microsoft.graph.industryData.userManagementOptions"
  },
  "creationOptions": {
    "@odata.type": "microsoft.graph.industryData.userCreationOptions"
  }
}