Partager via


GcpCredentialsDetailsProperties type

Service basé sur le connecteur de compte cloud GCP pour les informations d’identification du service, les informations d’identification sont composées de l’ID d’organisation et d’une clé API JSON (en écriture seule)

type GcpCredentialsDetailsProperties = AuthenticationDetailsProperties & {
  authProviderX509CertUrl: string
  authUri: string
  authenticationType: "gcpCredentials"
  clientEmail: string
  clientId: string
  clientX509CertUrl: string
  organizationId: string
  privateKey: string
  privateKeyId: string
  projectId: string
  tokenUri: string
  type: string
}