user provider sfgate

v0.1.8 v0.1.8
Vernon Keenan 2023-10-12 23:11:37 +00:00
parent effff98c06
commit 3a4076f681
3 changed files with 11 additions and 0 deletions

View File

@ -164,6 +164,9 @@ type User struct {
// Profile // Profile
ProfileID *string `json:"ProfileID,omitempty"` ProfileID *string `json:"ProfileID,omitempty"`
// Provider
Provider *string `json:"Provider,omitempty"`
// Info Emails // Info Emails
ReceivesAdminEmails *bool `json:"ReceivesAdminEmails,omitempty"` ReceivesAdminEmails *bool `json:"ReceivesAdminEmails,omitempty"`

View File

@ -5362,6 +5362,10 @@ definitions:
description: Portal Role Level description: Portal Role Level
type: string type: string
x-nullable: true x-nullable: true
Provider:
description: Provider
type: string
x-nullable: true
ProfileID: ProfileID:
description: Profile description: Profile
type: string type: string

View File

@ -5362,6 +5362,10 @@ definitions:
description: Portal Role Level description: Portal Role Level
type: string type: string
x-nullable: true x-nullable: true
Provider:
description: Provider
type: string
x-nullable: true
ProfileID: ProfileID:
description: Profile description: Profile
type: string type: string