Fields
Fields
| Parameter | Description | |
|---|---|---|
idString |
required | Input the CloudFiles Link Id whose settings are to be updated. |
isActiveBoolean |
optional | Set value to 'False' to disable the CloudFiles Link. |
allowDownloadingBoolean |
optional | Set value to 'True' to allow downloading. |
requirePasswordBoolean |
optional | Set value to 'True' if you wish to use to protect the CloudFiles link. |
passwordString |
optional | Enter the password you wish to use to protect the CloudFiles link. |
allowedEmailsList<String> |
optional | Input a list of Email Ids you wish to grant access to the link. |
allowedDomainsList<String> |
optional | Input a list of Domains you wish to grant access to the link. |
enableEmailVerificationBoolean |
optional | Set value to 'True' to require recipients to verify their email address before accessing the link. |
Constructors
global UpdateLinkSettingsInput(String id)
global UpdateLinkSettingsInput( String id, Boolean isActive, Boolean allowDownloading, Boolean requirePassword, String password, List<String> allowedEmails, List<String> allowedDomains, Boolean enableEmailVerification )