[{"label":"Latest (v1.0)","version":"latest"}]
csp

PublicKeyDto

Defines the properties of the public key.


Properties

string
alg Optional

The algorithm of the key.


string
issuer Optional

The issuer of the key.


array of object
keys Optional

The list of the keys.


string
value Optional

The value of the key.

JSON Example

{
	"alg": "string",
	"issuer": "string",
	"keys": {},
	"value": "string"
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Returned By

Get Public Key

Feedback

Was this page helpful?