gcloud iam workforce-pools providers scim-tenants update (SCIM_TENANT : --location=LOCATION --provider=PROVIDER --workforce-pool=WORKFORCE_POOL) [--claim-mapping=[KEY=VALUE,…]] [--description=DESCRIPTION] [--display-name=DISPLAY_NAME] [GCLOUD_WIDE_FLAG …]
my-tenant under provider my-okta-provider in pool
my-pool located in global:
gcloud iam workforce-pools providers scim-tenants update my-tenant --location=global --workforce-pool=my-pool --provider=my-okta-provider --display-name="Updated Tenant Name" --description="New description"To update the claim mapping for the same tenant:
gcloud iam workforce-pools providers scim-tenants update my-tenant --location=global --workforce-pool=my-pool --provider=my-okta-provider --claim-mapping="google.subject=new_external_id,google.groups=all_groups"SCIM_TENANT
To set the scim_tenant attribute:
scim_tenant on the command line.
--location=LOCATIONlocation attribute:
scim_tenant on the command line with a fully
specified name;
--location on the command line.
--provider=PROVIDERgcp- is reserved for use by Google, and may not be specified.
To set the provider attribute:
scim_tenant on the command line with a fully
specified name;
--provider on the command line.
--workforce-pool=WORKFORCE_POOLgcp- is reserved for use by Google, and
may not be specified.
To set the workforce-pool attribute:
scim_tenant on the command line with a fully
specified name;
--workforce-pool on the command line.
--claim-mapping=[KEY=VALUE,…]--description=DESCRIPTION--display-name=DISPLAY_NAME--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 help for details.
iam/v1 API. The full documentation for this
API can be found at: https://cloud.google.com/iam/
gcloud alpha iam workforce-pools providers scim-tenants updategcloud beta iam workforce-pools providers scim-tenants update
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-05-27 UTC.