windowsHelloForBusinessAuthenticationMethod リソースの種類
名前空間: microsoft.graph
ユーザーに登録Windows Helloのビジネス認証方法を表します。 Windows Hello for Business は、デバイスのサインイン認証Windowsです。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| createdDateTime | DateTimeOffset | ビジネス キーに対してこのWindows Hello日時が登録されました。 |
| displayName | String | ビジネス向けサービスが登録されているWindows Helloの名前 |
| id | String | この認証方法の一意の識別子。 authenticationMethod から継承 |
| keyStrength | authenticationMethodKeyStrength | このキーの主な強Windows Helloビジネス キーに使用できます。 可能な値は、normal、weak、unknown です。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| デバイス | 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"}
}
フィードバック
フィードバックの送信と表示