| Field | Type | Required | Description |
|---|---|---|---|
input_alias |
Optional[str] | ➖ | Link text following go/ prefix as entered by the user. |
destination_url |
Optional[str] | ➖ | Destination URL for the shortcut. |
destination_document_id |
Optional[str] | ➖ | Glean Document ID for the URL, if known. |
description |
Optional[str] | ➖ | A short, plain text blurb to help people understand the intent of the shortcut. |
unlisted |
Optional[bool] | ➖ | Whether this shortcut is unlisted or not. Unlisted shortcuts are visible to author + admins only. |
url_template |
Optional[str] | ➖ | For variable shortcuts, contains the URL template; note, destinationUrl contains default URL. |
added_roles |
List[models.UserRoleSpecification] | ➖ | A list of user roles added for the Shortcut. |
removed_roles |
List[models.UserRoleSpecification] | ➖ | A list of user roles removed for the Shortcut. |