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
}