[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

OpenIdProviderKey

A configured OpenID Provider key.


Properties

string
privateKey Required

PEM encoded private key. All extraneous whitespace and other information is removed.

Only RSA and EC private keys are supported.


string
publicKey Required

PEM encoded public key. All extraneous whitespace and other information is removed.

Only RSA and EC private keys are supported.


string as date-time
creationDate Optional

An ISO-8601 timestamp generated by the server when a key is added.


string
description Optional

Description of the key.


string
id Optional

A unique identifier for the key.


string
privateKeyPassphrase Optional

passphrase for the private key. Required if the private key is encrypted.

JSON Example

{
	"privateKey": "string",
	"publicKey": "string"
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 37.2
Property Of

InlineopenIdProviderKeys1
Parameter To

Create Open ID Provider Key
Update Open ID Provider Key
Returned By

Create Open ID Provider Key
Get Open ID Provider Key
Update Open ID Provider Key
What's changed in latest?

New! in version latest

Feedback

Was this page helpful?