Udostępnij przez


GcpCredentialsDetailsProperties type

Usługa oparta na łączniku konta chmury GCP do poświadczeń usługi, poświadczenia składają się z identyfikatora organizacji i klucza interfejsu API JSON (tylko zapis)

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
}