Class RandomPasswordArgs
Inheritance
System.Object
RandomPasswordArgs
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()
Assembly: Pulumi.Random.dll
Syntax
public sealed class RandomPasswordArgs : ResourceArgs
Constructors
View Source
RandomPasswordArgs()
Declaration
public RandomPasswordArgs()
Properties
View Source
Keepers
Declaration
public InputMap<object> Keepers { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
Length
Declaration
public Input<int> Length { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Lower
Declaration
public Input<bool> Lower { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
MinLower
Declaration
public Input<int> MinLower { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
MinNumeric
Declaration
public Input<int> MinNumeric { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
MinSpecial
Declaration
public Input<int> MinSpecial { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
MinUpper
Declaration
public Input<int> MinUpper { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Number
Declaration
public Input<bool> Number { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
OverrideSpecial
Declaration
public Input<string> OverrideSpecial { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Special
Declaration
public Input<bool> Special { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Upper
Declaration
public Input<bool> Upper { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|