GcpCredentialsDetailsProperties type
Serviço para credenciais de serviço baseado no conector de conta na nuvem do GCP, as credenciais são compostas pelo 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
}