ApiTestCmExternalAuthArguments Data Model

Properties
name data type description
username string The username used to test authentication.
password string The password for the provided user.

Example

{
  "username" : "...",
  "password" : "..."
}