Class GetDatabaseUserResult
Inheritance
System.Object
GetDatabaseUserResult
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class GetDatabaseUserResult
Fields
View SourceAuthDatabaseName
Declaration
public readonly string AuthDatabaseName
Field Value
| Type | Description |
|---|---|
| System.String |
DatabaseName
Database on which the user has the specified role. A role on the admin database can include privileges that apply to the other databases.
Declaration
public readonly string DatabaseName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
Declaration
public readonly ImmutableArray<GetDatabaseUserLabelResult> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDatabaseUserLabelResult> |
ProjectId
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<GetDatabaseUserRoleResult> Roles
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDatabaseUserRoleResult> |
Username
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 |