defaultInvitationRedemptionIdentityProviderConfiguration リソースの種類

名前空間: microsoft.graph

B2B コラボレーションの引き換えフロー設定を設定する招待引き換えプロバイダーの構成Microsoft Entra ID定義します。

invitationRedemptionIdentityProviderConfiguration から継承します

プロパティ

プロパティ 説明
primaryIdentityProviderPrecedenceOrder b2bIdentityProvidersType コレクション ゲスト招待の引き換えに使用する優先順の ID プロバイダーのコレクション。 使用可能な値は、azureActiveDirectoryexternalFederationsocialIdentityProviders です。
fallbackIdentityProvider b2bIdentityProvidersType ゲスト招待の引き換えにプライマリ ID プロバイダーを使用できない場合に使用するフォールバック ID プロバイダー。 使用可能な値は、defaultConfiguredIdpemailOneTimePasscodemicrosoftAccount です。

リレーションシップ

なし。

JSON 表記

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

{
  "primaryIdentityProviderPrecedenceOrder": ["String"],
  "fallbackIdentityProvider": "String"
}