Class CustomDbRoleActionArgs
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 CustomDbRoleActionArgs : ResourceArgs
Constructors
View SourceCustomDbRoleActionArgs()
Declaration
public CustomDbRoleActionArgs()
Properties
View SourceAction
Name of the privilege action. For a complete list of actions available in the Atlas API, see Custom Role Actions
Note: The privilege actions available to the Custom Roles API resource represent a subset of the privilege actions available in the Atlas Custom Roles UI.
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Resources
Contains information on where the action is granted. Each object in the array either indicates a database and collection on which the action is granted, or indicates that the action is granted on the cluster resource.
Declaration
public InputList<CustomDbRoleActionResourceArgs> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CustomDbRoleActionResourceArgs> |