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.