SCIM: Add a distinctive label for externally provisioned users (#102701)
* Add json mapping for user.isProvisioned * Retrieve the isProvisioned value from database * Add a Provisioned label to pages that list users * Update swagger definitions * Add changes to User Admin pages
This commit is contained in:
@@ -157,6 +157,7 @@ type OrgUserDTO struct {
|
||||
IsDisabled bool `json:"isDisabled"`
|
||||
AuthLabels []string `json:"authLabels" xorm:"-"`
|
||||
IsExternallySynced bool `json:"isExternallySynced"`
|
||||
IsProvisioned bool `json:"isProvisioned"`
|
||||
}
|
||||
|
||||
type RemoveOrgUserCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user