new module:model/CloudStorageProvider()
- Source:
Constructs a new CloudStorageProvider
.
Contains details about a specific cloud storage provider.
Members
(inner) authenticationUrl :String
- Source:
The authentication URL used for the cloud storage provider. This information is only included in the response if the user has not passed authentication for the cloud storage provider. If the redirectUrl query string is provided, the returnUrl is appended to the authenticationUrl.
Type:
- String
(inner) errorDetails :module:model/ErrorDetails
- Source:
Array or errors.
Type:
(inner) redirectUrl :String
- Source:
The URL the user is redirected to after the cloud storage provider authenticates the user. Using this will append the redirectUrl to the authenticationUrl. The redirectUrl is restricted to URLs in the docusign.com or docusign.net domains.
Type:
- String
(inner) service :String
- Source:
The service name for the cloud storage provider.
Type:
- String
(inner) serviceId :String
- Source:
The DocuSign generated ID for the cloud storage provider
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/CloudStorageProvider}
- Source:
Constructs a CloudStorageProvider
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/CloudStorageProvider | Optional instance to populate. |
Returns:
The populated CloudStorageProvider
instance.