Class CustomDbRoleState
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 CustomDbRoleState : ResourceArgs
Constructors
View SourceCustomDbRoleState()
Declaration
public CustomDbRoleState()
Properties
View SourceActions
Declaration
public InputList<CustomDbRoleActionGetArgs> Actions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomDbRoleActionGetArgs> |
InheritedRoles
Declaration
public InputList<CustomDbRoleInheritedRoleGetArgs> InheritedRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomDbRoleInheritedRoleGetArgs> |
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> |