GoogleGcsIntegrationConfig
Home > @backstage/integration > GoogleGcsIntegrationConfig
The configuration parameters for a single Google Cloud Storage provider.
Signature:
export type GoogleGcsIntegrationConfig = {
clientEmail?: string;
privateKey?: string;
};