Show / Hide Table of Contents

Class CustomDbRoleState

Inheritance
System.Object
InputArgs
ResourceArgs
CustomDbRoleState
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 CustomDbRoleState : ResourceArgs

Constructors

View Source

CustomDbRoleState()

Declaration
public CustomDbRoleState()

Properties

View Source

Actions

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

InheritedRoles

Declaration
public InputList<CustomDbRoleInheritedRoleGetArgs> InheritedRoles { get; set; }
Property Value
Type Description
InputList<CustomDbRoleInheritedRoleGetArgs>
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.