SharePointDataSourceTestConnectionRequest

SharePointDataSourceTestConnectionRequest
SharePointDataSourceTestConnectionRequest

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

JSON Example
{
    "verify_tls": "string",
    "origin_url": "string",
    "type": "string",
    "credentials": {
        "username": "string",
        "password": "string"
    }
}
string
verify_tls
Optional
Constraints: default: VERIFY_FULL

TLS verification mode used when connecting to the data source.

Enumeration: VERIFY_FULL, DISABLE
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.

Used By