- INFORMATION
-
gcloud alpha resource-manager capabilities updateis not available in universe domainuniverse. - NAME
-
- gcloud alpha resource-manager capabilities update - update a folder capability
- SYNOPSIS
-
-
gcloud alpha resource-manager capabilities updateCAPABILITY_ID--[no-]enable[--update-mask=UPDATE_MASK] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Command to Update/Set thevaluefield of the Folder capability. This can be done by using the--enableflag to set the value to True, and the--no-enableflag to set the value to False.This command can fail for the following reasons:
- There is no folder parenting the given capability name.
- The active account does not have permission to update the given folder/capability.
- EXAMPLES
-
The following command updates a capability with the ID
folders/123/capabilities/app-managementto have the value True:gcloud alpha resource-manager capabilities update "folders/123/capabilities/app-management" --enableIn order to set the value to False, the following command can be used:
gcloud alpha resource-manager capabilities update "folders/123/capabilities/app-management" --no-enable - POSITIONAL ARGUMENTS
-
CAPABILITY_ID- ID for the capability you want to update.
- REQUIRED FLAGS
-
--[no-]enable-
Enable the Capability. Use
--enableto enable and--no-enableto disable.
- OPTIONAL FLAGS
-
--update-mask=UPDATE_MASK- Update Mask. This is an optional field, and the only valid value this can be set to currently is "value".
- 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. These variants are also available:
gcloud resource-manager capabilities updategcloud beta resource-manager capabilities update
gcloud alpha resource-manager capabilities update
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 2025-12-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-09 UTC."],[],[]]