diff --git a/proto/spaceone/api/identity/v2/app.proto b/proto/spaceone/api/identity/v2/app.proto index 409ab724b..63403fd4b 100644 --- a/proto/spaceone/api/identity/v2/app.proto +++ b/proto/spaceone/api/identity/v2/app.proto @@ -144,9 +144,9 @@ message AppInfo { string client_secret = 2; string name = 3; State state = 4; - google.protobuf.Struct tags = 5; - RoleType role_type = 6; - bool is_managed = 7; + bool is_managed = 5; + google.protobuf.Struct tags = 6; + RoleType role_type = 7; ResourceGroup resource_group = 20; string domain_id = 21; string workspace_id = 22; diff --git a/proto/spaceone/api/identity/v2/service_account.proto b/proto/spaceone/api/identity/v2/service_account.proto index b96ba22e1..2865336b8 100644 --- a/proto/spaceone/api/identity/v2/service_account.proto +++ b/proto/spaceone/api/identity/v2/service_account.proto @@ -152,10 +152,10 @@ message ServiceAccountInfo { string name = 2; google.protobuf.Struct data = 3; string provider = 4; - google.protobuf.Struct tags = 5; + google.protobuf.Struct options = 5; + google.protobuf.Struct tags = 6; string reference_id = 7; bool is_managed = 8; - google.protobuf.Struct options = 9; string domain_id = 21; string workspace_id = 22; string project_id = 23; diff --git a/proto/spaceone/api/identity/v2/user_profile.proto b/proto/spaceone/api/identity/v2/user_profile.proto index b99bfe9b8..004d7efef 100644 --- a/proto/spaceone/api/identity/v2/user_profile.proto +++ b/proto/spaceone/api/identity/v2/user_profile.proto @@ -161,11 +161,11 @@ message MyWorkspaceInfo { string workspace_id = 1; string name = 2; State state = 3; - google.protobuf.Struct tags = 4; - string created_by = 5; - string reference_id = 6; - bool is_managed = 7; - RoleType role_type = 8; + RoleType role_type = 4; + google.protobuf.Struct tags = 5; + string created_by = 6; + string reference_id = 7; + bool is_managed = 8; string domain_id = 21; string role_id = 22; string created_at = 31;