mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
44 lines
1.1 KiB
Text
44 lines
1.1 KiB
Text
|
|
NAME
|
||
|
|
gcloud container binauthz policy - create and manage Google Binary
|
||
|
|
Authorization policies
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud container binauthz policy COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
Create and manage Google Binary Authorization policies.
|
||
|
|
|
||
|
|
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 to a Binary Authorization policy.
|
||
|
|
|
||
|
|
export
|
||
|
|
Export the Binary Authorization policy for the current project.
|
||
|
|
|
||
|
|
get-iam-policy
|
||
|
|
Get the IAM policy for a Binary Authorization policy.
|
||
|
|
|
||
|
|
import
|
||
|
|
Import a Binary Authorization policy to the current project.
|
||
|
|
|
||
|
|
remove-iam-policy-binding
|
||
|
|
Remove IAM policy binding of a Binary Authorization policy.
|
||
|
|
|
||
|
|
set-iam-policy
|
||
|
|
Set the IAM policy for a Binary Authorization policy.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha container binauthz policy
|
||
|
|
|
||
|
|
$ gcloud beta container binauthz policy
|
||
|
|
|