builtInIdentityProvider 资源类型

命名空间:microsoft.graph

表示具有Microsoft Entra租户的外部标识的内置标识提供者。

对于Microsoft Entra租户中的Microsoft Entra B2B 方案,内置标识提供者类型可以是Microsoft Entra ID、Microsoft 帐户 (MSA) 或电子邮件一次性密码 (EmailOTP) 。

此类型继承自 identityProviderBase

方法

方法 返回类型 Description
List identityProviderBase 集合 检索租户中配置的所有标识提供程序,包括内置标识提供程序。 无法仅检索租户中的内置标识提供者。
Get builtInIdentityProvider 检索内置标识提供者的属性。
列出可用的提供程序类型 String 集合 检索租户中所有可用的标识提供程序类型。

属性

属性 类型 说明
displayName 字符串 标识提供程序的显示名称。 继承自 identityProviderBase
id String 标识提供程序的标识符。 继承自 identityProviderBase。 只读。
identityProviderType 字符串 标识提供程序类型。 对于 B2B 方案,可能的值: AADSignupMicrosoftAccountEmailOTP。 此为必需属性。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
    "displayName": "String",
    "id": "String",
    "identityProviderType": "String"
}