Skip to content

Commit

Permalink
fix: replace oidcConfigId with type OidcConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbranco committed Mar 24, 2023
1 parent cf0da43 commit acf2f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/clusters_mgmt/v1/sts_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit acf2f0a

Please sign in to comment.