次の方法で共有


builtInIdentityProvider リソースの種類

名前空間: microsoft.graph

Microsoft Entra テナントの 外部 ID を 持つ組み込みの ID プロバイダーを表します。

Microsoft Entra テナントの Microsoft Entra B2B シナリオの場合、組み込みの ID プロバイダーの種類は、Microsoft Entra ID、Microsoft アカウント (MSA)、または電子メール ワンタイム パスコード (EmailOTP) です。

このタイプは、conversationMember から継承されています。

メソッド

なし。

組み込みの ID プロバイダーを管理するための API 操作の一覧については、 identityProviderBase リソースの種類に関するページを参照してください。

プロパティ

プロパティ 説明
displayName String ID プロバイダーの表示名。 identityProviderBase から継承されます。
id 文字列 ID プロバイダーの識別子。 identityProviderBase から継承されます。 読み取り専用です。
identityProviderType String ID プロバイダーの型。 B2B シナリオでは、次の値が使用されます。AADSignupMicrosoftAccountEmailOTP。 必須です。

JSON 表記

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

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