From 3d3995c6375a922634197d9877221a6e17b1e39d Mon Sep 17 00:00:00 2001 From: Jakob Gray <20209054+JakobGray@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:25:16 -0400 Subject: [PATCH] CS: Add new field RolePrefix 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 904755f1..d229872b 100644 --- a/model/clusters_mgmt/v1/wif_config_type.model +++ b/model/clusters_mgmt/v1/wif_config_type.model @@ -31,6 +31,8 @@ struct WifGcp { ProjectId String // This represents the GCP project number in which the wif resources will be configured. ProjectNumber String + // Prefix for naming GCP custom roles configured. + RolePrefix String // The list of service accounts and their associated roles that will need to be // configured on the user's GCP project. ServiceAccounts []WifServiceAccount