Package version:

Interface FactoryGitHubConfiguration

Factory's GitHub repo information.

interface FactoryGitHubConfiguration {
    accountName: string;
    clientId?: string;
    clientSecret?: GitHubClientSecret;
    collaborationBranch: string;
    disablePublish?: boolean;
    hostName?: string;
    lastCommitId?: string;
    repositoryName: string;
    rootFolder: string;
    type: "FactoryGitHubConfiguration";
}

Hierarchy (view full)

Properties

accountName: string

Account name.

clientId?: string

GitHub bring your own app client id.

clientSecret?: GitHubClientSecret

GitHub bring your own app client secret information.

collaborationBranch: string

Collaboration branch.

disablePublish?: boolean

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

hostName?: string

GitHub Enterprise host name. For example: https://github.mydomain.com

lastCommitId?: string

Last commit id.

repositoryName: string

Repository name.

rootFolder: string

Root folder.

type

Polymorphic discriminator, which specifies the different types this object can be