gdcloud projects update

NOM

gdcloud projects update : met à jour les attributs d'un projet spécifique.

SYNOPSIS

gdcloud projects update PROJECT_ID [flags]

DESCRIPTION

Mettez à jour le nom à afficher et/ou la stratégie d'exfiltration des données d'un projet spécifique.

EXAMPLES

To update a project's name to "test-project", run:

    gdcloud projects update PROJECT_ID --name=test-project

To update a project's data exfiltration policy to false, run:

    gdcloud projects update PROJECT_ID --data-exfiltration-prevention=false

You can update any editable project field. Run "gdcloud projects update --help" for more options.

INDICATEURS FACULTATIFS

      --data-exfiltration-prevention   If set to false, allow network data transfer out from project workloads outside the organization. Otherwise, network data transfer out from workloads outside the project's organization is not allowed. (default true)
      --name string                    Name for the project.

OPTIONS GCLOUD GÉNÉRALES

Ces options sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.

Pour en savoir plus, consultez la page de présentation de la documentation de référence de la gcloud CLI.