Creates a new ProviderCredConfidential
Success
Unauthorized
{- "providerCred_Key": 0,
- "credConfidential_Key": 0
}
{- "data": {
- "providerCred_Key": 0,
- "credConfidential_Key": 0
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Lists all ProviderCredConfidential for the given providerCredKey
Success
Unauthorized
Create or Update multiple ProviderCredConfidential at once. If the entity does not exist, it will be created.
Success
Unauthorized
[- {
- "providerCred_Key": 0,
- "credConfidential_Key": 0
}
]
{- "data": [
- {
- "id": [
- {
- "key": "string",
- "value": "string"
}
], - "status": 0,
- "body": "string"
}
], - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}