CloudStorageAccount Type
This type holds the account credentials.
Remarks
This type holds the account credentials for service providers that do not support OAuth.
Fields
| |
AccessKey String |
This field specifies the Amazon S3 Access Key.
|
Password String |
This field specifies the SharePoint user's password.
|
SecretKey String |
This field specifies the Amazon S3 Secret Key.
|
URL String |
This field specifies the SharePoint site URL. For instance: "https://mycrm.sharepoint.com/"
|
User String |
This field specifies the SharePoint user. For instance: "admin@mycrm.onmicrosoft.com".
|
Constructors
[VB.NET]
Public CloudStorageAccount()
[C#]
public CloudStorageAccount();