- NAME
-
- gcloud alpha kms kaj-config describe - describe the KajPolicyConfig of an organization/folder/project
- SYNOPSIS
-
-
gcloud alpha kms kaj-config describe(--folder=FOLDER|--organization=ORGANIZATION|--project=PROJECT_ID) [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)gcloud alpha kms kaj-config describe can be used to retrieve the KajPolicyConfig, the default KAJ policy, of an organization/folder/project. - EXAMPLES
-
The following command retrieves the KajPolicyConfig of organizations/123:
gcloud alpha kms kaj-config describe --organization=123The following command retrieves the KajPolicyConfig of folders/456:
gcloud alpha kms kaj-config describe --folder=456The following command retrieves the KajPolicyConfig of projects/789:
gcloud alpha kms kaj-config describe --project=789 - REQUIRED FLAGS
-
-
The parent of KajPolicyConfig.
Exactly one of these must be specified:
--folder=FOLDER- The ID of the folder under which the KajPolicyConfig exists. Use this flag only if KajPolicyConfig is directly under a folder.
--organization=ORGANIZATION- The ID of the organization under which the KajPolicyConfig exists. Use this flag only if KajPolicyConfig is directly under an organization.
--project=PROJECT_ID-
The ID of the project underwhich the KajPolicyConfig exists. Use this flag only
if KajPolicyConfig is directly under a project.
The Google Cloud project ID to use for this invocation. If omitted, then the current project is assumed; the current project can be listed using
gcloud config list --format='text(core.project)'and can be set usinggcloud config set project PROJECTID.--projectand its fallbackcore/projectproperty play two roles in the invocation. It specifies the project of the resource to operate on. It also specifies the project for API enablement check, quota, and billing. To specify a different project for quota and billing, use--billing-projectorbilling/quota_projectproperty.
-
The parent of KajPolicyConfig.
- 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 helpfor 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. This variant is also available:
gcloud beta kms kaj-config describe
gcloud alpha kms kaj-config describe
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-03 UTC.