From 5946fd63a41afde89f691911f1b3269f2298d74a Mon Sep 17 00:00:00 2001 From: Jakob Gray <20209054+JakobGray@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:44:08 -0400 Subject: [PATCH] CS: Add new field ProjectNumber to WifGcp --- model/clusters_mgmt/v1/wif_config_type.model | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/clusters_mgmt/v1/wif_config_type.model b/model/clusters_mgmt/v1/wif_config_type.model index 08ffd6eb..904755f1 100644 --- a/model/clusters_mgmt/v1/wif_config_type.model +++ b/model/clusters_mgmt/v1/wif_config_type.model @@ -29,6 +29,8 @@ struct WifGcp { ImpersonatorEmail String // This represents the GCP project ID in which the wif resources will be configured. ProjectId String + // This represents the GCP project number in which the wif resources will be configured. + ProjectNumber String // The list of service accounts and their associated roles that will need to be // configured on the user's GCP project. ServiceAccounts []WifServiceAccount