Skip to content

Commit

Permalink
OCM-6535 | feat: changes to support sts arbitrary policies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleerh committed Apr 23, 2024
1 parent 740004d commit 8a32ca7
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ limitations under the License.
*/

struct RolePolicyBindingStatus {
Value RolePolicyBindingStatusType
Value String
Description String
}
23 changes: 0 additions & 23 deletions model/clusters_mgmt/v1/role_policy_binding_status_type_type.model

This file was deleted.

2 changes: 1 addition & 1 deletion model/clusters_mgmt/v1/role_policy_binding_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
struct RolePolicyBinding {
Name String
Arn String
Type RolePolicyBindingType
Type String
Status RolePolicyBindingStatus
Policies []RolePolicy
}
23 changes: 0 additions & 23 deletions model/clusters_mgmt/v1/role_policy_binding_type_type.model

This file was deleted.

2 changes: 1 addition & 1 deletion model/clusters_mgmt/v1/role_policy_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ limitations under the License.
struct RolePolicy {
Name String
Arn String
Type RolePolicyType
Type String
}
26 changes: 0 additions & 26 deletions model/clusters_mgmt/v1/role_policy_type_type.model

This file was deleted.

0 comments on commit 8a32ca7

Please sign in to comment.