gdcloud projects update

NAME

gdcloud projects update: Aktualisiert die Attribute eines bestimmten Projekts.

ZUSAMMENFASSUNG

gdcloud projects update PROJECT_ID [flags]

BESCHREIBUNG

Aktualisieren Sie den Anzeigenamen und/oder die Richtlinie zum Datenabfluss eines bestimmten Projekts.

BEISPIELE

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.

OPTIONALE FLAGS

      --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.

GDCLOUD-WEITE FLAGS

Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.

Weitere Informationen finden Sie auf der Seite Übersicht über die Referenz zur gcloud CLI.