BaseCredential
BaseCredential
Represents credentials of a resource in the system
JSON Example
{
"credentialType": "One among: SSO, SSH, API, FTP, AUDIT",
"accountType": "One among: USER, SYSTEM, SERVICE",
"username": "string",
"password": "string"
}
string
credentialType
Optional
Credential type
string
accountType
Optional
Account type
string
username
Required
Username
string
password
Optional
Password