GcpCredentialsDetailsProperties type
基于 GCP 云帐户连接器的服务到服务凭据,凭据由组织 ID 和 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
}