GcpCredentialsDetailsProperties type
以 GCP 雲端帳戶連接器為基礎的服務對服務認證,認證是由組織識別碼和 JSON API 金鑰所組成(僅寫入)
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
}