Skip to content

Commit

Permalink
Update database_users.go
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaangiolillo committed Aug 11, 2023
1 parent bb0dc9e commit 48485b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mongodbatlas/database_users.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ type DatabaseUser struct {
Scopes []Scope `json:"scopes"`
Password string `json:"password,omitempty"`
Username string `json:"username,omitempty"`
OIDCAuthType string `json:"oidcAuthType,omitempty"`
}

// GetAuthDB determines the authentication database based on the type of user.
Expand Down

0 comments on commit 48485b5

Please sign in to comment.