Information on which multi-factor authentication (MFA) providers are enabled for an account.
JSON representation | |
---|---|
{ "mfaEnrollmentId": string, "displayName": string, "enrolledAt": string, "phoneInfo": string, "unobfuscatedPhoneInfo": string } |
Fields | |
---|---|
mfaEnrollmentId |
ID of this MFA option. |
displayName |
Display name for this mfa option e.g. "corp cell phone". |
enrolledAt |
Timestamp when the account enrolled this second factor. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
phoneInfo |
Normally this will show the phone number associated with this enrollment. In some situations, such as after a first factor sign in, it will only show the obfuscated version of the associated phone number. |
unobfuscatedPhoneInfo |
Output only. Unobfuscated phoneInfo. |