APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Microsoft Azure
JsonWebKey
Microsoft Azure
· Schema
JsonWebKey
JSON Web Key (JWK) representation of a key.
API Management
Cloud
Cloud Computing
Enterprise
Infrastructure as a Service
Platform as a Service
T1
Properties
Name
Type
Description
kid
string
Key identifier.
kty
string
Key type (e.g., RSA, EC, oct, oct-HSM).
key_ops
array
Allowed key operations.
n
string
RSA modulus.
e
string
RSA public exponent.
d
string
RSA private exponent.
dp
string
RSA private key parameter.
dq
string
RSA private key parameter.
qi
string
RSA private key parameter.
p
string
RSA secret prime.
q
string
RSA secret prime.
k
string
Symmetric key.
crv
string
Elliptic curve name.
x
string
X component of an EC public key.
y
string
Y component of an EC public key.
View JSON Schema on GitHub