Show / Hide Table of Contents

Class CustomDbRoleActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CustomDbRoleActionArgs
Inherited Members
ResourceArgs.Empty
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 Source

CustomDbRoleActionArgs()

Declaration
public CustomDbRoleActionArgs()

Properties

View Source

Action

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.