MongoDBUserDefinitionData Class

Definition

A class representing the MongoDBUserDefinition data model. An Azure Cosmos DB User Definition

public class MongoDBUserDefinitionData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.MongoDBUserDefinitionData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.MongoDBUserDefinitionData>
type MongoDBUserDefinitionData = class
    inherit ResourceData
    interface IJsonModel<MongoDBUserDefinitionData>
    interface IPersistableModel<MongoDBUserDefinitionData>
Public Class MongoDBUserDefinitionData
Inherits ResourceData
Implements IJsonModel(Of MongoDBUserDefinitionData), IPersistableModel(Of MongoDBUserDefinitionData)
Inheritance
MongoDBUserDefinitionData
Implements

Constructors

MongoDBUserDefinitionData()

Initializes a new instance of MongoDBUserDefinitionData.

Properties

CustomData

A custom definition for the USer Definition.

DatabaseName

The database name for which access is being granted for this User Definition.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Mechanisms

The Mongo Auth mechanism. For now, we only support auth mechanism SCRAM-SHA-256.

Name

The name of the resource.

(Inherited from ResourceData)
Password

The password for User Definition. Response does not contain user password.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Roles

The set of roles inherited by the User Definition.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UserName

The user name for User Definition.

Explicit Interface Implementations

IJsonModel<MongoDBUserDefinitionData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MongoDBUserDefinitionData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoDBUserDefinitionData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoDBUserDefinitionData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MongoDBUserDefinitionData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to