FactoryGitHubConfiguration interface
Factory's GitHub repo information.
- Extends
Properties
client |
GitHub bring your own app client id. |
client |
GitHub bring your own app client secret information. |
host |
GitHub Enterprise host name. For example: |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
account |
Account name. |
collaboration |
Collaboration branch. |
disable |
Disable manual publish operation in ADF studio to favor automated publish. |
last |
Last commit id. |
repository |
Repository name. |
root |
Root folder. |
Property Details
clientId
GitHub bring your own app client id.
clientId?: string
Property Value
string
clientSecret
GitHub bring your own app client secret information.
clientSecret?: GitHubClientSecret
Property Value
hostName
GitHub Enterprise host name. For example: https://github.mydomain.com
hostName?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "FactoryGitHubConfiguration"
Property Value
"FactoryGitHubConfiguration"
Inherited Property Details
accountName
Account name.
accountName: string
Property Value
string
Inherited From FactoryRepoConfiguration.accountName
collaborationBranch
Collaboration branch.
collaborationBranch: string
Property Value
string
Inherited From FactoryRepoConfiguration.collaborationBranch
disablePublish
Disable manual publish operation in ADF studio to favor automated publish.
disablePublish?: boolean
Property Value
boolean
Inherited From FactoryRepoConfiguration.disablePublish
lastCommitId
Last commit id.
lastCommitId?: string
Property Value
string
Inherited From FactoryRepoConfiguration.lastCommitId
repositoryName
Repository name.
repositoryName: string
Property Value
string
Inherited From FactoryRepoConfiguration.repositoryName
rootFolder
Root folder.
rootFolder: string
Property Value
string
Inherited From FactoryRepoConfiguration.rootFolder