認証リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

ユーザーに対して構成できるMicrosoft Entra IDでサポートされる認証方法を表す認証サインイン設定とリレーションシップを公開します。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
認証サインイン設定を取得する authentication ユーザーの認証サインイン設定を取得します。 これには、ユーザーがシステム優先認証に対して有効になっているかどうかと、ユーザーが優先する多要素認証方法が含まれます。
認証サインイン設定を更新する authentication ユーザーの認証サインイン設定を更新します。

プロパティ

プロパティ 説明
id String 認証の一意識別子。
signInPreferences signInPreferences ユーザーのサインイン エクスペリエンスに対する設定と設定。 このプロパティを使用して、ユーザーの既定の多要素認証 (MFA) メソッドを構成します。

リレーションシップ

リレーションシップ 説明
emailMethods emailAuthenticationMethod コレクション 認証のためにユーザーに登録された電子メール アドレスを表します。
fido2Methods fido2AuthenticationMethod コレクション 認証のためにユーザーに登録されている FIDO2 セキュリティ キーを表します。
メソッド authenticationMethod コレクション ユーザーに登録されているすべての認証方法を表します。
microsoftAuthenticatorMethods microsoftAuthenticatorAuthenticationMethod コレクション 認証のためにユーザーに登録された Microsoft Authenticator アプリの詳細。
passwordlessMicrosoftAuthenticatorMethods passwordlessMicrosoftAuthenticatorAuthenticationMethod コレクション 認証のためにユーザーに登録されている Microsoft Authenticator パスワードレス電話サインイン方法を表します。
passwordMethods passwordAuthenticationMethod コレクション 認証のためにユーザーに登録されたパスワード認証方法の詳細を表します。
phoneMethods phoneAuthenticationMethod コレクション 認証のためにユーザーに登録された電話を表します。
temporaryAccessPassMethods temporaryAccessPassAuthenticationMethod コレクション 時間制限付きパスコードを使用して認証するためにユーザーに登録された一時アクセス パスを表します。
windowsHelloForBusinessMethods windowsHelloForBusinessAuthenticationMethod コレクション 認証のためにユーザーに登録されたWindows Hello for Business認証方法を表します。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.authentication",
  "id": "String (identifier)",
  "signInPreferences": {
    "@odata.type": "microsoft.graph.signInPreferences"
  }
}