Show / Hide Table of Contents

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 Source

AuthDatabaseName

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

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
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Labels

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

ProjectId

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<GetDatabaseUserRoleResult> Roles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDatabaseUserRoleResult>
View Source

Username

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.