Google Resource Manager

Google Cloud Platform Resource Manager.

IT Services · Google Resource Manager

Configuration parameters

  • project_id — Project ID (required)
  • private_key_id — Private Key ID
  • private_key_id_creds
  • private_key — Private Key
  • private_key_creds
  • client_email — Client Email
  • client_id — Client ID
  • client_email_creds — Client Email
  • client_x509_cert_url — Client X509 Cert URL (required)
  • proxy — Use system proxy settings
  • insecure — Trust any certificate (not secure)

Commands (8)

  • grm-create-project

    Request that new Project resource be created with the user-specified values passed as command arguments.

  • grm-delete-project

    Marks the Project identified by the specified project_id to be deleted, e.g., my-project-123.

  • grm-get-organization

    Fetches an Organization resource identified by the specified resource name.

  • grm-get-project

    Retrieves the Project by the specified project_id, e.g., my-project-123.

  • grm-list-projects

    Lists projects that are visible to the user and satisfies the specified filter. Projects are returned in an unspecified order.

  • grm-search-organizations

    Searches Organization resources that are visible to the user and satisfies the specified filter. Organizations are returned in an unspecified order. New Organizations do not necessarily appear at the end of the results.

  • grm-undelete-project

    Restores the Project identified by the specified project_id, e.g., my-project-123.

  • grm-update-project

    Updates the attributes of the Project identified by the specified project_id. Currently the only fields that can be updated are the project name and labels.