Type de ressource windowsHelloForBusinessAuthenticationMethod

Espace de noms: microsoft.graph

Importante

Les API sous la version /beta dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .

Représentation d’une méthode d’authentification Windows Hello Entreprise inscrite auprès d’un utilisateur. Windows Hello Entreprise est une méthode d’authentification de connexion pour les appareils Windows.

Il s’agit d’un type dérivé qui hérite du type de ressource authenticationMethod .

Méthodes

Méthode Type de retour Description
Répertorier windowsHelloForBusinessAuthenticationMethods Collection windowsHelloForBusinessAuthenticationMethod Obtenez la liste des objets windowsHelloForBusinessAuthenticationMethod et leurs propriétés.
Obtenir windowsHelloForBusinessAuthenticationMethod windowsHelloForBusinessAuthenticationMethod Lisez les propriétés et les relations d’un objet windowsHelloForBusinessAuthenticationMethod .
Delete windowsHelloForBusinessAuthenticationMethod Aucune Supprime un objet windowsHelloForBusinessAuthenticationMethod .

Propriétés

Propriété Type Description
createdDateTime DateTimeOffset Date et heure d’enregistrement de cette clé Windows Hello Entreprise.
displayName Chaîne Nom de l’appareil sur lequel Windows Hello Entreprise est inscrit
id Chaîne Identificateur unique pour cette méthode d’authentification. Hérité de authenticationMethod
keyStrength authenticationMethodKeyStrength Force de la clé de cette clé Windows Hello Entreprise. Les valeurs possibles sont normal, weak et unknown.

Relations

Relation Type Description
device device Appareil inscrit sur lequel réside cette clé Windows Hello Entreprise. Prend en charge $expand.

Lorsque vous obtenez les informations d’inscription Windows Hello Entreprise d’un utilisateur, cette propriété est retournée uniquement sur un seul GET et lorsque vous spécifiez ?$expand. Par exemple, GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.

Représentation JSON

Voici une représentation JSON de la ressource.

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