Behavior During Import
- Supported file formats are YAML and JSON.
- There are two registration methods: "Create New" and "Overwrite".
- For creating new, you cannot specify priority or type name that already exists in existing configurations.
- Import does not delete. Definitions not included in the import data will not be updated (they will remain unchanged).
- The unique key is "Priority of Secure Download Policy".
Notes
When importing with "Overwrite," all information matching the unique key mentioned above will be overwritten.
If you want to keep a Secure Download Policy as it is, please make sure to set a different priority.
Replace ␣ with a half-space | |
---|---|
Column | Description |
version:␣1 | Version (fixed) |
policies:
|
Create filters specified in the following lines. In JSON, use "Policies:". |
-␣priority: | Specify the priority. |
␣␣from_address_group_name:␣ | Specify the sender's address group. |
␣␣to_address_group_name:␣ | Specify the receiver's address group. |
␣␣secure_transfer_config_name:␣ |
Specify the Secure Download type. If not specified, a "Do Not Send with Secure Download" policy will be created. |
Example
Create a policy for using "Secure Download Type: Email" with the combination of "Sender_Secure Download (mail)" and "Receiver_Secure Download (mail)".
version: 1
policies:
- priority: 100
from_address_group_name: Sender_Secure Download (mail)
to_address_group_name