SharePointDataSourceTestConnectionRequest

SharePointDataSourceTestConnectionRequest
SharePointDataSourceTestConnectionRequest

Information used to validate the connectivity with a Microsoft Sharepoin data source.

JSON Example
{
    "origin_url": "string",
    "type": "string",
    "credentials": {
        "username": "string",
        "password": "string"
    }
}
string As uri As uri
origin_url
Required
Constraints: minLength: 1

Connection URL of the data source.

string
type
Required

Type of the data source.

credentials
Required

Sharepoint credentials.