From 9ca156a14cde836f22726438c58ab1faf1a76bad Mon Sep 17 00:00:00 2001 From: Youngjin Jo Date: Fri, 12 Apr 2024 12:33:07 +0900 Subject: [PATCH] chore: delete name field in agent Signed-off-by: Youngjin Jo --- proto/spaceone/api/identity/v2/agent.proto | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/proto/spaceone/api/identity/v2/agent.proto b/proto/spaceone/api/identity/v2/agent.proto index ce9ff5b15..dc1e5e8d9 100644 --- a/proto/spaceone/api/identity/v2/agent.proto +++ b/proto/spaceone/api/identity/v2/agent.proto @@ -92,10 +92,9 @@ message AgentInfo { string agent_id = 1; google.protobuf.Struct options = 2; string client_secret = 3; - string name = 4; - State state = 5; - bool is_managed = 6; - RoleType role_type = 7; + State state = 4; + bool is_managed = 5; + RoleType role_type = 6; string domain_id = 21; string workspace_id = 22; string project_id = 23;