Delen via


GcpCredentialsDetailsProperties type

GCP-cloudaccountconnectorservice voor servicereferenties, de referenties bestaan uit de organisatie-id en een JSON-API-sleutel (alleen schrijven)

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
}