password
Azure Password Object. Use this object to describe a password object.
Attributes
| Attribute | Type | Mandatory | Values | Default | Notes |
|---|---|---|---|---|---|
| PlainText | Object | ||||
| AzureVault | Object |
PlainText
| Attribute | Type | Values | Notes |
|---|---|---|---|
| Value | String |
AzureVault
| Attribute | Type | Values | Notes |
|---|---|---|---|
| VaultName | String | ||
| SecretName | String |
Input by YAML
Object model for YAML deployment:
AdminPassword:
Location: 'string'
PlainText:
Value: 'string'
AzureVault:
VaultName: 'string'
SecretName: 'string'
Input by JSON
Object model for JSON deployment:
{
"AdminPassword": {
"Location": "string",
"PlainText": {
"Value": "string"
},
"AzureVault": {
"VaultName": "string",
"SecretName": "string"
}
}
}