Azure Key Vault · JSON Structure

Azure Key Vault Data Plane Key Create Parameters Structure

Type: object Properties: 4
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

KeyCreateParameters is a JSON Structure definition published by Azure Key Vault, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

key_size public_exponent key_ops tags

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "KeyCreateParameters",
  "type": "object",
  "properties": {
    "key_size": {
      "type": "integer"
    },
    "public_exponent": {
      "type": "integer"
    },
    "key_ops": {
      "type": "array"
    },
    "tags": {
      "type": "object"
    }
  }
}