gcloud beta kms kaj-config describe

NAME
gcloud beta kms kaj-config describe - describe the KajPolicyConfig of an organization/folder/project
SYNOPSIS
gcloud beta kms kaj-config describe (--folder=FOLDER     | --organization=ORGANIZATION     | --project=PROJECT_ID) [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) gcloud beta 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 beta kms kaj-config describe --organization=123

The following command retrieves the KajPolicyConfig of folders/456:

gcloud beta kms kaj-config describe --folder=456

The following command retrieves the KajPolicyConfig of projects/789:

gcloud beta 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 using gcloud config set project PROJECTID.

--project and its fallback core/project property play two roles in the invocation: they specify both the project of the resource to operate on, and the project for API enablement checks, quota, and billing. To specify a different project for quota and billing, use the --billing-project flag or the billing/quota_project property.

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 beta and might change without notice. This variant is also available:
gcloud alpha kms kaj-config describe