次の方法で共有


externalAuthenticationMethod リソースの種類

名前空間: microsoft.graph

ユーザーに登録されている外部 MFA の表現。 外部 MFA は、外部 ID プロバイダーを使用してMicrosoft Entra IDにサインインするために使用されます。

externalAuthenticationMethod リソースは、authenticationMethod リソースの種類の派生型です。

メソッド

メソッド 戻り値の種類 説明
List externalAuthenticationMethod コレクション externalAuthenticationMethod オブジェクトとそのプロパティの一覧を取得します。
Create externalAuthenticationMethod 新しい externalAuthenticationMethod オブジェクトを作成します。
Get externalAuthenticationMethod externalAuthenticationMethod オブジェクトのプロパティとリレーションシップを読み取ります。
Delete なし externalAuthenticationMethod オブジェクトを削除します。

プロパティ

プロパティ 説明
configurationId 文字列 Microsoft Entra ID内で外部認証メソッドを管理するために使用される一意の識別子。
createdDateTime DateTimeOffset エンティティが作成された日時を表します。 authenticationMethod から継承されます。
displayName 文字列 登録済みの外部 MFA に指定されたカスタム名。
id 文字列 ユーザーの認証方法の一意識別子。 エンティティから継承 されます。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.externalAuthenticationMethod",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "configurationId": "String",
  "displayName": "String"
}