ENUM

UserMfaStatus

Description

MFA configuration status for a user.

link GraphQL Schema definition

  • enum UserMfaStatus {
  • # MFA is configured and enforced.
  • CONFIGURED_ENFORCED
  • # MFA is configured and unenforced.
  • CONFIGURED_UNENFORCED
  • # MFA is not configured.
  • NA
  • # MFA is not configured due to SSO.
  • NA_SSO
  • # MFA is not configured and is enforced.
  • NOT_CONFIGURED_ENFORCED
  • # MFA is not configured and unenforced.
  • NOT_CONFIGURED_UNENFORCED
  • # Unspecified.
  • UNSPECIFIED
  • }