Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.19 KB

AppParameters.md

File metadata and controls

17 lines (9 loc) · 1.19 KB

AppParameters

The parameters section contains parameterized attributes that have defined at the connector level as well as custom attributes that have been defined specifically for this app. Regardless of how they are defined, all parameters have the following attributes. Each parameter is an object with the key for the object being set as the parameters short name.

Properties

Name Type Description Notes
userAttributeMappings String A user attribute to map values from For custom attributes prefix the name of the attribute with `custom_attribute_`. e.g. To get the value for custom attribute `employee_id` use `custom_attribute_employee_id`. [optional]
userAttributeMacros String When `user_attribute_mappings` is set to `macro` this macro will be used to assign the parameter value. [optional]
label String The can only be set when creating a new parameter. It can not be updated. [optional]
includeInSamlAssertion Boolean When true, this parameter will be included in a SAML assertion payload. [optional]