gcloud_beta_container_binauthz_policy_add-iam-policy-binding (1)
NAME
- gcloud beta container binauthz policy add-iam-policy-binding - add IAM policy binding to a Binary Authorization policy
SYNOPSIS
-
gcloud beta container binauthz policy add-iam-policy-binding --member=MEMBER --role=ROLE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Add an IAM policy binding to a Binary Authorization policy.
REQUIRED FLAGS
-
- --member=MEMBER
-
- The member to add the binding for. Should be of the form user|group|serviceAccount:email or domain:domain.
Examples: user:test-user@gmail.com, group:admins@example.com, serviceAccount:test123@example.domain.com, or domain:example.domain.com.
Can also be one of the following special values:-
- ---
- allUsers - anyone who is on the internet, with or without a Google account.
- ---
- allAuthenticatedUsers - anyone who is authenticated with a Google account or a service account.
- The member to add the binding for. Should be of the form user|group|serviceAccount:email or domain:domain.
-
- --role=ROLE
-
Define the role of the member.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
API REFERENCE
This command uses the binaryauthorization/v1alpha2 API. The full documentation for this API can be found at: cloud.google.com/binary-authorization
EXAMPLES
To add an IAM policy binding for the role of 'roles/binaryauthorization.attestationAuthoritiesEditor' for the user 'test-user@gmail.com' on the current project's Binary Authorization policy, run:
-
$ gcloud beta container binauthz policy add-iam-policy-binding \
--member='user:test-user@gmail.com' \
--role='roles/binaryauthorization.attestationAuthoritiesEditor'
See cloud.google.com/iam/docs/managing-policies for details of policy role and member types.
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud alpha container binauthz policy add-iam-policy-binding