Skip to content

Commit

Permalink
refactor(iam): change Local.User to optional (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Zhang9309 authored Nov 15, 2024
1 parent ed476dc commit 66a489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/identity/federatedauth/mappings/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type MappingRule struct {
}

type LocalRule struct {
User LocalRuleVal `json:"user" required:"true"`
User *LocalRuleVal `json:"user,omitempty"`
Group *LocalRuleVal `json:"group,omitempty"`
}

Expand Down

0 comments on commit 66a489c

Please sign in to comment.