OBJECT
AzureAdAuthenticationStrength
Description
Entra ID authentication strength.
link GraphQL Schema definition
- type AzureAdAuthenticationStrength {
- # Allowed authentication methods of the Entra ID authentication strength.
- : [AzureAdAuthenticationMethod!]!
- # Display name of the Entra ID authentication strength.
- : String!
- }