Remove cloud_restrictable for cloud billing settings (#16309)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ceb1422a5c
Коммит
2ea2293276
@@ -898,8 +898,8 @@ type ExperimentalSettings struct {
|
|||||||
LinkMetadataTimeoutMilliseconds *int64 `access:"experimental,write_restrictable,cloud_restrictable"`
|
LinkMetadataTimeoutMilliseconds *int64 `access:"experimental,write_restrictable,cloud_restrictable"`
|
||||||
RestrictSystemAdmin *bool `access:"experimental,write_restrictable"`
|
RestrictSystemAdmin *bool `access:"experimental,write_restrictable"`
|
||||||
UseNewSAMLLibrary *bool `access:"experimental,cloud_restrictable"`
|
UseNewSAMLLibrary *bool `access:"experimental,cloud_restrictable"`
|
||||||
CloudUserLimit *int64 `access:"experimental,write_restrictable,cloud_restrictable"`
|
CloudUserLimit *int64 `access:"experimental,write_restrictable"`
|
||||||
CloudBilling *bool `access:"experimental,write_restrictable,cloud_restrictable"`
|
CloudBilling *bool `access:"experimental,write_restrictable"`
|
||||||
EnableSharedChannels *bool `access:"experimental"`
|
EnableSharedChannels *bool `access:"experimental"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user