다음을 통해 공유


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
}