Update Open Id Provider Key
The description of the specified key entry can be updated. Attempt to modify any other field will result in a bad request error.
OpenID Provider key URN
OpenID Provider key URN
The updated OpenID Provider key.
{
"id": "string",
"description": "string",
"creationDate": "string",
"publicKey": "string",
"privateKey": "string",
"privateKeyPassphrase": "string"
}
A unique identifier for the key.
Description of the key.
An ISO-8601 timestamp generated by the server when a key is added.
PEM encoded public key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
PEM encoded private key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
passphrase for the private key. Required if the private key is encrypted.
OK
{
"id": "string",
"description": "string",
"creationDate": "string",
"publicKey": "string",
"privateKey": "string",
"privateKeyPassphrase": "string"
}
A unique identifier for the key.
Description of the key.
An ISO-8601 timestamp generated by the server when a key is added.
PEM encoded public key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
PEM encoded private key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
passphrase for the private key. Required if the private key is encrypted.