Attributes (List)#

Path: /profiles/profile{id, type}/settings/authentication-service/authentication-actions/authentication-action{id}/data-source-transformer/attributes

The list of attributes to perform the transformation on

Parameters#

NameTypeRequiredDefaultDescription
attribute-namestringrequiredThe name of the attribute, that the transformation will be applied on. This attribute will be created if its not returned by the data source, as long as a value can be found.
transformed-attribute-namestringoptionalThe name of the resulting attribute after the transformation is applied, if not set the name will be the same as the original attribute
use-value-of-attribute-namedstringrequiredThe name of the attribute (eg. column) that contains the replacement value for the attribute

Was this helpful?