windowsHelloForBusinessAuthenticationMethod リソースの種類

名前空間: microsoft.graph

重要

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

ユーザーに登録Windows Helloのビジネス認証方法を表します。 Windows Hello for Business は、デバイスのサインイン認証Windowsです。

authenticationMethod から継承します

メソッド

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

プロパティ

プロパティ 説明
createdDateTime DateTimeOffset ビジネス キーに対してこのWindows Hello日時が登録されました。
displayName String ビジネス向けサービスが登録されているWindows Helloの名前
id String この認証方法の一意の識別子。 authenticationMethod から継承
keyStrength authenticationMethodKeyStrength このキーの主な強Windows Helloビジネス キーに使用できます。 可能な値は、normalweakunknown です。

リレーションシップ

リレーションシップ 説明
デバイス device このデバイスが Business キー Windows Hello登録されているデバイス。 $expand をサポートします。

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

JSON 表記

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

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