Changed1
[{"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
Create Open ID Provider Key
DescriptionAdds the provided private and public key pairs to the list of configured signing keys. This key is NOT automatically made the active signing key. The existing active key will continue to be used.
The provided keys, in addition to being of one of acceptable types, will be validated to confirm that they are a cryptographic pair and that they conform to the minimum key size in the SSL settings for the product.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/openIdProvider/keys
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
OpenIdProviderKey
of type(s) application/json;version=37.2
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"creationDate":"string","description":"string","id":"string","privateKey":"string","privateKeyPassphrase":"string","publicKey":"string"}' https://{api_host}/cloudapi/1.0.0/openIdProvider/keys
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vcloud-event: com/vmware/vcloud/event/openIdProviderKey/create
[{"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
What's changed in latest?
INTRODUCED
Availability
Added in 37.2
On This Page
Open ID Provider Key Operations
post
Create Open ID Provider Key
Introduced
delete
Delete Open ID Provider Key
Introduced
get
Get Open ID Provider Key
Introduced
get
Query Open ID Provider Keys
Introduced
put
Update Open ID Provider Key
Introduced