- NAME
-
- gcloud alpha access-context-manager cloud-bindings create - create cloud access bindings for a specific group
- SYNOPSIS
-
-
gcloud alpha access-context-manager cloud-bindings create[--binding-file=YAML_FILE] [--dry-run-level=[DRY_RUN_LEVEL,…]] [--federated-principal=FEDERATED_PRINCIPAL] [--group-key=GROUP_KEY] [--level=[LEVEL,…]] [--organization=ORGANIZATION] [--service-account=SERVICE_ACCOUNT] [--service-account-project-number=SERVICE_ACCOUNT_PROJECT_NUMBER] [--session-length=SESSION_LENGTH] [--session-reauth-method=SESSION_REAUTH_METHOD; default="login"] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Create a new cloud access binding. The access level and/or session settings can be globally bound to a Google Group or scoped using--binding-file.To apply an access level and/or session settings to a specific application, specify the
restrictedClientApplicationin the--binding-filefor a Google Group binding. In this case, the access level and/or session settings specified in the binding file will be bound to the group and the restricted applications.The access level can also be bound to a specific service account or all service accounts in a specified project.
To apply session settings to all workforce pools in an organization, specify the
restrictedProjectscope in the--binding-filewith--federated-principalset toprincipalSet://cloudresourcemanager.googleapis.com/organizations/{organization_id}/type/WorkforcePool. Bindings created for all workforce pools in an organization support onlyscopedAccessSettingswith therestrictedProjectclient scope and activesessionSettings. Application scopes (restrictedClientApplication), top-level session settings, access levels, and dry run levels are not allowed for this principal type.Session settings are only supported for Google Groups (
--group-key) and bindings tied to all workforce pools in an organization. No other bindings allow session settings, and requests containing session settings for other principal types will be rejected. - EXAMPLES
-
To create a new cloud access binding, run:
gcloud alpha access-context-manager cloud-bindings create --group-key=my-group-key --level=accessPolicies/123/accessLevels/abcTo create a new cloud access binding for particular applications (with access levels and/or session settings) using a YAML file, run:
gcloud alpha access-context-manager cloud-bindings create --group-key=my-group-key --organization='1234567890' --binding-file='binding.yaml'To create a new global cloud access binding, and for particular applications using a yaml file, run:
gcloud alpha access-context-manager cloud-bindings create --group-key=my-group-key --level=accessPolicies/123/accessLevels/abc --organization='1234567890' --binding-file='binding.yaml'To create a new cloud access binding for the dry run access level, run:
gcloud alpha access-context-manager cloud-bindings create --group-key=my-group-key --level=accessPolicies/123/accessLevels/abc --dry-run-level=accessPolicies/123/accessLevels/defTo create a new cloud access binding with global session settings, specify your session length using an ISO duration string and the
session-lengthflag. For example:gcloud alpha access-context-manager cloud-bindings create --group-key=my-group-key --organization='1234567890' --session-length=2hTo set a particular session reauth method for these session settings, run:
gcloud alpha access-context-manager cloud-bindings create --group-key=my-group-key --organization='1234567890' --session-length=2h --session-reauth-method=LOGINGlobal and per-app session settings can be set on the same group, along with access levels. For example:
gcloud alpha access-context-manager cloud-bindings create --group-key=my-group-key --organization='1234567890' --session-length=2h --session-reauth-method=LOGIN --level=accessPolicies/123/accessLevels/abc --dry-run-level=accessPolicies/123/accessLevels/def --binding-file='binding.yaml'To create a new cloud access binding for a particular service account, run:
gcloud alpha access-context-manager cloud-bindings create --service-account=service-account@project.iam.gserviceaccount.com --level=accessPolicies/123/accessLevels/abc --organization='1234567890'To create a new cloud access binding for all service accounts in a particular project, run:
gcloud alpha access-context-manager cloud-bindings create --service-account-project-number='987654321' --level=accessPolicies/123/accessLevels/abc --organization='1234567890'To create a new cloud access binding for a specific federated principal, run:
gcloud alpha access-context-manager cloud-bindings create --federated-principal='principal://iam.googleapis.com/projects/1234567890/locations/global/workloadIdentityPools/my-pool/subject/my-subject' --level=accessPolicies/123/accessLevels/abc --organization='1234567890'To create a new cloud access binding for all workforce pools in a given organization with project-scoped session settings:
Create a `binding.yaml` file containing `scopedAccessSettings` with `restrictedProject` and `activeSettings` (session length between 1 hour and 90 days, `sessionReauthMethod: LOGIN`, and `sessionLengthEnabled: true`):
scopedAccessSettings: - scope: clientScope: restrictedProject: name: projects/1234567890 activeSettings: sessionSettings: sessionLength: 7776000s sessionLengthEnabled: true sessionReauthMethod: LOGIN
Then run:gcloud alpha access-context-manager cloud-bindings create --federated-principal='principalSet://cloudresourcemanager.googleapis.com/organizations/1234567890/type/WorkforcePool' --organization='1234567890' --binding-file='binding.yaml' - FLAGS
-
--binding-file=YAML_FILE-
Path to the file that contains a Google Cloud user access binding.
This file contains a YAML-compliant object representing a GcpUserAccessBinding containing
scopedAccessSettingsonly. No other binding fields are allowed.For Google Group bindings (
--group-key),scopedAccessSettingscan specifyrestrictedClientApplication(usingclientIdorname) withaccessLevels,dryRunAccessLevels, and/orsessionSettings(session length up to 1 day / 24 hours). TherestrictedProjectscope is not supported for Google Group bindings.For bindings tied to all workforce pools in an organization (
principalSet://cloudresourcemanager.googleapis.com/organizations/{organization_id}/type/WorkforcePool),scopedAccessSettingsmust only containrestrictedProject(format:name: projects/{project_number}) within thescope.clientScopeandsessionSettingswithinactiveSettings. For this configuration:-
sessionLengthmust be set and must be between 1 hour and 90 days (e.g.7776000s). -
sessionReauthMethodmust beLOGINor omitted (defaults toLOGIN). -
sessionLengthEnabledmust be set totrue. -
maxInactivitymust be set to 0 or omitted. -
useOidcMaxAgemust be set tofalseor omitted. -
No application scopes (
restrictedClientApplication), access levels, or dry run settings are allowed.
The
restrictedProjectscope is only usable with bindings tied to the all workforce pools in an organization federated principal. -
--dry-run-level=[DRY_RUN_LEVEL,…]-
The dry run access level that binds to the given group. The dry run access level
will be evaluated but won't be enforced. Denial on dry run access level will be
logged. The input must be the full identifier of an access level, such as
accessPolicies/123/accessLevels/new-def. --federated-principal=FEDERATED_PRINCIPAL-
The IAM principal identifier of the federated workforce or workload to assign
the policy to. Examples include:
-
Single principal:
principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value} -
All workloads in a workload identity pool:
principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/* -
All Workforce Pools in a Google Cloud organization:
principalSet://cloudresourcemanager.googleapis.com/organizations/{organization_id}/type/WorkforcePool
Bindings created for all Workforce Pools in an organization support only
scopedAccessSettingswith therestrictedProjectclient scope and activesessionSettings. No other configurations (such as application scopes, access levels, or dry run settings) are allowed.Session settings cannot be configured for individual federated principals or workload identity pools. At most one of
--group-key,--federated-principal,--service-account, or--service-account-project-numbercan be specified. -
Single principal:
--group-key=GROUP_KEY-
Google Group ID whose members are subject to the restrictions of this binding.
At most one of
--group-key,--federated-principal,--service-account, or--service-account-project-numbercan be specified. --level=[LEVEL,…]-
The access level that binds to the given group. The input must be the full
identifier of an access level, such as
accessPolicies/123/accessLevels/abc. --organization=ORGANIZATION- Parent organization for this binding.
--service-account=SERVICE_ACCOUNT-
Service account email that this binding applies to. Used to assign policies to a
single first-party service account. At most one of
--group-key,--federated-principal,--service-account, or--service-account-project-numbercan be specified. --service-account-project-number=SERVICE_ACCOUNT_PROJECT_NUMBER-
Project number of the project that contains the service accounts that are
subject to the restrictions of this binding. Used to assign policies to all
service accounts in a Google Cloud project. At most one of
--group-key,--federated-principal,--service-account, or--service-account-project-numbercan be specified. --session-length=SESSION_LENGTH-
The maximum lifetime of a user session provided as an ISO 8601 duration string.
Must be at least one hour or zero seconds, and no more than twenty-four hours.
Granularity is limited to seconds.
When
--session-length=0then users in the group attached to this binding will have infinite session length, effectively disabling session settings.A session begins when a user signs in successfully. If a user signs out before the end of the session lifetime, a new login creates a new session with a fresh lifetime. When a session expires, the user is asked to re-authenticate in accordance with
--session-reauth-method.Setting
--session-reauth-methodwhen--session-lengthis empty raises an error.This flag only applies to Google Group bindings (
--group-key). It is not supported for bindings tied to all workforce pools in an organization (for which session settings must be configured via--binding-fileunderscopedAccessSettingsonrestrictedProjectscope) or any other principal type. --session-reauth-method=SESSION_REAUTH_METHOD; default="login"-
Specifies the type of re-authentication challenge given to the user when their
session expires. Defaults to
--session-reauth-method=loginif unspecified and--session-lengthis set. Cannot be used when--session-lengthis empty or 0. This parameter is only supported for Google Group bindings and is not supported for bindings tied to all workforce pools in an organization (for which session settings are configured via--binding-file).SESSION_REAUTH_METHODmust be one of:login- The user will be prompted to perform regular login. Users who are enrolled for two-step verification and haven't chosen to "Remember this computer" will be prompted for their second factor.
password- The user will only be required to enter their password.
security-key- The user will be prompted to authenticate using their security key. If no security key has been configured, authentication will fall back to LOGIN. For help configuring your security key, see https://support.google.com/a/answer/2537800?hl=en#zippy=%2Cview-add-or-remove-security-keys
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - API REFERENCE
-
This command uses the
accesscontextmanager/v1alphaAPI. The full documentation for this API can be found at: https://cloud.google.com/access-context-manager/docs/reference/rest/ - 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. This variant is also available:
gcloud access-context-manager cloud-bindings create
gcloud alpha access-context-manager cloud-bindings create
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-26 UTC.