Show / Hide Table of Contents

Class GetDatabaseUsersResultResult

Inheritance
System.Object
GetDatabaseUsersResultResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetDatabaseUsersResultResult

Fields

View Source

AuthDatabaseName

The user’s authentication database. A user must provide both a username and authentication database to log into MongoDB. In Atlas deployments of MongoDB, the authentication database is always the admin database.

Declaration
public readonly string AuthDatabaseName
Field Value
Type Description
System.String
View Source

Labels

Declaration
public readonly ImmutableArray<GetDatabaseUsersResultLabelResult> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDatabaseUsersResultLabelResult>
View Source

ProjectId

The unique ID for the project to get all database users.

Declaration
public readonly string ProjectId
Field Value
Type Description
System.String
View Source

Roles

List of user’s roles and the databases / collections on which the roles apply. A role allows the user to perform particular actions on the specified database. A role on the admin database can include privileges that apply to the other databases as well. See Roles below for more details.

Declaration
public readonly ImmutableArray<GetDatabaseUsersResultRoleResult> Roles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDatabaseUsersResultRoleResult>
View Source

Username

Username for authenticating to MongoDB.

Declaration
public readonly string Username
Field Value
Type Description
System.String
View Source

X509Type

X.509 method by which the provided username is authenticated.

Declaration
public readonly string X509Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.