FactoryGitHubConfiguration Class
Factory's GitHub repo information.
Constructor
FactoryGitHubConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
account_name
|
Account name. Required. |
|
repository_name
|
Repository name. Required. |
|
collaboration_branch
|
Collaboration branch. Required. |
|
root_folder
|
Root folder. Required. |
|
last_commit_id
|
Last commit id. |
|
disable_publish
|
Disable manual publish operation in ADF studio to favor automated publish. |
|
host_name
|
GitHub Enterprise host name. For example: |
|
client_id
|
GitHub bring your own app client id. |
|
client_secret
|
GitHub bring your own app client secret information. |
|
type
|
Type of repo configuration. Required. Default value is "FactoryGitHubConfiguration". |
Attributes
client_id
GitHub bring your own app client id.
client_id: str | None
client_secret
GitHub bring your own app client secret information.
client_secret: _models.GitHubClientSecret | None
host_name
https://github.mydomain.com.
host_name: str | None
type
Type of repo configuration. Required. Default value is "FactoryGitHubConfiguration".
type: Literal['FactoryGitHubConfiguration']