parent
effff98c06
commit
3a4076f681
|
@ -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"`
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue