GeneratedPassword
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Resource name for the generated password. | |
output | string | Your generated password. | |
properties | PassWordProperties | Password generation properties. |
PassWordProperties
| Property | Type | Attributes | Description |
|---|---|---|---|
includeDigits | bool | Password will include Digits. | |
includeLower | bool | Password will include lower cases. | |
includeSpecial | bool | Password will include special characters. | |
includeUpper | bool | Password will include Upper cases. | |
passwordLength | int | Password length. |