MongoClusterAuthenticationMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The authentication modes supporting on the Mongo cluster.
public readonly struct MongoClusterAuthenticationMode : IEquatable<Azure.ResourceManager.MongoCluster.Models.MongoClusterAuthenticationMode>
type MongoClusterAuthenticationMode = struct
Public Structure MongoClusterAuthenticationMode
Implements IEquatable(Of MongoClusterAuthenticationMode)
- Inheritance
-
MongoClusterAuthenticationMode
- Implements
Constructors
| Name | Description |
|---|---|
| MongoClusterAuthenticationMode(String) |
Initializes a new instance of MongoClusterAuthenticationMode. |
Properties
| Name | Description |
|---|---|
| MicrosoftEntraId |
Microsoft Entra ID authentication mode using Entra users assigned to the cluster and auth mechanism 'MONGODB-OIDC'. |
| NativeAuth |
Native mongo authentication mode using username and password with auth mechanism 'SCRAM-SHA-256'. |
Methods
| Name | Description |
|---|---|
| Equals(MongoClusterAuthenticationMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MongoClusterAuthenticationMode, MongoClusterAuthenticationMode) |
Determines if two MongoClusterAuthenticationMode values are the same. |
| Implicit(String to MongoClusterAuthenticationMode) |
Converts a String to a MongoClusterAuthenticationMode. |
| Inequality(MongoClusterAuthenticationMode, MongoClusterAuthenticationMode) |
Determines if two MongoClusterAuthenticationMode values are not the same. |