Partial Update Credential
Partial update an existing Credential Instance
The Credential Instance information to update
Show optional properties
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"name": "string"
}
"{\n \"id\" : \"c0fe87f3-86db-436e-b688-0bb87dcac1fb\",\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}"
The Adapter Kind key of the Credential
The credential kind of the credential
Is credential editable or not
Collection of name,value pairs that capture the credential specific data
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 updated credential instance
"{\n \"id\" : \"c0fe87f3-86db-436e-b688-0bb87dcac1fb\",\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}"
The Adapter Kind key of the Credential
The credential kind of the credential
Is credential editable or not
Collection of name,value pairs that capture the credential specific data
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 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"}'