GcpCredentialsDetailsProperties type
GCP cloud account connector based service to service credentials, the credentials are composed of the organization ID and a JSON API key (write only)
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
}