Skip to main content

RepoUrlPickerFieldSchema

Home > @backstage/plugin-scaffolder > RepoUrlPickerFieldSchema

Signature:

RepoUrlPickerFieldSchema: import("../utils").FieldSchema<string, {
allowedHosts?: string[] | undefined;
allowedOrganizations?: string[] | undefined;
allowedOwners?: string[] | undefined;
allowedProjects?: string[] | undefined;
allowedRepos?: string[] | undefined;
requestUserCredentials?: {
secretsKey: string;
additionalScopes?: {
gitea?: string[] | undefined;
gerrit?: string[] | undefined;
github?: string[] | undefined;
gitlab?: string[] | undefined;
bitbucket?: string[] | undefined;
azure?: string[] | undefined;
} | undefined;
} | undefined;
}>