OBJECT

AzureAdAuthenticationStrength

Description

Entra ID authentication strength.

link GraphQL Schema definition

  • type AzureAdAuthenticationStrength {
  • # Allowed authentication methods of the Entra ID authentication strength.
  • authenticationMethods: [AzureAdAuthenticationMethod!]!
  • # Display name of the Entra ID authentication strength.
  • displayName: String!
  • }