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