ENUM
AzureAdAuthenticationMethod
Description
AzureAdAuthenticationMethod represents the authentication method of Entra ID.
link GraphQL Schema definition
- enum AzureAdAuthenticationMethod {
- # Authentication method is unknown.
- # Authentication method is device based push.
- # Authentication method is federated multi-factor.
- # Authentication method is federated single factor.
- # Authentication method is FIDO2.
- # Authentication method is hardware OATH and federated single factor.
- # Authentication method is Microsoft Authenticator push and federated single
- # factor.
- # Authentication method is password.
- # Authentication method is password and hardware OATH.
- # Authentication method is password and Microsoft Authenticator push.
- # Authentication method is password and SMS.
- # Authentication method is password and software OATH.
- # Authentication method is password and voice.
- # Authentication method is QR code pin.
- # Authentication method is SMS.
- # Authentication method is SMS and federated single factor.
- # Authentication method is software OATH and federated single factor.
- # Authentication method is temporary access pass multi use.
- # Authentication method is temporary access pass one time.
- # Authentication method is voice and federated single factor.
- # Authentication method is Windows Hello for Business.
- # Authentication method is X.509 certificate multi-factor.
- # Authentication method is X.509 certificate single factor.
- }