Sdílet prostřednictvím


GcpCredentialsDetailsProperties type

Služba založená na konektoru cloudového účtu GCP pro přihlašovací údaje ke službě, přihlašovací údaje se skládají z ID organizace a klíče rozhraní JSON API (jenom pro zápis).

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
}