2023-08-27 10:55:55 +02:00
|
|
|
---
|
|
|
|
title: gcpValues
|
|
|
|
slug: /main-concepts/metadata-standard/schemas/security/credentials/gcpvalues
|
|
|
|
---
|
|
|
|
|
|
|
|
# GCP Credentials Values
|
|
|
|
|
|
|
|
*Pass the raw credential values provided by GCP*
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`type`** *(string)*: Google Cloud Platform account type. Default: `"service_account"`.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`projectId`**: Project ID.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **One of**
|
|
|
|
- : Refer to *[#/definitions/singleProjectId](#definitions/singleProjectId)*.
|
|
|
|
- : Refer to *[#/definitions/multipleProjectId](#definitions/multipleProjectId)*.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`privateKeyId`** *(string)*: Google Cloud private key id.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`privateKey`** *(string, format: password)*: Google Cloud private key.
|
2023-08-27 10:55:55 +02:00
|
|
|
- **`clientEmail`** *(string)*: Google Cloud email.
|
|
|
|
- **`clientId`** *(string)*: Google Cloud Client ID.
|
2025-01-15 17:46:55 +05:30
|
|
|
- **`authUri`** *(string, format: uri)*: Google Cloud auth uri. Default: `"https://accounts.google.com/o/oauth2/auth"`.
|
|
|
|
- **`tokenUri`** *(string, format: uri)*: Google Cloud token uri. Default: `"https://oauth2.googleapis.com/token"`.
|
|
|
|
- **`authProviderX509CertUrl`** *(string, format: uri)*: Google Cloud auth provider certificate. Default: `"https://www.googleapis.com/oauth2/v1/certs"`.
|
|
|
|
- **`clientX509CertUrl`** *(string, format: uri)*: Google Cloud client certificate uri.
|
2023-08-27 10:55:55 +02:00
|
|
|
## Definitions
|
|
|
|
|
|
|
|
- **`singleProjectId`** *(string)*
|
|
|
|
- **`multipleProjectId`** *(array)*
|
|
|
|
- **Items** *(string)*
|
|
|
|
|
|
|
|
|
2025-01-15 17:46:55 +05:30
|
|
|
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.
|