credential
credential
The Credential Instance information
JSON Example
{
"id": "string",
"name": "string",
"adapterKindKey": "string",
"credentialKindKey": "string",
"fields": [
{
"name": "string",
"value": "string"
}
],
"editable": false
}
string As uuid
As uuid
id
Optional
Credential Instance identifier.
This should be null for credential instance creation requests and must have a value for all other requests.
string
name
Required
Constraints:
minLength: 3
maxLength: 200
The name of the Credential
string
adapterKindKey
Required
The Adapter Kind key of the Credential
string
credentialKindKey
Required
The credential kind of the credential
array of
name-value
fields
Optional
Collection of name,value pairs that capture the credential specific data
boolean
editable
Optional
Is credential editable or not