命名空间:microsoft.graph
定义邀请兑换提供程序配置,以设置Microsoft Entra ID B2B 协作的兑换流设置。
继承自 invitationRedemptionIdentityProviderConfiguration
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| primaryIdentityProviderPrecedenceOrder | b2bIdentityProvidersType 集合 | 按优先顺序用于来宾邀请兑换的标识提供者的集合。 可能的值为: azureActiveDirectory、 externalFederation或 socialIdentityProviders。 |
| fallbackIdentityProvider | b2bIdentityProvidersType | 在主标识提供者不能用于来宾邀请兑换的情况下使用的回退标识提供者。 可能的值为: defaultConfiguredIdp、 emailOneTimePasscode或 microsoftAccount。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"primaryIdentityProviderPrecedenceOrder": ["String"],
"fallbackIdentityProvider": "String"
}