1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/alpha/access-approval/settings/get
2022-03-01 04:29:52 +00:00

57 lines
2 KiB
Text

NAME
gcloud alpha access-approval settings get - get Access Approval settings
SYNOPSIS
gcloud alpha access-approval settings get
[--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Get the Access Approval settings associated with a project, a
folder, or organization.
EXAMPLES
To get the settings for the current project use
$ gcloud alpha access-approval settings get
To get the settings for folder f1 use
$ gcloud alpha access-approval settings get --folder=f1
FLAGS
At most one of these can be specified:
--folder=FOLDER
Folder number. Only one of --project, --folder, or --organization can
be provided. If none are provided then it uses config property
[core/project].
--organization=ORGANIZATION
Organization number. Either --project, --folder, or --organization
must be provided. If none are provided then it uses config property
[core/project].
--project=PROJECT
Project number or id. Only one of --project, --folder, or
--organization can be provided. If none are provided then it uses
config property [core/project].
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist. These variants are also available:
$ gcloud access-approval settings get
$ gcloud beta access-approval settings get