From f08a854b14d05400c8e5e694537f01e176c2958e Mon Sep 17 00:00:00 2001 From: Eric Himmelreich Date: Tue, 24 Jan 2023 10:57:57 -0600 Subject: [PATCH] Permission type returned from roles contains Resource and Action --- model/accounts_mgmt/v1/permission_type.model | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/accounts_mgmt/v1/permission_type.model b/model/accounts_mgmt/v1/permission_type.model index 9f2c34b7..90b67971 100644 --- a/model/accounts_mgmt/v1/permission_type.model +++ b/model/accounts_mgmt/v1/permission_type.model @@ -16,5 +16,5 @@ limitations under the License. class Permission { Action Action - ResourceType String + Resource String }