
Ultimate access to all questions.
You have received a JSON file containing a private key for a Service Account, which you need in order to access several resources in a specified Google Cloud project. After downloading and installing the Cloud SDK, you aim to use this private key for authentication and authorization while executing gcloud commands. What steps should you take to achieve this?
A
Use the command gcloud auth login and point it to the private key.
B
Use the command gcloud auth activate-service-account and point it to the private key.
C
Place the private key file in the installation directory of the Cloud SDK and rename it to 'credentials.json'.
D
Place the private key file in your home directory and rename it to 'GOOGLE_APPLICATION_CREDENTIALS'.