Skip to content

Commit

Permalink
Merge pull request #309 from yjinjo/master
Browse files Browse the repository at this point in the history
Delete name field in agent
  • Loading branch information
yjinjo authored Apr 12, 2024
2 parents ca972d8 + 9ca156a commit 222bc5d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions proto/spaceone/api/identity/v2/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 222bc5d

Please sign in to comment.