Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the system ID of the default SSH private key credential used for source control interactions, impacting how code is accessed and managed. |
| What area does it affect? |
Source Control Integration |
| What does the default mean? |
No default value is documented in this property record. |
| When should you review it? |
Review this property when configuring or troubleshooting source control connections. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.source_control.default_ssh_private_key_credential_sys_id |
| Sys ID |
5babb4afc7132010408bc8d6f2c26075 |
| Type |
string |
| Application |
Global |
| Default value |
|
| Description |
|
| Updated |
2024-05-25 03:53:22 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... the application from. Data type: String credential_sys_id Sys_id of the credentials that have access to the Git repository. Data type: String Default: Sys_id set in the system properties glide.source_control.default_basic_auth_credential_sys_id or glide.source_control.default_ssh_private_key_credential_sys_id, depending on whether the repo_url parameter is an https or ssh repository. By default, this property is empty. mid_server_sys_id Sys_id of the MID server to use for source control operations ...
Related properties