Class MongoDbApiAccess
- Namespace
- Tharga.MongoDB.Configuration
- Assembly
- Tharga.MongoDB.dll
public record MongoDbApiAccess : IEquatable<MongoDbApiAccess>
- Inheritance
-
MongoDbApiAccess
- Implements
- Inherited Members
- Extension Methods
Properties
GroupId
Value of the GroupId in Atlas MongoDB.
public string GroupId { get; init; }
Property Value
Name
A name to be added as a comment for the firewall rule.
public string Name { get; init; }
Property Value
PrivateKey
Organization Access Manager - API Key (Private Key)
public string PrivateKey { get; init; }
Property Value
PublicKey
Organization Access Manager - API Key (Public Key)
public string PublicKey { get; init; }