View source: R/generated_client.R
| aliases_get_object_type | R Documentation | 
Get details about an alias within an FCO type
aliases_get_object_type(object_type, alias)
| object_type | string required. The type of the object. Valid types include: cass_ncoa, container_script, geocode, identity_resolution, dbt_script, python_script, r_script, javascript_script, sql_script, project, notebook, workflow, template_script, template_report, service, report, tableau and service_report. | 
| alias | string required. The alias of the object | 
A list containing the following elements:
| id | integer, The id of the Alias object. | 
| objectId | integer, The id of the object | 
| objectType | string, The type of the object. Valid types include: cass_ncoa, container_script, geocode, identity_resolution, dbt_script, python_script, r_script, javascript_script, sql_script, project, notebook, workflow, template_script, template_report, service, report, tableau and service_report. | 
| alias | string, The alias of the object | 
| userId | integer, The id of the user who created the alias | 
| displayName | string, The display name of the Alias object. Defaults to object name if not provided. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.