openIdProviderKey
openIdProviderKey
A configured OpenID Provider key.
JSON Example
{
"id": "string",
"description": "string",
"creationDate": "string",
"publicKey": "string",
"privateKey": "string",
"privateKeyPassphrase": "string"
}
string
id
Optional
A unique identifier for the key.
string
description
Optional
Description of the key.
string As date-time As date-time
creationDate
Optional
An ISO-8601 timestamp generated by the server when a key is added.
string
publicKey
Required
PEM encoded public key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
string
privateKey
Required
PEM encoded private key. All extraneous whitespace and other information is removed.
Only RSA and EC private keys are supported.
string
privateKeyPassphrase
Optional
passphrase for the private key. Required if the private key is encrypted.
Availability
Added in 37.2