DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.CloudStorageProvider Class Reference

Contains details about a specific cloud storage provider. More...

Inheritance diagram for DocuSign.eSign.Model.CloudStorageProvider:

Public Member Functions

 CloudStorageProvider (string AuthenticationUrl=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string RedirectUrl=default(string), string Service=default(string), string ServiceId=default(string))
 Initializes a new instance of the CloudStorageProvider class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (CloudStorageProvider other)
 Returns true if CloudStorageProvider instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AuthenticationUrl [get, set]
 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. More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string RedirectUrl [get, set]
 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. More...
 
string Service [get, set]
 The service name for the cloud storage provider. More...
 
string ServiceId [get, set]
 The DocuSign generated ID for the cloud storage provider More...
 

Detailed Description

Contains details about a specific cloud storage provider.

Constructor & Destructor Documentation

◆ CloudStorageProvider()

DocuSign.eSign.Model.CloudStorageProvider.CloudStorageProvider ( string  AuthenticationUrl = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  RedirectUrl = default(string),
string  Service = default(string),
string  ServiceId = default(string) 
)
inline

Initializes a new instance of the CloudStorageProvider class.

Parameters
AuthenticationUrlThe 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. .
ErrorDetailsArray or errors..
RedirectUrlThe 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..
ServiceThe service name for the cloud storage provider..
ServiceIdThe DocuSign generated ID for the cloud storage provider.

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.CloudStorageProvider.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.CloudStorageProvider.Equals ( CloudStorageProvider  other)
inline

Returns true if CloudStorageProvider instances are equal

Parameters
otherInstance of CloudStorageProvider to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.CloudStorageProvider.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.CloudStorageProvider.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.CloudStorageProvider.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AuthenticationUrl

string DocuSign.eSign.Model.CloudStorageProvider.AuthenticationUrl
getset

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.

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.

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.CloudStorageProvider.ErrorDetails
getset

Array or errors.

Array or errors.

◆ RedirectUrl

string DocuSign.eSign.Model.CloudStorageProvider.RedirectUrl
getset

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.

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.

◆ Service

string DocuSign.eSign.Model.CloudStorageProvider.Service
getset

The service name for the cloud storage provider.

The service name for the cloud storage provider.

◆ ServiceId

string DocuSign.eSign.Model.CloudStorageProvider.ServiceId
getset

The DocuSign generated ID for the cloud storage provider

The DocuSign generated ID for the cloud storage provider


The documentation for this class was generated from the following file: