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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| attribute-name | string | required | The 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-name | string | optional | The 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-named | string | required | The name of the attribute (eg. column) that contains the replacement value for the attribute |