MfaEnrollment

Informations sur les fournisseurs d'authentification multifacteur (MFA) activés pour un compte.

Représentation JSON
{
  "mfaEnrollmentId": string,
  "displayName": string,
  "enrolledAt": string,

  // Union field mfa_value can be only one of the following:
  "phoneInfo": string,
  "totpInfo": {
    object (TotpInfo)
  },
  "emailInfo": {
    object (EmailInfo)
  }
  // End of list of possible types for union field mfa_value.

  // Union field unobfuscated_mfa_value can be only one of the following:
  "unobfuscatedPhoneInfo": string
  // End of list of possible types for union field unobfuscated_mfa_value.
}
Champs
mfaEnrollmentId

string

ID de cette option de MFA.

displayName

string

Nom à afficher pour cette option d'authentification multifacteur (par exemple, "téléphone portable professionnel").

enrolledAt

string (Timestamp format)

Code temporel de l'inscription de ce second facteur au compte.

Utilise la norme RFC 3339, où la sortie générée est toujours normalisée avec le suffixe Z et utilise 0, 3, 6 ou 9 chiffres décimaux. Les décalages autres que "Z" sont également acceptés. Exemples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" ou "2014-10-02T15:01:23+05:30".

Champ d'union mfa_value. Valeur définissant l'option d'authentification multifacteur. mfa_value ne peut être qu'un des éléments suivants :
phoneInfo

string

Il s'agit généralement du numéro de téléphone associé à cet enregistrement. Dans certains cas, par exemple après une première connexion avec un facteur d'authentification, seule la version masquée du numéro de téléphone associé s'affiche.

totpInfo

object (TotpInfo)

Contient des informations spécifiques à l'authentification multifacteur TOTP.

emailInfo

object (EmailInfo)

Contient des informations spécifiques à l'authentification multifacteur par e-mail.

Champ d'union unobfuscated_mfa_value.

unobfuscated_mfa_value ne peut être qu'un des éléments suivants :

unobfuscatedPhoneInfo

string

Uniquement en sortie. phoneInfo non obscurci.

TotpInfo

Ce type ne comporte aucun champ.

Informations sur l'authentification multifacteur TOTP

EmailInfo

Informations sur l'authentification multifacteur par e-mail.

Représentation JSON
{
  "emailAddress": string
}
Champs
emailAddress

string

Adresse e-mail à laquelle une validation de l'authentification multifacteur doit être envoyée.