Freigeben über


GcpCredentialsDetailsProperties type

GCP Cloud Account Connector-basierter Dienst für Dienstanmeldeinformationen, die Anmeldeinformationen bestehen aus der Organisations-ID und einem JSON-API-Schlüssel (schreibgeschützt)

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
}