Class GetDatabaseUserRoleResult
Inheritance
System.Object
GetDatabaseUserRoleResult
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 GetDatabaseUserRoleResult
Fields
View SourceCollectionName
Collection for which the role applies. You can specify a collection for the read and readWrite roles. If you do not specify a collection for read and readWrite, the role applies to all collections in the database (excluding some collections in the system. database).
Declaration
public readonly string CollectionName
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 |
RoleName
Declaration
public readonly string RoleName
Field Value
| Type | Description |
|---|---|
| System.String |