Class CustomDbRoleAction
Inheritance
System.Object
CustomDbRoleAction
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 CustomDbRoleAction
Fields
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 readonly string Action
Field Value
| Type | Description |
|---|---|
| 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 readonly ImmutableArray<CustomDbRoleActionResource> Resources
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<CustomDbRoleActionResource> |