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#

NameTypeRequiredDefaultDescription
namestringrequiredUnique identifier of the operation
movebooleanoptionalfalseWhen true, the attribute is moved, instead of being copied, from the source location to the target one
source-is-attribute-namebooleanoptionalfalseThe 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-locationenumerationrequiredThe source location of the attribute to copy: Subject attributes, Context attributes or Action attributes
source-pathstringrequiredThe path to the source attribute to copy
target-is-attribute-namebooleanoptionalfalseThe 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-locationenumerationrequiredThe target location to copy the attribute to: Subject attributes, Context attributes or Action attributes
target-pathstringrequiredThe path to the destination to copy the attribute to

Was this helpful?