Aracılığıyla paylaş


GcpCredentialsDetailsProperties type

HIZMET kimlik bilgilerine GCP bulut hesabı bağlayıcısı tabanlı hizmet, kimlik bilgileri kuruluş kimliği ve JSON API anahtarından oluşur (yalnızca yazma)

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
}