Microsoft.KeyVault.KeyVaultCertificateSelector UI element
A control for selecting a key vault certificate.
UI sample
The user is presented with the option to select an available certificate.
After selecting Select a certificate, the user can specify a key vault and certificate from the key vault.
The control is updated to display the selected key vault and certificate name.
Schema
{
"name": "keyVaultCertificateSelection",
"type": "Microsoft.KeyVault.KeyVaultCertificateSelector",
"visible": true,
"toolTip": "Select certificate",
"label": "KeyVault certificates selection"
}
Sample output
{
"keyVaultName": "azuretestkeyvault1",
"keyVaultId": "/subscriptions/{subscription-id}/resourceGroups/resourcegroup1/providers/Microsoft.KeyVault/vaults/azuretestkeyvault1",
"certificateName": "certificate1",
"certificateUrl": "https://azuretestkeyvault1.vault.azure.net/secrets/certificate1/{id}",
"certificateThumbprint": "1B721E84DDDD1BB69282B4A54F18C6ADB1C174F2"
}
Next steps
- For an introduction to creating UI definitions, see Getting started with CreateUiDefinition.
- For a description of common properties in UI elements, see CreateUiDefinition elements.