Create HSM key

Creates a new key in the Azure KeyVault.

Securitybearer or cookie
Request
Request Body schema: application/json
required
clientID
required
string

The Application ID that will be accessing the Key Vault.

keyName
required
string (AzureKeyName) ^[a-zA-Z0-9-]{1,127}$

The name of the key.

vaultName
required
string

The name given to the vault your key is stored in.

useHardwareModule
required
boolean
Responses
200

OK

4XX

Client error.

5XX

Server error.

post/hsm/key/new
Request samples
application/json
{
  • "clientID": "string",
  • "keyName": "string",
  • "vaultName": "string",
  • "useHardwareModule": true
}
Response samples
application/json
{
  • "status": 0,
  • "message": "string",
  • "result": {
    }
}
Copyright © Curvegrid 2022. All right reserved.