mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Apr 23 10:54:24 UTC 2025
This commit is contained in:
parent
b589c4c4ad
commit
4d8dd33b3e
138 changed files with 4506 additions and 597 deletions
61
gcloud/alpha/scc/manage/billing-metadata/describe
Normal file
61
gcloud/alpha/scc/manage/billing-metadata/describe
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
NAME
|
||||
gcloud alpha scc manage billing-metadata describe - get the billing
|
||||
metadata for a specific resource
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc manage billing-metadata describe
|
||||
(--organization=ORGANIZATION_ID | --parent=PARENT
|
||||
| --project=PROJECT_ID_OR_NUMBER) [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Get the billing metadata for a given Google Cloud resource,
|
||||
including the associated billing account, cost-related settings, and other
|
||||
relevant information.
|
||||
|
||||
EXAMPLES
|
||||
To get the details of a billing metadata for organization 123, run:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe \
|
||||
--organization=123
|
||||
|
||||
To get the details of a billing metadata for project 456, run:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe --project=456
|
||||
|
||||
You can also specify the parent more generally for organizations:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe \
|
||||
--parent=organizations/123
|
||||
|
||||
Or you can specify the parent for projects:
|
||||
|
||||
$ gcloud alpha scc manage billing-metadata describe \
|
||||
--parent=projects/123
|
||||
|
||||
REQUIRED FLAGS
|
||||
Exactly one of these must be specified:
|
||||
|
||||
--organization=ORGANIZATION_ID
|
||||
Organization associated with the billing metadata.
|
||||
|
||||
--parent=PARENT
|
||||
Parent associated with the billing metadata. Can be one of
|
||||
organizations/<id>, projects/<id or name>
|
||||
|
||||
--project=PROJECT_ID_OR_NUMBER
|
||||
Project associated with the billing metadata.
|
||||
|
||||
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.
|
||||
|
||||
26
gcloud/alpha/scc/manage/billing-metadata/help
Normal file
26
gcloud/alpha/scc/manage/billing-metadata/help
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
NAME
|
||||
gcloud alpha scc manage billing-metadata - manage billing metadata
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha scc manage billing-metadata COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Manage billing metadata.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Get the billing metadata for a specific resource.
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -16,6 +16,9 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
billing-metadata
|
||||
(ALPHA) Manage billing metadata.
|
||||
|
||||
custom-modules
|
||||
(ALPHA) Manage Cloud SCC (Security Command Center) custom modules.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue