認証リソースの種類

名前空間: microsoft.graph

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

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

メソッド

なし。

プロパティ

プロパティ 説明
id String 認証の一意識別子。

リレーションシップ

リレーションシップ 説明
emailMethods emailAuthenticationMethod コレクション 認証のためにユーザーに登録された電子メール アドレス。
fido2Methods fido2AuthenticationMethod コレクション 認証のためにユーザーに登録されている FIDO2 セキュリティ キーを表します。
メソッド authenticationMethod コレクション ユーザーに登録されているすべての認証方法を表します。
microsoftAuthenticatorMethods microsoftAuthenticatorAuthenticationMethod コレクション 認証のためにユーザーに登録された Microsoft Authenticator アプリの詳細。
操作 longRunningOperation コレクション 実行時間の長い操作の状態を表します。
passwordMethods passwordAuthenticationMethod コレクション 認証のためにユーザーに登録されているパスワードを表します。 セキュリティのために、パスワード自体はオブジェクトに返されませんが、パスワードをリセットするためのアクションを実行できます。
phoneMethods phoneAuthenticationMethod コレクション 認証のためにユーザーに登録された電話番号。
softwareOathMethods softwareOathAuthenticationMethod コレクション 認証のためにユーザーに登録されたソフトウェア OATH TOTP アプリケーション。
temporaryAccessPassMethods temporaryAccessPassAuthenticationMethod コレクション 時間制限付きパスコードを使用して認証するためにユーザーに登録された一時アクセス パスを表します。
windowsHelloForBusinessMethods windowsHelloForBusinessAuthenticationMethod コレクション 認証のためにユーザーに登録されたWindows Hello for Business認証方法を表します。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.authentication"
}