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 SourceAuthDatabaseName
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 |
Labels
Declaration
public readonly ImmutableArray<GetDatabaseUsersResultLabelResult> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDatabaseUsersResultLabelResult> |
ProjectId
The unique ID for the project to get all database users.
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Username
Username for authenticating to MongoDB.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |
X509Type
X.509 method by which the provided username is authenticated.
Declaration
public readonly string X509Type
Field Value
| Type | Description |
|---|---|
| System.String |