Create Credential Using POST
Create a new Credential Instance
The Credential Instance information
Show optional properties
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"name": "string"
}
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"name": "string"
}
The Adapter Kind key of the Credential
The credential kind of the credential
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 Credential Instance created
{
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"id": "string",
"name": "string"
}
The Adapter Kind key of the Credential
The credential kind of the credential
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
Invalid request parameters or request body
Credential Instance with same name already exists