mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha iam service-accounts keys create - create a private key for a
|
||||
service account
|
||||
gcloud alpha iam service-accounts keys create - create a service account
|
||||
key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha iam service-accounts keys create OUTPUT-FILE
|
||||
|
|
@ -12,7 +12,7 @@ DESCRIPTION
|
|||
PERMISSION_DENIED error.
|
||||
|
||||
EXAMPLES
|
||||
To create a new private key for a service account, and save a copy of it
|
||||
To create a new service account key and save the private portion of the key
|
||||
locally, run:
|
||||
|
||||
$ gcloud alpha iam service-accounts keys create key.json \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
NAME
|
||||
gcloud alpha iam service-accounts keys delete - delete a user-managed key
|
||||
from a service account
|
||||
gcloud alpha iam service-accounts keys delete - delete a service account
|
||||
key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha iam service-accounts keys delete KEY-ID
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
NAME
|
||||
gcloud alpha iam service-accounts keys disable - disable a public key
|
||||
related to an IAM service account
|
||||
gcloud alpha iam service-accounts keys disable - disable a service account
|
||||
key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha iam service-accounts keys disable
|
||||
(IAM_KEY : --iam-account=IAM_ACCOUNT) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Disable a public key related to an IAM service account.
|
||||
(ALPHA) Disable a service account key.
|
||||
|
||||
If the service account does not exist, this command returns a
|
||||
PERMISSION_DENIED error.
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
NAME
|
||||
gcloud alpha iam service-accounts keys enable - enable a public key related
|
||||
to an IAM service account
|
||||
gcloud alpha iam service-accounts keys enable - enable a service account
|
||||
key
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha iam service-accounts keys enable
|
||||
(IAM_KEY : --iam-account=IAM_ACCOUNT) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Enable a public key related to an IAM service account.
|
||||
(ALPHA) Enable a service account key.
|
||||
|
||||
If the service account does not exist, this command returns a
|
||||
PERMISSION_DENIED error.
|
||||
|
|
|
|||
|
|
@ -23,16 +23,16 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(ALPHA) Create a private key for a service account.
|
||||
(ALPHA) Create a service account key.
|
||||
|
||||
delete
|
||||
(ALPHA) Delete a user-managed key from a service account.
|
||||
(ALPHA) Delete a service account key.
|
||||
|
||||
disable
|
||||
(ALPHA) Disable a public key related to an IAM service account.
|
||||
(ALPHA) Disable a service account key.
|
||||
|
||||
enable
|
||||
(ALPHA) Enable a public key related to an IAM service account.
|
||||
(ALPHA) Enable a service account key.
|
||||
|
||||
get-public-key
|
||||
(ALPHA) Get the public key for a service account key pair.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha iam workforce-pools providers create-oidc
|
||||
(PROVIDER : --location=LOCATION --workforce-pool=WORKFORCE_POOL)
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...] --client-id=CLIENT_ID
|
||||
--attribute-mapping=[KEY=VALUE,...] --client-id=CLIENT_ID
|
||||
--issuer-uri=ISSUER_URI
|
||||
(--web-sso-assertion-claims-behavior=WEB_SSO_ASSERTION_CLAIMS_BEHAVIOR
|
||||
--web-sso-response-type=WEB_SSO_RESPONSE_TYPE
|
||||
|
|
@ -73,7 +73,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --workforce-pool on the command line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
|
||||
--attribute-mapping=[KEY=VALUE,...]
|
||||
Maps claims from the authentication credentials issued by the Identity
|
||||
Provider into Google Cloud IAM attributes, e.g. subject, segment.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha iam workforce-pools providers update-oidc
|
||||
(PROVIDER : --location=LOCATION --workforce-pool=WORKFORCE_POOL)
|
||||
[--async] [--attribute-condition=ATTRIBUTE_CONDITION]
|
||||
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]] [--client-id=CLIENT_ID]
|
||||
[--attribute-mapping=[KEY=VALUE,...]] [--client-id=CLIENT_ID]
|
||||
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
|
||||
[--issuer-uri=ISSUER_URI]
|
||||
[--web-sso-additional-scopes=[WEB_SSO_ADDITIONAL_SCOPES,...]]
|
||||
|
|
@ -105,7 +105,7 @@ FLAGS
|
|||
|
||||
"'admins' in google.groups"
|
||||
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
|
||||
--attribute-mapping=[KEY=VALUE,...]
|
||||
Maps claims from the authentication credentials issued by the Identity
|
||||
Provider into Google Cloud IAM attributes, e.g. subject, segment.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,8 @@ SYNOPSIS
|
|||
(PROVIDER : --location=LOCATION
|
||||
--workload-identity-pool=WORKLOAD_IDENTITY_POOL)
|
||||
--account-id=ACCOUNT_ID [--attribute-condition=ATTRIBUTE_CONDITION]
|
||||
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]]
|
||||
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--attribute-mapping=[KEY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--disabled] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new AWS workload identity pool provider.
|
||||
|
|
@ -103,7 +102,7 @@ OPTIONAL FLAGS
|
|||
|
||||
"'admins' in google.groups"
|
||||
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
|
||||
--attribute-mapping=[KEY=VALUE,...]
|
||||
Maps attributes from authentication credentials issued by an external
|
||||
identity provider to Google Cloud attributes, such as subject and
|
||||
segment.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud alpha iam workload-identity-pools providers create-oidc
|
||||
(PROVIDER : --location=LOCATION
|
||||
--workload-identity-pool=WORKLOAD_IDENTITY_POOL)
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...] --issuer-uri=ISSUER_URI
|
||||
--attribute-mapping=[KEY=VALUE,...] --issuer-uri=ISSUER_URI
|
||||
[--allowed-audiences=[ALLOWED_AUDIENCES,...]]
|
||||
[--attribute-condition=ATTRIBUTE_CONDITION] [--description=DESCRIPTION]
|
||||
[--disabled] [--display-name=DISPLAY_NAME]
|
||||
|
|
@ -76,7 +76,7 @@ POSITIONAL ARGUMENTS
|
|||
line.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
|
||||
--attribute-mapping=[KEY=VALUE,...]
|
||||
Maps attributes from authentication credentials issued by an external
|
||||
identity provider to Google Cloud attributes, such as subject and
|
||||
segment.
|
||||
|
|
|
|||
|
|
@ -7,9 +7,8 @@ SYNOPSIS
|
|||
(PROVIDER : --location=LOCATION
|
||||
--workload-identity-pool=WORKLOAD_IDENTITY_POOL)
|
||||
[--account-id=ACCOUNT_ID] [--attribute-condition=ATTRIBUTE_CONDITION]
|
||||
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]]
|
||||
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--attribute-mapping=[KEY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--disabled] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an AWS workload identity pool provider.
|
||||
|
|
@ -102,7 +101,7 @@ FLAGS
|
|||
|
||||
"'admins' in google.groups"
|
||||
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
|
||||
--attribute-mapping=[KEY=VALUE,...]
|
||||
Maps attributes from authentication credentials issued by an external
|
||||
identity provider to Google Cloud attributes, such as subject and
|
||||
segment.
|
||||
|
|
|
|||
|
|
@ -8,10 +8,9 @@ SYNOPSIS
|
|||
--workload-identity-pool=WORKLOAD_IDENTITY_POOL)
|
||||
[--allowed-audiences=[ALLOWED_AUDIENCES,...]]
|
||||
[--attribute-condition=ATTRIBUTE_CONDITION]
|
||||
[--attribute-mapping=[ATTRIBUTE_MAPPING,...]]
|
||||
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
|
||||
[--issuer-uri=ISSUER_URI] [--jwk-json-path=JWK_JSON_PATH]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--attribute-mapping=[KEY=VALUE,...]] [--description=DESCRIPTION]
|
||||
[--disabled] [--display-name=DISPLAY_NAME] [--issuer-uri=ISSUER_URI]
|
||||
[--jwk-json-path=JWK_JSON_PATH] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Update an OIDC workload identity pool provider.
|
||||
|
|
@ -117,7 +116,7 @@ FLAGS
|
|||
|
||||
"'admins' in google.groups"
|
||||
|
||||
--attribute-mapping=[ATTRIBUTE_MAPPING,...]
|
||||
--attribute-mapping=[KEY=VALUE,...]
|
||||
Maps attributes from authentication credentials issued by an external
|
||||
identity provider to Google Cloud attributes, such as subject and
|
||||
segment.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue