FactoryGitHubConfiguration Class
Factory's GitHub repo information.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.FactoryRepoConfigurationFactoryGitHubConfiguration
Constructor
FactoryGitHubConfiguration(*, account_name: str, repository_name: str, collaboration_branch: str, root_folder: str, last_commit_id: Optional[str] = None, host_name: Optional[str] = None, client_id: Optional[str] = None, client_secret: Optional[_models.GitHubClientSecret] = None, **kwargs)
Variables
- type
- str
Required. Type of repo configuration.Constant filled by server.
- account_name
- str
Required. Account name.
- repository_name
- str
Required. Repository name.
- collaboration_branch
- str
Required. Collaboration branch.
- root_folder
- str
Required. Root folder.
- last_commit_id
- str
Last commit id.
- host_name
- str
GitHub Enterprise host name. For example: https://github.mydomain.com.
- client_id
- str
GitHub bring your own app client id.
- client_secret
- GitHubClientSecret
GitHub bring your own app client secret information.
Feedback
Submit and view feedback for