mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
59 lines
1.2 KiB
Text
59 lines
1.2 KiB
Text
NAME
|
|
gcloud dataplex glossaries - manage Dataplex glossaries
|
|
|
|
SYNOPSIS
|
|
gcloud dataplex glossaries GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
A Glossary represents a collection of Categories and Terms.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
categories
|
|
Manage Dataplex glossary categories.
|
|
|
|
terms
|
|
Manage Dataplex glossary terms.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding to a Dataplex Glossary.
|
|
|
|
create
|
|
Create a Dataplex Glossary resource.
|
|
|
|
delete
|
|
Delete a Dataplex Glossary.
|
|
|
|
describe
|
|
Describe a Glossary.
|
|
|
|
get-iam-policy
|
|
Retrieve a Dataplex Glossary IAM policy.
|
|
|
|
list
|
|
List Glossaries.
|
|
|
|
remove-iam-policy-binding
|
|
Removes IAM policy binding from a Dataplex Glossary.
|
|
|
|
set-iam-policy
|
|
Set an IAM policy binding for a Dataplex Glossary as defined in a JSON
|
|
or YAML file.
|
|
|
|
update
|
|
Updates a Dataplex Glossary.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha dataplex glossaries
|
|
|