gcloud design-center spaces applications recommend-iam-roles

INFORMATION
gcloud design-center spaces applications recommend-iam-roles is supported in universe domain universe; however, some of the values used in the help text may not be available. Command examples may not work as-is and may requires changes before execution.
NAME
gcloud design-center spaces applications recommend-iam-roles - get recommended IAM roles for a Design Center application
SYNOPSIS
gcloud design-center spaces applications recommend-iam-roles (APPLICATION : --location=LOCATION --space=SPACE) [--async] [GCLOUD_WIDE_FLAG]
DESCRIPTION
Get recommended IAM roles for an application in a space.
EXAMPLES
To get recommended IAM roles for the application my-application in space my-space, project my-project and location us-central1, run:
gcloud design-center spaces applications recommend-iam-roles my-application --space=my-space --project=my-project --location=us-central1

Or run:

gcloud design-center spaces applications recommend-iam-roles projects/my-project/locations/us-central1/spaces/my-space/applications/my-application

To get recommended IAM roles asynchronously without waiting for the operation to complete, run:

gcloud design-center spaces applications recommend-iam-roles my-application --space=my-space --project=my-project --location=us-central1 --async
POSITIONAL ARGUMENTS
Application resource - The application to get recommended roles for IaC. The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument APPLICATION on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

APPLICATION
ID of the application or fully qualified identifier for the application.

To set the application attribute:

  • provide the argument APPLICATION on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
The Cloud location for the application.

To set the location attribute:

  • provide the argument APPLICATION on the command line with a fully specified name;
  • provide the argument --location on the command line.
--space=SPACE
The ID of the space.

To set the space attribute:

  • provide the argument APPLICATION on the command line with a fully specified name;
  • provide the argument --space on the command line.
FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
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 help for details.

NOTES
This variant is also available:
gcloud alpha design-center spaces applications recommend-iam-roles