mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
46 lines
908 B
Text
46 lines
908 B
Text
NAME
|
|
gcloud privateca pools - manage CA pools
|
|
|
|
SYNOPSIS
|
|
gcloud privateca pools COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage CA pools.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
Add IAM policy binding for a CA pool.
|
|
|
|
create
|
|
Create a new CA Pool.
|
|
|
|
delete
|
|
Delete a CA pool.
|
|
|
|
describe
|
|
Get metadata for a CA pool.
|
|
|
|
get-ca-certs
|
|
Get the root CA certs for all active CAs in the CA pool.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a CA pool.
|
|
|
|
list
|
|
List CA pools within a project.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding for a CA pool.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a CA pool.
|
|
|
|
update
|
|
Update an existing CA Pool.
|