Partager via


Type de ressource windowsHelloForBusinessAuthenticationMethod

Espace de noms: microsoft.graph

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
List Collection windowsHelloForBusinessAuthenticationMethod Obtenez la liste des objets windowsHelloForBusinessAuthenticationMethod et leurs propriétés.
Obtenir windowsHelloForBusinessAuthenticationMethod Lisez les propriétés et les relations d’un objet windowsHelloForBusinessAuthenticationMethod .
Supprimer Aucune Supprime un objet windowsHelloForBusinessAuthenticationMethod .

Propriétés

Propriété Type Description
createdDateTime DateTimeOffset Date et heure d’inscription 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 Puissance 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.

La représentation JSON suivante montre le type de ressource. Voici une représentation JSON de la ressource.

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