Fields

Fields
ParameterDescription
id
String
requiredInput the CloudFiles Link Id whose settings are to be updated.
isActive
Boolean
optionalSet value to 'False' to disable the CloudFiles Link.
allowDownloading
Boolean
optionalSet value to 'True' to allow downloading.
requirePassword
Boolean
optionalSet value to 'True' if you wish to use to protect the CloudFiles link.
password
String
optionalEnter the password you wish to use to protect the CloudFiles link.
allowedEmails
List<String>
optionalInput a list of Email Ids you wish to grant access to the link.
allowedDomains
List<String>
optionalInput a list of Domains you wish to grant access to the link.
enableEmailVerification
Boolean
optionalSet 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
)