認証リソースの種類
名前空間: 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"
}