Skip to content

Commit

Permalink
Fix AccessIdentityProvider json tag (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvwells authored Sep 28, 2020
1 parent 345ca0c commit 8d3b080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion access_identity_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// AccessIdentityProvider is the structure of the provider object.
type AccessIdentityProvider struct {
ID string `json:"id,omitemtpy"`
ID string `json:"id,omitempty"`
Name string `json:"name"`
Type string `json:"type"`
Config AccessIdentityProviderConfiguration `json:"config"`
Expand Down

0 comments on commit 8d3b080

Please sign in to comment.