Partial Update Credential
Partial update an existing Credential Instance
The Credential Instance information to update
Show optional properties
{
"name": "string",
"adapterKindKey": "string",
"credentialKindKey": "string"
}
"{\n \"id\" : \"c3e5ea54-d597-4868-8419-07510affd8ec\",\n \"name\" : \"My VC Credential\",\n \"adapterKindKey\" : \"VMWARE\",\n \"credentialKindKey\" : \"PRINCIPALCREDENTIAL\",\n \"fields\" : [ {\n \"name\" : \"USER\",\n \"value\" : \"root\"\n }, {\n \"name\" : \"PASSWORD\"\n } ]\n}"
Credential Instance identifier.
This should be null for credential instance creation requests and must have a value for all other requests.
The name of the Credential
The Adapter Kind key of the Credential
The credential kind of the credential
Collection of name,value pairs that capture the credential specific data
Is credential editable or not
The updated credential instance
"{\n \"id\" : \"7f698874-b0b9-487e-9318-bef00adf58ed\",\n \"name\" : \"My VC Credential\",\n \"adapterKindKey\" : \"VMWARE\",\n \"credentialKindKey\" : \"PRINCIPALCREDENTIAL\",\n \"fields\" : [ {\n \"name\" : \"USER\",\n \"value\" : \"root\"\n }, {\n \"name\" : \"PASSWORD\"\n } ]\n}"
Credential Instance identifier.
This should be null for credential instance creation requests and must have a value for all other requests.
The name of the Credential
The Adapter Kind key of the Credential
The credential kind of the credential
Collection of name,value pairs that capture the credential specific data
Is credential editable or not
The operation is not allowed for credential with this type
The Credential Instance does not exist
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"adapterKindKey:"string","credentialKindKey:"string","name:"string"}'