Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
RedirectWhitelistUrl
File Suffix and Directory Location
RedirectWhitelistUrl components have the suffix .redirectWhitelistUrl and are stored in the redirectWhitelistUrls folder.
Version
RedirectWhitelistUrl components are available in API version 48.0 and later.
Special Access Rules
Only authenticated internal and external users with the View Setup and Customize Application permissions can access or edit this type.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| url | string |
Required. The trusted URL. These formats are accepted: example.com, *.example.com, and https://example.com. The host section of the URL can include an asterisk (*) as a wildcard. Otherwise, the URL cannot be malformed. Examples of malformed URLs that fail a syntax check are malformed^url.example.com, and https://{subdomain}.example.com. To add a URL based on parameters, build the URL before you add it to this Metadata Type. |
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.