tarunpandey23 69342d4783
Feat: update generate docs schema (#19372)
* Updated generate_docs_schema

* Updated generate_docs_schema

* Updated generate_docs_schema

* applied generate_docs_schema script

* Revert the changes in this file

---------

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-15 17:46:55 +05:30

1.4 KiB

title slug
gcpValues /main-concepts/metadata-standard/schemas/security/credentials/gcpvalues

GCP Credentials Values

Pass the raw credential values provided by GCP

Properties

  • type (string): Google Cloud Platform account type. Default: "service_account".
  • projectId: Project ID.
  • privateKeyId (string): Google Cloud private key id.
  • privateKey (string, format: password): Google Cloud private key.
  • clientEmail (string): Google Cloud email.
  • clientId (string): Google Cloud Client ID.
  • 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.

Definitions

  • singleProjectId (string)
  • multipleProjectId (array)
    • Items (string)

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.