AgentWorkflowCredentialModel
No documentation available.
Properties
| Name | Description | Additional information |
|---|---|---|
| Type | No documentation available. |
Type: String |
| Context | No documentation available. |
Type: String |
| UserName | No documentation available. |
Type: String |
| PasswordBase64 | No documentation available. |
Type: String |
Sample
application/json
Sample:
{
"Type": "sample string 1",
"Context": "sample string 2",
"UserName": "sample string 3",
"PasswordBase64": "sample string 4"
}