GitRequestWithUsernamePassword
Git request using username/password authentication.
Data PlatformETLELTData PipelinesData StorageTransformationsOrchestrationData OperationsCloud DataSnowflakeBigQuery
Properties
| Name |
Type |
Description |
| repository |
string |
Git repository URL (must be HTTP(S) format for username/password authentication) |
| branch |
string |
Optional branch name (default is main for entrypoints) |
| username |
string |
HTTP basic auth username. Required together with password. |
| password |
string |
HTTP basic auth password. Required together with username. Mutually exclusive with sshKey. |
JSON Schema