remove ability to update SAML admin filter settings (#15932)

Этот коммит содержится в:
Scott Bishel
2020-10-13 09:55:18 -06:00
коммит произвёл GitHub
родитель 2bf6992397
Коммит 8e78526c84

Просмотреть файл

@@ -2212,8 +2212,8 @@ type SamlSettings struct {
// User Mapping
IdAttribute *string `access:"authentication"`
GuestAttribute *string `access:"authentication"`
EnableAdminAttribute *bool `access:"authentication"`
AdminAttribute *string `access:"authentication"`
EnableAdminAttribute *bool
AdminAttribute *string
FirstNameAttribute *string `access:"authentication"`
LastNameAttribute *string `access:"authentication"`
EmailAttribute *string `access:"authentication"`