mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
46 lines
1 KiB
Text
46 lines
1 KiB
Text
NAME
|
|
gcloud privateca templates - manage certificate templates
|
|
|
|
SYNOPSIS
|
|
gcloud privateca templates COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Manage certificate templates.
|
|
|
|
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 certificate template.
|
|
|
|
create
|
|
Create a new certificate template.
|
|
|
|
delete
|
|
Delete a certificate template.
|
|
|
|
describe
|
|
Show details about a certificate template.
|
|
|
|
get-iam-policy
|
|
Get the IAM policy for a certificate template.
|
|
|
|
list
|
|
List certificate templates within a project.
|
|
|
|
remove-iam-policy-binding
|
|
Remove IAM policy binding for a certificate template.
|
|
|
|
replicate
|
|
Replicate a certificate template to multiple locations.
|
|
|
|
set-iam-policy
|
|
Set the IAM policy for a certificate template.
|
|
|
|
update
|
|
Update a certificate template.
|