Property
|
Description
|
Valid Values
|
"id"
|
The ID of the trusted origin.
|
An unique ID that is generated when a trusted origin is added to the CORS whitelist.
|
"domain"
|
The domain of the trusted origin.
|
A valid domain for the trusted origin. For example, https://abc.com.
The wild card * can be used at the beginning of a domain. For example, *.progress.com is a valid entry, and will whitelist any origin that ends with progress.com. The wild card is not supported at any other location within a domain. For example, progress.abc.*.com is not supported for origin validation.
|
"description"
|
A description of the trusted origin.
|
A user provided description of the trusted origin.
|
"lastModifiedBy"
|
The name of the administrator who last modified the entry of the trusted origin.
|
The Hybrid Data Pipeline username of the administrator.
|
"lastModifiedTime"
|
The last time the entry of the trusted origin was modified.
|
A timestamp.
|