grant
inctl customer role-bindings grant
Grant a user a role on a given resource.
Synopsis
Grant a user a role on a given resource and all its descendants.
inctl customer role-bindings grant --customer=exampleorg --email=user@example.com --role=owner
inctl customer role-bindings grant [flags]
Options
--customer string The customer organization to attach the role-binding to.
--email string The email address of the user to grant the role to.
-h, --help help for grant
--role string The role to grant.
Options inherited from parent commands
--debug-requests If true, print the full request and response for each API call.
--env string The environment to use for the command. (default "prod")
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.
SEE ALSO
- inctl customer role-bindings - List the role bindings on a given resource.