From acf2f0a3e4e65668e2186e12ea6e15eef89964ea Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Fri, 24 Mar 2023 11:46:03 -0300 Subject: [PATCH] fix: replace oidcConfigId with type OidcConfig --- model/clusters_mgmt/v1/sts_type.model | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/clusters_mgmt/v1/sts_type.model b/model/clusters_mgmt/v1/sts_type.model index 97086737..c41fad04 100644 --- a/model/clusters_mgmt/v1/sts_type.model +++ b/model/clusters_mgmt/v1/sts_type.model @@ -50,6 +50,6 @@ struct STS { // If true, cluster account and operator roles have managed policies attached. ManagedPolicies Boolean - // Registered Oidc Config ID, if available holds information related to the oidc config - OidcConfigId String + // Registered Oidc Config, if available holds information related to the oidc config + OidcConfig OidcConfig }