G

gcloud certificate-manager CLI

CLI discovered

Details
Command
gcloud
Docs
https://docs.cloud.google.com/sdk/gcloud/reference/certificate-manager
Authentication
Google Cloud OAuth 2.0 access token oauth2 discovered $ gcloud auth login

Acquired by the CLI — running gcloud auth login opens the auth flow and stores the credential.

Google Cloud service account credentials compound discovered Get key ↗
$ gcloud auth activate-service-account

Create a service account in your Google Cloud project and grant it the IAM roles needed for Certificate Manager. For a downloadable credential, create a JSON key using Create and delete service account keys. For client libraries and local tools, Google recommends Application Default Credentials, which can come from a service account key file referenced by GOOGLE_APPLICATION_CREDENTIALS, an attached service account, or gcloud auth application-default login. These credentials are used to obtain OAuth 2.0 access tokens for API calls.