Type de ressource softwareOathAuthenticationMethod
Espace de noms: microsoft.graph
Représente un jeton OATH logiciel inscrit auprès d’un utilisateur. Un jeton OATH logiciel est un générateur de nombres basé sur un logiciel qui utilise la norme OATH Time-Based One Time Password (TOTP) pour l’authentification multifacteur. Cette API ne retourne pas d’entités de méthode d’authentification Microsoft Authenticator, bien qu’elle retourne une entité si Microsoft Authenticator a été configuré via le flux d’authentificateur logiciel tiers.
Ce type de ressource est un type dérivé qui hérite du type de ressource authenticationMethod .
Méthodes
Méthode | Type de retour | Description |
---|---|---|
List | collection softwareOathAuthenticationMethod | Récupérez la liste des objets softwareOathAuthenticationMethod d’un utilisateur et leurs propriétés. |
Obtenir | softwareOathAuthenticationMethod | Lisez les propriétés de l’objet softwareOathAuthenticationMethod d’un utilisateur. |
Supprimer | Aucune | Supprimer l’objet softwareOathAuthenticationMethod d’un utilisateur. |
Propriétés
Propriété | Type | Description |
---|---|---|
id | Chaîne | Identificateur de la méthode d’authentification. |
secretKey | Chaîne | Clé secrète de la méthode. Retourne null toujours . |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.softwareOathAuthenticationMethod",
"id": "String (identifier)",
"secretKey": "String"
}