Class CustomDbRoleArgs
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 CustomDbRoleArgs : ResourceArgs
Constructors
View SourceCustomDbRoleArgs()
Declaration
public CustomDbRoleArgs()
Properties
View SourceActions
Declaration
public InputList<CustomDbRoleActionArgs> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomDbRoleActionArgs> |
InheritedRoles
Declaration
public InputList<CustomDbRoleInheritedRoleArgs> InheritedRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomDbRoleInheritedRoleArgs> |
ProjectId
The unique ID for the project to create the database user.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleName
Name of the inherited role. This can either be another custom role or a built-in role.
Declaration
public Input<string> RoleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |