Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

1.2 KiB

title slug
GCPCredentials /main-concepts/metadata-standard/schemas/security/credentials/gcpcredentials

GCSCredentials

GCS credentials configs.

Properties

  • gcpConfig: GCS configs.

Definitions

  • GCSValues (object): GCS Credentials. Cannot contain additional properties.
    • type (string): Google Cloud service account type.
    • projectId (string): Google Cloud project id.
    • privateKeyId (string): Google Cloud private key id.
    • privateKey (string): Google Cloud private key.
    • clientEmail (string): Google Cloud email.
    • clientId (string): Google Cloud Client ID.
    • authUri (string): Google Cloud auth uri. Default: https://accounts.google.com/o/oauth2/auth.
    • tokenUri (string): Google Cloud token uri. Default: https://oauth2.googleapis.com/token.
    • authProviderX509CertUrl (string): Google Cloud auth provider certificate. Default: https://www.googleapis.com/oauth2/v1/certs.
    • clientX509CertUrl (string): Google Cloud client certificate uri.
  • GCSCredentialsPath (string): GCS Credentials Path.

Documentation file automatically generated at 2022-07-14 10:51:34.749986.