Replace all attributes of this Alias
aliases_put(id, object_id, object_type, alias, display_name = NULL)
A list containing the following elements:
integer, The id of the Alias object.
integer, The id of the object
string, The type of the object. Valid types include: model, cass_ncoa, container_script, gdoc_export, geocode, media_optimizer, python_script, r_script, salesforce_export, javascript_script, sql_script, project, notebook, workflow, template_script, template_report, service, report, tableau and service_report.
string, The alias of the object
integer, The id of the user who created the alias
string, The display name of the Alias object. Defaults to object name if not provided.
integer required. The id of the Alias object.
integer required. The id of the object
string required. The type of the object. Valid types include: model, cass_ncoa, container_script, gdoc_export, geocode, media_optimizer, python_script, r_script, salesforce_export, javascript_script, sql_script, project, notebook, workflow, template_script, template_report, service, report, tableau and service_report.
string required. The alias of the object
string optional. The display name of the Alias object. Defaults to object name if not provided.