CloudStorageProviders
The CloudStorageProviders resource provides methods that allow you to manage the cloud storage providers associate with an account.
View Specific Information
In order to make a successful request on this view, you have to specify UserId.
For example:
SELECT * FROM CloudStorageProviders WHERE UserId = '9de4ad10-2704-4af7-ae3e-acf27a4bcf0a'
The adapter will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the adapter.
- ServiceId supports the '='.
For example, the following query is processed server side:
SELECT * FROM CloudStorageProviders WHERE userId = '9de4ad10-2704-4af7-ae3e-acf27a4bcf0a' AND ServiceId = '440189'
Columns
Name | Type | References | Description |
UserId | String | Id of the user account | |
ServiceId | String | The DocuSign generated ID for the cloud storage provider | |
Service [KEY] | String | The service name for the cloud storage provider. | |
AuthenticationUrl | String | The authentication URL used for the cloud storage provider. | |
RedirectUrl | String | The URL the user is redirected to after the cloud storage provider authenticates the user. |