GcpCredentialsDetailsProperties type
Serviço baseado em conector de conta de nuvem do GCP para credenciais de serviço, as credenciais são compostas pela ID da organização e uma chave de API JSON (somente gravação)
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
}