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
DescriptionThe description of the specified key entry can be updated. Attempt to modify any other field will result in a bad request error.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/openIdProvider/keys/{openIdProviderKeyId}
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
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
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 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
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
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