Table of Contents

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

string

Name

A name to be added as a comment for the firewall rule.

public string Name { get; init; }

Property Value

string

PrivateKey

Organization Access Manager - API Key (Private Key)

public string PrivateKey { get; init; }

Property Value

string

PublicKey

Organization Access Manager - API Key (Public Key)

public string PublicKey { get; init; }

Property Value

string