Show / Hide Table of Contents

Class CustomDbRoleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CustomDbRoleArgs
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
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class CustomDbRoleArgs : ResourceArgs

Constructors

View Source

CustomDbRoleArgs()

Declaration
public CustomDbRoleArgs()

Properties

View Source

Actions

Declaration
public InputList<CustomDbRoleActionArgs> Actions { get; set; }
Property Value
Type Description
InputList<CustomDbRoleActionArgs>
View Source

InheritedRoles

Declaration
public InputList<CustomDbRoleInheritedRoleArgs> InheritedRoles { get; set; }
Property Value
Type Description
InputList<CustomDbRoleInheritedRoleArgs>
View Source

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

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