Skip to content

Commit

Permalink
"x-ms-secret": true
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart committed Feb 17, 2020
1 parent 3413584 commit 3358dff
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,8 @@
},
"password": {
"description": "The password of the Active Directory user with a minimum of read-only access to Base DN for users and groups.",
"type": "string"
"type": "string",
"x-ms-secret": true
}
}
},
Expand Down Expand Up @@ -1040,11 +1041,13 @@
},
"vcenterPassword": {
"description": "Optionally, set the vCenter admin password when the private cloud is created",
"type": "string"
"type": "string",
"x-ms-secret": true
},
"nsxtPassword": {
"description": "Optionally, set the NSX-T Manager password when the private cloud is created",
"type": "string"
"type": "string",
"x-ms-secret": true
}
}
},
Expand Down Expand Up @@ -1156,7 +1159,8 @@
"nsxtPassword": {
"description": "NSX-T Manager password",
"type": "string",
"readOnly": true
"readOnly": true,
"x-ms-secret": true
},
"vcenterUsername": {
"description": "vCenter admin username",
Expand All @@ -1166,7 +1170,8 @@
"vcenterPassword": {
"description": "vCenter admin password",
"type": "string",
"readOnly": true
"readOnly": true,
"x-ms-secret": true
}
}
}
Expand Down

0 comments on commit 3358dff

Please sign in to comment.