認証リソースの種類

名前空間: microsoft.graph

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

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

メソッド

なし。

プロパティ

なし

リレーションシップ

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

JSON 表記

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

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