Operation (List)#
Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/copy-attribute/operation
List of attributes to copy or move from one location to another
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | required | Unique identifier of the operation | |
| move | boolean | optional | false | When true, the attribute is moved, instead of being copied, from the source location to the target one |
| source-is-attribute-name | boolean | optional | false | The source path is literal, and does not represent a path. Enable this if your attribute names contain a period, which would indicate that it is addressing a nested object. |
| source-location | enumeration | required | The source location of the attribute to copy: Subject attributes, Context attributes or Action attributes | |
| source-path | string | required | The path to the source attribute to copy | |
| target-is-attribute-name | boolean | optional | false | The target path is literal, and does not represent a path. Enable this if the attribute you are creating contains a period, which would indicate that it is addressing a nested object. |
| target-location | enumeration | required | The target location to copy the attribute to: Subject attributes, Context attributes or Action attributes | |
| target-path | string | required | The path to the destination to copy the attribute to |