GcpCredentialsDetailsProperties type
Layanan berbasis konektor akun cloud GCP untuk kredensial layanan, kredensial terdiri dari ID organisasi dan kunci API JSON (hanya tulis)
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
}