Type Alias AccountScmInfoSaveRequest
AccountScmInfoSaveRequest: { mandate: boolean; provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM"; type: "PAT" | "GITHUBAPP"; urlProvider?: string; value: Value; workflowUrl: string;} Type declaration
mandate: boolean
provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM"
type: "PAT" | "GITHUBAPP"
OptionalurlProvider?: string
workflowUrl: string
Flag used when SCM repository account credential configuration is mandated