GcpCredentialsDetailsProperties type
GCP-molnkontoanslutningsbaserad tjänst till tjänst-autentiseringsuppgifter, autentiseringsuppgifterna består av organisations-ID:t och en JSON API-nyckel (endast skrivning)
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
}