Skip to content

Commit 3da6f99

Browse files
author
Keyfactor
committed
Merged the azurekeyvault-orchestrator stores-type.json
1 parent 397654e commit 3da6f99

File tree

1 file changed

+78
-1
lines changed

1 file changed

+78
-1
lines changed

store_types.json

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,5 +1520,82 @@
15201520
"PowerShell": false,
15211521
"BlueprintAllowed": false,
15221522
"CustomAliasAllowed": "Forbidden"
1523+
},
1524+
{
1525+
"Name": "Azure Keyvault",
1526+
"ShortName": "AKV",
1527+
"Capability": "AKV",
1528+
"LocalStore": false,
1529+
"SupportedOperations": {
1530+
"Add": true,
1531+
"Create": true,
1532+
"Discovery": true,
1533+
"Enrollment": false,
1534+
"Remove": true
1535+
},
1536+
"Properties": [
1537+
{
1538+
"Name": "VaultName",
1539+
"DisplayName": "VaultName",
1540+
"Type": "String",
1541+
"DependsOn": "",
1542+
"DefaultValue": null,
1543+
"Required": true
1544+
},
1545+
{
1546+
"Name": "ResourceGroupName",
1547+
"DisplayName": "ResourceGroupName",
1548+
"Type": "String",
1549+
"DependsOn": "",
1550+
"DefaultValue": null,
1551+
"Required": true
1552+
},
1553+
{
1554+
"Name": "SkuType",
1555+
"DisplayName": "SKU Type",
1556+
"Type": "MultipleChoice",
1557+
"DependsOn": "",
1558+
"DefaultValue": "standard,premium",
1559+
"Required": false
1560+
},
1561+
{
1562+
"Name": "VaultRegion",
1563+
"DisplayName": "Vault Region",
1564+
"Type": "MultipleChoice",
1565+
"DependsOn": "",
1566+
"DefaultValue": "eastus,eastus2,southcentralus,westus2,westus3,australiaeast,northeurope,swedencentral,uksouth,westeurope,centralus,southafricanorth,centralindia,eastasia,japaneast,koreacentral,canadacentral,francecentral,germanywestcentral,norwayeast,switzerlandnorth,uaenorth,brazilsouth,centraluseuap,eastus2euap,qatarcentral,centralusstage,eastusstage,eastus2stage,northcentralusstage,westusstage,asia,asiapacific,australia,brazil,canada,europe,france,germany,global,india,japan,korea,norway,singapore,southafrica,switzerland,uae,uk,unitedstates,unitedstatesuap,eastasiastage,southeastasiastage,brazilus,eastusstg,northcentralus,westus,jioindiawest,devfabric,westcentralus,southafricawest,australiacentral,australiacentral2,australiasoutheast,japanwest,jioindiacentral,koreasouth,southindia,westindia,canadaeast,francesouth,germanynorth,norwaywest,switzerlandwest,ukwest,uaecentral,brazilsoutheast",
1567+
"Required": false
1568+
},
1569+
{
1570+
"Name": "AzureCloud",
1571+
"DisplayName": "Azure Cloud",
1572+
"Type": "MultipleChoice",
1573+
"DependsOn": "",
1574+
"DefaultValue": "public,china,germany,government",
1575+
"Required": false
1576+
},
1577+
{
1578+
"Name": "PrivateEndpoint",
1579+
"DisplayName": "Private KeyVault Endpoint",
1580+
"Type": "String",
1581+
"DependsOn": "",
1582+
"DefaultValue": null,
1583+
"Required": false
1584+
}
1585+
],
1586+
"EntryParameters": null,
1587+
"PasswordOptions": {
1588+
"EntrySupported": false,
1589+
"StoreRequired": false,
1590+
"Style": "Default"
1591+
},
1592+
"StorePathType": "",
1593+
"StorePathValue": "",
1594+
"PrivateKeyAllowed": "Optional",
1595+
"JobProperties": [],
1596+
"ServerRequired": true,
1597+
"PowerShell": false,
1598+
"BlueprintAllowed": false,
1599+
"CustomAliasAllowed": "Optional"
15231600
}
1524-
]
1601+
]

0 commit comments

Comments
 (0)