| ||
| detail: element | attribute | value | ||
XML Example:<dsCredentials> <applicationInfos>applicationInfos</applicationInfos> <password>xsd:string</password> <tenantName>xsd:string</tenantName> <userName>xsd:string</userName> </dsCredentials> | JSON Example:{"dsCredentials":
{
"applicationInfos": applicationInfos,
"password": String,
"tenantName": String,
"userName": String,
}
}
|
| Name | Type | Required | Nillable | Default Value | Description |
|---|---|---|---|---|---|
| applicationInfos | applicationInfos | false | false | Application information provided by calling application, optional
| |
| password | xsd:string | false | false | Password used for authentication
| |
| tenantName | xsd:string | false | false | Tenant account name; required when logging in to a tenant account.
| |
| userName | xsd:string | false | false | User name to use for authentication
|
| ||
| detail: element | attribute | value | ||