Get Mongo DBResource Mongo User Definition Result
data class GetMongoDBResourceMongoUserDefinitionResult(val customData: String? = null, val databaseName: String? = null, val id: String, val mechanisms: String? = null, val name: String, val password: String? = null, val roles: List<RoleResponse>? = null, val type: String, val userName: String? = null)
An Azure Cosmos DB User Definition
Constructors
Properties
Link copied to clipboard
A custom definition for the USer Definition.
Link copied to clipboard
The database name for which access is being granted for this User Definition.
Link copied to clipboard
The Mongo Auth mechanism. For now, we only support auth mechanism SCRAM-SHA-256.
Link copied to clipboard
The set of roles inherited by the User Definition.