1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Thu Jun 26 10:50:44 UTC 2025

This commit is contained in:
Automated 2025-06-26 10:50:44 +00:00
parent 3a534cb57c
commit f645b4c02d
150 changed files with 4099 additions and 393 deletions

View file

@ -12,14 +12,23 @@ DESCRIPTION
supported consumers are projects, folders, and organizations.
EXAMPLES
To create a service identity for a project, folder, or organization, run:
To create a service identity for a project, run:
$ gcloud alpha services identity create \
--service=example.googleapis.com --project=helloworld
Using a project number:
$ gcloud alpha services identity create \
--service=example.googleapis.com --project=1234567890
To create a service identity for a folder, run:
$ gcloud alpha services identity create \
--service=example.googleapis.com --folder=1234567890
To create a service identity for an organization, run:
$ gcloud alpha services identity create \
--service=example.googleapis.com --organization=1234567890