Share via


windowsHelloForBusinessAuthenticationMethod リソースの種類

名前空間: microsoft.graph

ユーザーに登録されたWindows Hello for Business認証方法の表現。 Windows Hello for Businessは、Windows デバイスのサインイン認証方法です。

これは、 authenticationMethod リソースの種類から継承する派生型です。

メソッド

メソッド 戻り値の種類 説明
windowsHelloForBusinessAuthenticationMethods を一覧表示する windowsHelloForBusinessAuthenticationMethod コレクション windowsHelloForBusinessAuthenticationMethod オブジェクトとそのプロパティの一覧を取得します。
windowsHelloForBusinessAuthenticationMethod を取得する windowsHelloForBusinessAuthenticationMethod windowsHelloForBusinessAuthenticationMethod オブジェクトのプロパティとリレーションシップを読み取ります。
windowsHelloForBusinessAuthenticationMethod を削除する なし windowsHelloForBusinessAuthenticationMethod オブジェクトを削除します。

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset このWindows Hello for Businessキーが登録された日付と時刻。
displayName String Windows Hello for Businessが登録されているデバイスの名前
id String この認証方法の一意の識別子。 authenticationMethod から継承
keyStrength authenticationMethodKeyStrength このWindows Hello for Businessキーのキー強度。 可能な値は normalweakunknown です。

関係

リレーションシップ 説明
デバイス device このWindows Hello for Businessキーが存在する登録済みデバイス。 $expand をサポートします。

ユーザーのWindows Hello for Business登録情報を取得すると、このプロパティは 1 つの GET と を指定?$expandした場合にのみ返されます。 たとえば、GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=deviceです。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsHelloForBusinessAuthenticationMethod",
  "displayName": "String",
  "createdDateTime": "String",
  "id": "String (Identifier)",
  "keyStrength": {"@odata.type": "microsoft.graph.authenticationMethodKeyStrength"}
}