Get Open Id Provider Key
Get the specified OpenID Provider key.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/openIdProvider/keys/{openIdProviderKeyId}
COPY
Path Parameters
string
openIdProviderKeyId
Required
OpenID Provider key URN
string
openIdProviderKeyId
Required
OpenID Provider key URN
Responses
200
OK
Returns openIdProviderKey of type(s) application/json;version=39.0
{
"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
Open Id Provider Key Operations
POST
Create Open Id Provider Key
DELETE
Delete Open Id Provider Key
GET
Get Open Id Provider Key
GET
Query Open Id Provider Keys
PUT
Update Open Id Provider Key