Retrieve the Tenant's Signing Certificate in JWK Format
get
/admin/v1/SigningCert/jwk
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Tenant's signing certificate in JWK format
Root Schema : SigningCertsJWK
Type:
objectTenant's signing certificates in JWK format
Show Source
-
keys:
array keys
This field contains a list of the tenant's signing certificate keys.
Nested Schema : keys
Type:
arrayThis field contains a list of the tenant's signing certificate keys.
Show Source
-
Array of:
object keys
A complex attribute that represents the keys
Nested Schema : keys
Type:
objectA complex attribute that represents the keys
Show Source
-
alg:
string
Public key signing algorithm
-
e:
string
Public Key Exponent.
-
key_ops(optional):
array key_ops
This field contains a list of key operations.
-
kid:
string
Unique Key Identifier.
-
kty:
string
Key Type Parameter Value.
-
n:
string
Public key modulus
-
x5c:
array x5c
This field contains a list of the X.509 Certificate chain.
-
x5t:
string
X.509 Certificate SHA-1 Thumbprint - Base 64 URL Encoded
Nested Schema : key_ops
Type:
arrayThis field contains a list of key operations.
Show Source
-
Array of:
string
A simple attribute that represents the key operations.
Nested Schema : x5c
Type:
arrayThis field contains a list of the X.509 Certificate chain.
Show Source
-
Array of:
string
A simple attribute that represents the X.509 Certificate chain