Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MongoUserDefinitionGetResults

Package version

An Azure Cosmos DB User Definition

Hierarchy

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 id

id: undefined | string

The unique resource identifier of the database account. NOTE: This property will not be serialized. It can only be populated by the server.

Optional mechanisms

mechanisms: undefined | string

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

Optional name

name: undefined | string

The name of the database account. NOTE: This property will not be serialized. It can only be populated by the server.

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 type

type: undefined | string

The type of Azure resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional userName

userName: undefined | string

The user name for User Definition.

Generated using TypeDoc