AuthenticationMode type
The authentication modes supporting on the Mongo cluster.
KnownAuthenticationMode can be used interchangeably with AuthenticationMode,
this enum contains the known values that the service supports.
Known values supported by the service
NativeAuth: Native mongo authentication mode using username and password with auth mechanism 'SCRAM-SHA-256'.
MicrosoftEntraID: Microsoft Entra ID authentication mode using Entra users assigned to the cluster and auth mechanism 'MONGODB-OIDC'.
type AuthenticationMode = string