Share via


MongoUserDefinitionGetResults Class

Definition

An Azure Cosmos DB User Definition

[Microsoft.Rest.Serialization.JsonTransformation]
public class MongoUserDefinitionGetResults : Microsoft.Azure.Management.CosmosDB.Models.ARMProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MongoUserDefinitionGetResults = class
    inherit ARMProxyResource
Public Class MongoUserDefinitionGetResults
Inherits ARMProxyResource
Inheritance
MongoUserDefinitionGetResults
Attributes

Constructors

MongoUserDefinitionGetResults()

Initializes a new instance of the MongoUserDefinitionGetResults class.

MongoUserDefinitionGetResults(String, String, String, String, String, String, String, IList<Role>, String)

Initializes a new instance of the MongoUserDefinitionGetResults class.

Properties

CustomData

Gets or sets a custom definition for the USer Definition.

DatabaseName

Gets or sets the database name for which access is being granted for this User Definition.

Id

Gets the unique resource identifier of the database account.

(Inherited from ARMProxyResource)
Mechanisms

Gets or sets the Mongo Auth mechanism. For now, we only support auth mechanism SCRAM-SHA-256.

Name

Gets the name of the database account.

(Inherited from ARMProxyResource)
Password

Gets or sets the password for User Definition. Response does not contain user password.

Roles

Gets or sets the set of roles inherited by the User Definition.

Type

Gets the type of Azure resource.

(Inherited from ARMProxyResource)
UserName

Gets or sets the user name for User Definition.

Applies to