mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
63 lines
1.6 KiB
Text
63 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha container binauthz attestors - create and manage Google Binary
|
|
Authorization Attestors
|
|
|
|
SYNOPSIS
|
|
gcloud alpha container binauthz attestors GROUP | COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Create and manage Google Binary Authorization Attestors.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
public-keys
|
|
(ALPHA) Create and manage public keys associated with Attestation
|
|
Authorities.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
add-iam-policy-binding
|
|
(ALPHA) Add IAM policy binding to a Binary Authorization attestor.
|
|
|
|
create
|
|
(ALPHA) Create an Attestor.
|
|
|
|
delete
|
|
(ALPHA) Delete an Attestor.
|
|
|
|
describe
|
|
(ALPHA) Describe an Attestor.
|
|
|
|
get-iam-policy
|
|
(ALPHA) Get the IAM policy for an attestor.
|
|
|
|
list
|
|
(ALPHA) List Attestors associated with the current project.
|
|
|
|
remove-iam-policy-binding
|
|
(ALPHA) Remove IAM policy binding of a Binary Authorization attestor.
|
|
|
|
set-iam-policy
|
|
(ALPHA) Set the IAM policy for an attestor.
|
|
|
|
update
|
|
(ALPHA) Update an existing Attestor.
|
|
|
|
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 container binauthz attestors
|
|
|
|
$ gcloud beta container binauthz attestors
|
|
|