File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,9 @@ type ServiceUser struct {
4444}
4545
4646type Role struct {
47- ProjectID string `json:"project_id,omitempty"`
48- ProjectName string `json:"project_name,omitempty"`
49- RoleName RoleName `json:"role_name"`
50- Scope Scope `json:"scope"`
47+ ProjectID string `json:"project_id,omitempty"`
48+ RoleName RoleName `json:"role_name"`
49+ Scope Scope `json:"scope"`
5150}
5251
5352// CreateRequest is used to set options for Create method.
Original file line number Diff line number Diff line change @@ -51,10 +51,9 @@ type Federation struct {
5151}
5252
5353type Role struct {
54- ProjectID string `json:"project_id,omitempty"`
55- ProjectName string `json:"project_name,omitempty"`
56- RoleName RoleName `json:"role_name"`
57- Scope Scope `json:"scope"`
54+ ProjectID string `json:"project_id,omitempty"`
55+ RoleName RoleName `json:"role_name"`
56+ Scope Scope `json:"scope"`
5857}
5958
6059// CreateRequest is used to set options for Create method.
You can’t perform that action at this time.
0 commit comments