builtInIdentityProvider 资源类型
命名空间:microsoft.graph
表示Microsoft Entra租户的内置标识提供者。
对于Microsoft Entra租户中的Microsoft Entra B2B 方案,内置标识提供者类型可以是Microsoft Entra ID、Microsoft帐户 (MSA) ,也可以是电子邮件一次性密码 (EmailOTP) 。
此类型继承自 identityProviderBase。
方法
无。
有关用于管理内置标识提供者的 API 操作列表,请参阅 identityProviderBase 资源类型。
属性
属性 | 类型 | 说明 |
---|---|---|
displayName | 字符串 | 标识提供程序的显示名称。 继承自 identityProviderBase。 |
id | String | 标识提供程序的标识符。 继承自 identityProviderBase。 只读。 |
identityProviderType | 字符串 | 标识提供程序类型。 对于 B2B 方案,可能的值: AADSignup 、 MicrosoftAccount 、 EmailOTP 。 此为必需属性。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"displayName": "String",
"id": "String",
"identityProviderType": "String"
}