Get Open Id Provider Key

Get Open Id Provider Key
Get the specified OpenID 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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns openIdProviderKey of type(s) application/json;version=9.1.0
{
    "id": "string",
    "description": "string",
    "creationDate": "string",
    "publicKey": "string",
    "privateKey": "string",
    "privateKeyPassphrase": "string"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/openIdProvider/keys/{openIdProviderKeyId}