ConfigureLsWithCredentialsRequest
ConfigureLsWithCredentialsRequest
Contains the necessary information required to configure the LookupService using credentials for authentication.
AllOf
This class requires all of the following:
JSON Example
{
"url": "https://vc/lookupservice/sdk",
"thumbprint": "SHA-256:0D:80:21:91:C7:DC:94:BC:9D:E8:A7:04:0F:6B:F1:09:5C:AA:97:C8:4A:72:E5:CF:5E:8F:84:A7:B9:CC:8C:85",
"ssoAdminCredentials": {
"ssoUser": "[email protected]",
"ssoPassword": "myssopassword"
}
}