Class CustomDbRoleInheritedRoleGetArgs
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 CustomDbRoleInheritedRoleGetArgs : ResourceArgs
Constructors
View SourceCustomDbRoleInheritedRoleGetArgs()
Declaration
public CustomDbRoleInheritedRoleGetArgs()
Properties
View SourceDatabaseName
Database on which the inherited role is granted.
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |