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

Update Open ID Provider Key

Description

The description of the specified key entry can be updated. Attempt to modify any other field will result in a bad request error.

Request

Request

URL

URL


put
https://{api_host}/cloudapi/1.0.0/openIdProvider/keys/{openIdProviderKeyId}
Copy

Path Parameters

Path Parameters

string
openIdProviderKeyId Required

OpenID Provider key URN


Request Body

Request Body

openIdProviderKey of type(s) application/json Required

The updated OpenID Provider key.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns OpenIdProviderKey of type(s) application/json;version=37.2

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X PUT -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/{openIdProviderKeyId}
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-vcloud-event: com/vmware/vcloud/event/openIdProviderKey/modify


[{"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
Open ID Provider Key Operations
Feedback

Was this page helpful?