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