1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Mar 13 09:56:21 UTC 2024

This commit is contained in:
Automated 2024-03-13 09:56:22 +00:00
parent 7f632e0c5d
commit 75379bf68b
273 changed files with 9390 additions and 532 deletions

View file

@ -86,13 +86,13 @@ REQUIRED FLAGS
OPTIONAL FLAGS
--credential-source-field-name=CREDENTIAL_SOURCE_FIELD_NAME
The subject token field name (key) in a JSON credential source.
Subject token field name (key) in a JSON credential source.
--credential-source-headers=[key=value,...]
Headers to use when querying the credential-source-url.
--credential-source-type=CREDENTIAL_SOURCE_TYPE
The format of the credential source (JSON or text).
Format of the credential source (JSON or text).
--subject-token-type=SUBJECT_TOKEN_TYPE
The type of token being used for authorization. This defaults to
@ -101,29 +101,29 @@ OPTIONAL FLAGS
Arguments for an executable type credential source.
--executable-interactive-timeout-millis=EXECUTABLE_INTERACTIVE_TIMEOUT_MILLIS
The timeout duration, in milliseconds, to wait for the executable to
Timeout duration, in milliseconds, to wait for the executable to
finish when the command is running in interactive mode.
--executable-output-file=EXECUTABLE_OUTPUT_FILE
The absolute path to the file storing the executable response.
Absolute path to the file storing the executable response.
--executable-timeout-millis=EXECUTABLE_TIMEOUT_MILLIS
The timeout duration in milliseconds for waiting for the executable
to finish.
Timeout duration, in milliseconds, to wait for the executable to
finish.
Service account impersonation options.
--service-account=SERVICE_ACCOUNT
The email of the service account to impersonate.
Email of the service account to impersonate.
This flag argument must be specified if any of the other arguments in
this group are specified.
--service-account-token-lifetime-seconds=SERVICE_ACCOUNT_TOKEN_LIFETIME_SECONDS
The desired lifetime duration of the service account access token in
seconds. This defaults to one hour when not provided. If a lifetime
greater than one hour is required, the service account must be added
as an allowed value in an Organization Policy that enforces the
Lifetime duration of the service account access token in seconds.
Defaults to one hour if not specified. If a lifetime greater than one
hour is required, the service account must be added as an allowed
value in an Organization Policy that enforces the
constraints/iam.allowServiceAccountCredentialLifetimeExtension
constraint.