Class CustomDbRoleActionResourceArgs
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class CustomDbRoleActionResourceArgs : ResourceArgs
Constructors
View SourceCustomDbRoleActionResourceArgs()
Declaration
public CustomDbRoleActionResourceArgs()
Properties
View SourceCluster
Declaration
public Input<bool> Cluster { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
CollectionName
Declaration
public Input<string> CollectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DatabaseName
Database on which the inherited role is granted.
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |