What is required to link a ServiceNow application to a Git repository? (Choose three.)
What is required to link a ServiceNow application to a Git repository? (Choose three.)
To link a ServiceNow application to a Git repository, you need the URI, the user name, and the password. The URI identifies the repository location, the user name specifies which account is being used, and the password provides necessary authentication for access. These three components are essential for establishing a connection and ensuring proper authorization to interact with the Git repository.
DEF is the correct answer
Password, Username, URL - DEF is correct
Repository URL, user name and password
A,D&E Remember that options B (ACL), C (Application name), and F (URL) are not directly related to linking a ServiceNow application to a Git repository. Instead, focus on the URI, user name, and authentication credentials for successful integration.
From the CAD book: Configure the link: repository URL, user name, and password.