FactoryGitHubConfiguration Class

Factory's GitHub repo information.

Constructor

FactoryGitHubConfiguration(*args: Any, **kwargs: Any)

Variables

Name Description
account_name
str

Account name. Required.

repository_name
str

Repository name. Required.

collaboration_branch
str

Collaboration branch. Required.

root_folder
str

Root folder. Required.

last_commit_id
str

Last commit id.

disable_publish

Disable manual publish operation in ADF studio to favor automated publish.

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

GitHub bring your own app client secret information.

type
str

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']