ENUM

AzureAdAuthenticationMethod

Description

AzureAdAuthenticationMethod represents the authentication method of Entra ID.

link GraphQL Schema definition

  • enum AzureAdAuthenticationMethod {
  • # Authentication method is unknown.
  • AZURE_AD_AUTHENTICATION_METHODS_UNKNOWN
  • # Authentication method is device based push.
  • DEVICE_BASED_PUSH
  • # Authentication method is federated multi-factor.
  • FEDERATED_MULTI_FACTOR
  • # Authentication method is federated single factor.
  • FEDERATED_SINGLE_FACTOR
  • # Authentication method is FIDO2.
  • FIDO2
  • # Authentication method is hardware OATH and federated single factor.
  • HARDWARE_OATH_FEDERATED_SINGLE_FACTOR
  • # Authentication method is Microsoft Authenticator push and federated single
  • # factor.
  • MICROSOFT_AUTHENTICATOR_PUSH_FEDERATED_SINGLE_FACTOR
  • # Authentication method is password.
  • PASSWORD
  • # Authentication method is password and hardware OATH.
  • PASSWORD_HARDWARE_OATH
  • # Authentication method is password and Microsoft Authenticator push.
  • PASSWORD_MICROSOFT_AUTHENTICATOR_PUSH
  • # Authentication method is password and SMS.
  • PASSWORD_SMS
  • # Authentication method is password and software OATH.
  • PASSWORD_SOFTWARE_OATH
  • # Authentication method is password and voice.
  • PASSWORD_VOICE
  • # Authentication method is QR code pin.
  • QR_CODE_PIN
  • # Authentication method is SMS.
  • SMS
  • # Authentication method is SMS and federated single factor.
  • SMS_FEDERATED_SINGLE_FACTOR
  • # Authentication method is software OATH and federated single factor.
  • SOFTWARE_OATH_FEDERATED_SINGLE_FACTOR
  • # Authentication method is temporary access pass multi use.
  • TEMPORARY_ACCESS_PASS_MULTI_USE
  • # Authentication method is temporary access pass one time.
  • TEMPORARY_ACCESS_PASS_ONE_TIME
  • # Authentication method is voice and federated single factor.
  • VOICE_FEDERATED_SINGLE_FACTOR
  • # Authentication method is Windows Hello for Business.
  • WINDOWS_HELLO_FOR_BUSINESS
  • # Authentication method is X.509 certificate multi-factor.
  • X509_CERTIFICATE_MULTI_FACTOR
  • # Authentication method is X.509 certificate single factor.
  • X509_CERTIFICATE_SINGLE_FACTOR
  • }