{
  "name": "string",
  "description": "string",
  "key_size": 1,
  "elliptic_curve": "X25519",
  "acct_id": "string",
  "group_id": "string",
  "creator": {
    "app": "string",
    "user": "string"
  },
  "kid": "string",
  "obj_type": "OPAQUE",
  "key_ops": [
    "AGREEKEY",
    "MACVERIFY"
  ],
  "custom_metadata": {},
  "origin": "External",
  "pub_key": "string",
  "value": "string",
  "enabled": false,
  "compliant_with_policies": false,
  "created_at": "string",
  "lastused_at": "string",
  "transient_key": "string",
  "never_exportable": false,
  "rsa": {
    "key_size": 1,
    "public_exponent": 2,
    "encryption_policy": [
      {
        "padding": {
          "PKCS1_V15": {},
          "OAEP": {
            "mgf": {
              "mgf1": {
                "hash": "SHA256"
              }
            }
          }
        }
      },
      {
        "padding": {
          "PKCS1_V15": {},
          "OAEP": {
            "mgf": {
              "mgf1": {
                "hash": "Blake2b256"
              }
            }
          }
        }
      }
    ],
    "signature_policy": [
      {
        "padding": {
          "PKCS1_V15": {},
          "PSS": {
            "mgf": {
              "mgf1": {
                "hash": "Blake2b512"
              }
            }
          }
        }
      },
      {
        "padding": {
          "PKCS1_V15": {},
          "PSS": {
            "mgf": {
              "mgf1": {
                "hash": "SHA256"
              }
            }
          }
        }
      }
    ]
  }
}