GcpCredentialsDetailsProperties type
A GCP felhőalapú fiók összekötő-alapú szolgáltatása a szolgáltatás hitelesítő adataihoz, a hitelesítő adatok a szervezeti azonosítóból és egy JSON API-kulcsból állnak (csak írási)
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
}