AccountScmInfoUpdateRequest: {
    mandate?: boolean;
    provider?: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM";
    type?: "PAT" | "GITHUBAPP";
    urlProvider?: string;
    value?: Value;
    workflowUrl?: string;
}

Type declaration

  • Optionalmandate?: boolean

    Flag used when SCM repository account credential configuration is mandated

  • Optionalprovider?: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM"

    SCM repository provider

  • Optionaltype?: "PAT" | "GITHUBAPP"

    SCM Type

  • OptionalurlProvider?: string
  • Optionalvalue?: Value
  • OptionalworkflowUrl?: string

    SCM Workflow repository URL