Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoUserDefinitionCreateUpdateParameters

Package version

Parameters to create and update an Azure Cosmos DB Mongo User Definition.

Hierarchy

  • MongoUserDefinitionCreateUpdateParameters

Index

Properties

Optional customData

customData: undefined | string

A custom definition for the USer Definition.

Optional databaseName

databaseName: undefined | string

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

Optional mechanisms

mechanisms: undefined | string

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

Optional password

password: undefined | string

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

Optional roles

roles: Role[]

The set of roles inherited by the User Definition.

Optional userName

userName: undefined | string

The user name for User Definition.

Generated using TypeDoc