GcpCredentialsDetailsProperties type
خدمة مستندة إلى موصل حساب سحابة GCP لبيانات اعتماد الخدمة، تتكون بيانات الاعتماد من معرف المؤسسة ومفتاح JSON API (كتابة فقط)
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
}