Создание объекта windows10TeamGeneralConfiguration
Статья 08/01/2024
Участники: 13
Обратная связь
В этой статье
Пространство имен: microsoft.graph
Примечание. API Microsoft Graph для Intune требует наличия активной лицензии Intune для клиента.
Создает объект windows10TeamGeneralConfiguration .
Этот API доступен в следующих национальных облачных развертываниях .
Глобальная служба
Правительство США L4
Правительство США L5 (DOD)
Китай управляется 21Vianet
✅
✅
✅
✅
Разрешения
Для вызова этого API требуется одно из следующих разрешений. Дополнительные сведения, включая сведения о том, как выбрать разрешения, см. в статье Разрешения .
Тип разрешения
Разрешения (в порядке повышения привилегий)
Делегированные (рабочая или учебная учетная запись)
DeviceManagementConfiguration.ReadWrite.All
Делегированные (личная учетная запись Майкрософт)
Не поддерживается.
Приложение
DeviceManagementConfiguration.ReadWrite.All
HTTP-запрос
POST /deviceManagement/deviceConfigurations
Текст запроса
В теле запроса добавьте представление объекта windows10TeamGeneralConfiguration в формате JSON.
Ниже показаны свойства, которые необходимо указывать при создании объекта windows10TeamGeneralConfiguration.
Свойство
Тип
Описание
id
String
Ключ объекта. Наследуется от объекта deviceConfiguration .
lastModifiedDateTime
DateTimeOffset
Дата и время последнего изменения объекта. Наследуется от объекта deviceConfiguration .
createdDateTime
DateTimeOffset
Дата и время создания объекта. Наследуется от объекта deviceConfiguration .
description
String
Указанное администратором описание конфигурации устройства. Наследуется от объекта deviceConfiguration .
displayName
String
Указанное администратором имя конфигурации устройства. Наследуется от объекта deviceConfiguration .
version
Int32
Версия конфигурации устройства. Наследуется от deviceConfiguration
azureOperationalInsightsBlockTelemetry
Boolean
Указывает, следует ли заблокировать оперативную аналитику Azure.
azureOperationalInsightsWorkspaceId
String
Идентификатор рабочей области оперативной аналитики Azure.
azureOperationalInsightsWorkspaceKey
String
Ключ рабочей области оперативной аналитики Azure.
connectAppBlockAutoLaunch
Boolean
Указывает, следует ли автоматически запускать приложение Connect, когда начинается проекция.
maintenanceWindowBlocked
Boolean
Указывает, следует ли запретить устанавливать период обслуживания для обновлений устройства.
maintenanceWindowDurationInHours
Int32
Длительность периода обслуживания для обновлений устройства. Допустимые значения: от 0 до 5
maintenanceWindowStartTime
TimeOfDay
Начало периода обслуживания для обновлений устройства.
miracastChannel
miracastChannel
Канал. Возможные значения: userDefined
, one
, two
, three
, four
, five
, six
, seven
, eight
, nine
, ten
, eleven
, thirtySix
, forty
, fortyFour
, fortyEight
, oneHundredFortyNine
, oneHundredFiftyThree
, oneHundredFiftySeven
, oneHundredSixtyOne
, oneHundredSixtyFive
.
miracastBlocked
Boolean
Указывает, следует ли заблокировать беспроводное проецирование.
miracastRequirePin
Boolean
Указывает, обязательно ли использовать ПИН-код для беспроводного проецирования.
settingsBlockMyMeetingsAndFiles
Boolean
Указывает, следует ли отключить функцию "Мои встречи и файлы" в меню "Пуск", которая показывает собрания и файлы вошедшего пользователя из Office 365.
settingsBlockSessionResume
Boolean
Указывает, следует ли разрешить возобновление сеанса после истечения времени.
settingsBlockSigninSuggestions
Boolean
Указывает, следует ли отключить автоматическое добавление в диалоговое окно входа приглашенных из запланированных собраний.
settingsDefaultVolume
Int32
Задает объем нового сеанса по умолчанию. Допустимые значения: от 0 до 100. Значение по умолчанию — 45. Допустимые значения: от 0 до 100
settingsScreenTimeoutInMinutes
Int32
Определяет время до отключения экрана Центра (в минутах).
settingsSessionTimeoutInMinutes
Int32
Определяет время до истечения времени сеанса (в минутах).
settingsSleepTimeoutInMinutes
Int32
Определяет время до перехода Центра в спящий режим (в минутах).
welcomeScreenBlockAutomaticWakeUp
Boolean
Указывает, следует ли заблокировать автоматический вывод экрана приветствия из спящего режима, когда кто-то входит в комнату.
welcomeScreenBackgroundImageUrl
String
URL-адрес фонового изображения экрана приветствия. URL-адрес должен начинаться с протокола HTTPS и возвращать PNG-изображение.
welcomeScreenMeetingInformation
welcomeScreenMeetingInformation
Информация о собраниях, показываемая на экране приветствия. Возможные значения: userDefined
, showOrganizerAndTimeOnly
, showOrganizerAndTimeAndSubject
.
Отклик
В случае успешного выполнения этот метод возвращает код ответа 201 Created
и объект windows10TeamGeneralConfiguration в теле ответа.
Пример
Запрос
Ниже приведен пример запроса.
POST https://graph.microsoft.com/v1.0/deviceManagement/deviceConfigurations
Content-type: application/json
Content-length: 1150
{
"@odata.type": "#microsoft.graph.windows10TeamGeneralConfiguration",
"description": "Description value",
"displayName": "Display Name value",
"version": 7,
"azureOperationalInsightsBlockTelemetry": true,
"azureOperationalInsightsWorkspaceId": "Azure Operational Insights Workspace Id value",
"azureOperationalInsightsWorkspaceKey": "Azure Operational Insights Workspace Key value",
"connectAppBlockAutoLaunch": true,
"maintenanceWindowBlocked": true,
"maintenanceWindowDurationInHours": 0,
"maintenanceWindowStartTime": "11:59:09.3130000",
"miracastChannel": "one",
"miracastBlocked": true,
"miracastRequirePin": true,
"settingsBlockMyMeetingsAndFiles": true,
"settingsBlockSessionResume": true,
"settingsBlockSigninSuggestions": true,
"settingsDefaultVolume": 5,
"settingsScreenTimeoutInMinutes": 14,
"settingsSessionTimeoutInMinutes": 15,
"settingsSleepTimeoutInMinutes": 13,
"welcomeScreenBlockAutomaticWakeUp": true,
"welcomeScreenBackgroundImageUrl": "https://example.com/welcomeScreenBackgroundImageUrl/",
"welcomeScreenMeetingInformation": "showOrganizerAndTimeOnly"
}
// Code snippets are only available for the latest version. Current version is 5.x
// Dependencies
using Microsoft.Graph.Models;
var requestBody = new Windows10TeamGeneralConfiguration
{
OdataType = "#microsoft.graph.windows10TeamGeneralConfiguration",
Description = "Description value",
DisplayName = "Display Name value",
Version = 7,
AzureOperationalInsightsBlockTelemetry = true,
AzureOperationalInsightsWorkspaceId = "Azure Operational Insights Workspace Id value",
AzureOperationalInsightsWorkspaceKey = "Azure Operational Insights Workspace Key value",
ConnectAppBlockAutoLaunch = true,
MaintenanceWindowBlocked = true,
MaintenanceWindowDurationInHours = 0,
MaintenanceWindowStartTime = new Time(DateTime.Parse("11:59:09.3130000")),
MiracastChannel = MiracastChannel.One,
MiracastBlocked = true,
MiracastRequirePin = true,
SettingsBlockMyMeetingsAndFiles = true,
SettingsBlockSessionResume = true,
SettingsBlockSigninSuggestions = true,
SettingsDefaultVolume = 5,
SettingsScreenTimeoutInMinutes = 14,
SettingsSessionTimeoutInMinutes = 15,
SettingsSleepTimeoutInMinutes = 13,
WelcomeScreenBlockAutomaticWakeUp = true,
WelcomeScreenBackgroundImageUrl = "https://example.com/welcomeScreenBackgroundImageUrl/",
WelcomeScreenMeetingInformation = WelcomeScreenMeetingInformation.ShowOrganizerAndTimeOnly,
};
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=csharp
var result = await graphClient.DeviceManagement.DeviceConfigurations.PostAsync(requestBody);
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
mgc device-management device-configurations create --body '{\
"@odata.type": "#microsoft.graph.windows10TeamGeneralConfiguration",\
"description": "Description value",\
"displayName": "Display Name value",\
"version": 7,\
"azureOperationalInsightsBlockTelemetry": true,\
"azureOperationalInsightsWorkspaceId": "Azure Operational Insights Workspace Id value",\
"azureOperationalInsightsWorkspaceKey": "Azure Operational Insights Workspace Key value",\
"connectAppBlockAutoLaunch": true,\
"maintenanceWindowBlocked": true,\
"maintenanceWindowDurationInHours": 0,\
"maintenanceWindowStartTime": "11:59:09.3130000",\
"miracastChannel": "one",\
"miracastBlocked": true,\
"miracastRequirePin": true,\
"settingsBlockMyMeetingsAndFiles": true,\
"settingsBlockSessionResume": true,\
"settingsBlockSigninSuggestions": true,\
"settingsDefaultVolume": 5,\
"settingsScreenTimeoutInMinutes": 14,\
"settingsSessionTimeoutInMinutes": 15,\
"settingsSleepTimeoutInMinutes": 13,\
"welcomeScreenBlockAutomaticWakeUp": true,\
"welcomeScreenBackgroundImageUrl": "https://example.com/welcomeScreenBackgroundImageUrl/",\
"welcomeScreenMeetingInformation": "showOrganizerAndTimeOnly"\
}\
'
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
// Code snippets are only available for the latest major version. Current major version is $v1.*
// Dependencies
import (
"context"
msgraphsdk "github.com/microsoftgraph/msgraph-sdk-go"
graphmodels "github.com/microsoftgraph/msgraph-sdk-go/models"
//other-imports
)
requestBody := graphmodels.NewDeviceConfiguration()
description := "Description value"
requestBody.SetDescription(&description)
displayName := "Display Name value"
requestBody.SetDisplayName(&displayName)
version := int32(7)
requestBody.SetVersion(&version)
azureOperationalInsightsBlockTelemetry := true
requestBody.SetAzureOperationalInsightsBlockTelemetry(&azureOperationalInsightsBlockTelemetry)
azureOperationalInsightsWorkspaceId := "Azure Operational Insights Workspace Id value"
requestBody.SetAzureOperationalInsightsWorkspaceId(&azureOperationalInsightsWorkspaceId)
azureOperationalInsightsWorkspaceKey := "Azure Operational Insights Workspace Key value"
requestBody.SetAzureOperationalInsightsWorkspaceKey(&azureOperationalInsightsWorkspaceKey)
connectAppBlockAutoLaunch := true
requestBody.SetConnectAppBlockAutoLaunch(&connectAppBlockAutoLaunch)
maintenanceWindowBlocked := true
requestBody.SetMaintenanceWindowBlocked(&maintenanceWindowBlocked)
maintenanceWindowDurationInHours := int32(0)
requestBody.SetMaintenanceWindowDurationInHours(&maintenanceWindowDurationInHours)
maintenanceWindowStartTime := 11:59:09.3130000
requestBody.SetMaintenanceWindowStartTime(&maintenanceWindowStartTime)
miracastChannel := graphmodels.ONE_MIRACASTCHANNEL
requestBody.SetMiracastChannel(&miracastChannel)
miracastBlocked := true
requestBody.SetMiracastBlocked(&miracastBlocked)
miracastRequirePin := true
requestBody.SetMiracastRequirePin(&miracastRequirePin)
settingsBlockMyMeetingsAndFiles := true
requestBody.SetSettingsBlockMyMeetingsAndFiles(&settingsBlockMyMeetingsAndFiles)
settingsBlockSessionResume := true
requestBody.SetSettingsBlockSessionResume(&settingsBlockSessionResume)
settingsBlockSigninSuggestions := true
requestBody.SetSettingsBlockSigninSuggestions(&settingsBlockSigninSuggestions)
settingsDefaultVolume := int32(5)
requestBody.SetSettingsDefaultVolume(&settingsDefaultVolume)
settingsScreenTimeoutInMinutes := int32(14)
requestBody.SetSettingsScreenTimeoutInMinutes(&settingsScreenTimeoutInMinutes)
settingsSessionTimeoutInMinutes := int32(15)
requestBody.SetSettingsSessionTimeoutInMinutes(&settingsSessionTimeoutInMinutes)
settingsSleepTimeoutInMinutes := int32(13)
requestBody.SetSettingsSleepTimeoutInMinutes(&settingsSleepTimeoutInMinutes)
welcomeScreenBlockAutomaticWakeUp := true
requestBody.SetWelcomeScreenBlockAutomaticWakeUp(&welcomeScreenBlockAutomaticWakeUp)
welcomeScreenBackgroundImageUrl := "https://example.com/welcomeScreenBackgroundImageUrl/"
requestBody.SetWelcomeScreenBackgroundImageUrl(&welcomeScreenBackgroundImageUrl)
welcomeScreenMeetingInformation := graphmodels.SHOWORGANIZERANDTIMEONLY_WELCOMESCREENMEETINGINFORMATION
requestBody.SetWelcomeScreenMeetingInformation(&welcomeScreenMeetingInformation)
// To initialize your graphClient, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=go
deviceConfigurations, err := graphClient.DeviceManagement().DeviceConfigurations().Post(context.Background(), requestBody, nil)
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
// Code snippets are only available for the latest version. Current version is 6.x
GraphServiceClient graphClient = new GraphServiceClient(requestAdapter);
Windows10TeamGeneralConfiguration deviceConfiguration = new Windows10TeamGeneralConfiguration();
deviceConfiguration.setOdataType("#microsoft.graph.windows10TeamGeneralConfiguration");
deviceConfiguration.setDescription("Description value");
deviceConfiguration.setDisplayName("Display Name value");
deviceConfiguration.setVersion(7);
deviceConfiguration.setAzureOperationalInsightsBlockTelemetry(true);
deviceConfiguration.setAzureOperationalInsightsWorkspaceId("Azure Operational Insights Workspace Id value");
deviceConfiguration.setAzureOperationalInsightsWorkspaceKey("Azure Operational Insights Workspace Key value");
deviceConfiguration.setConnectAppBlockAutoLaunch(true);
deviceConfiguration.setMaintenanceWindowBlocked(true);
deviceConfiguration.setMaintenanceWindowDurationInHours(0);
LocalTime maintenanceWindowStartTime = LocalTime.parse("11:59:09.3130000");
deviceConfiguration.setMaintenanceWindowStartTime(maintenanceWindowStartTime);
deviceConfiguration.setMiracastChannel(MiracastChannel.One);
deviceConfiguration.setMiracastBlocked(true);
deviceConfiguration.setMiracastRequirePin(true);
deviceConfiguration.setSettingsBlockMyMeetingsAndFiles(true);
deviceConfiguration.setSettingsBlockSessionResume(true);
deviceConfiguration.setSettingsBlockSigninSuggestions(true);
deviceConfiguration.setSettingsDefaultVolume(5);
deviceConfiguration.setSettingsScreenTimeoutInMinutes(14);
deviceConfiguration.setSettingsSessionTimeoutInMinutes(15);
deviceConfiguration.setSettingsSleepTimeoutInMinutes(13);
deviceConfiguration.setWelcomeScreenBlockAutomaticWakeUp(true);
deviceConfiguration.setWelcomeScreenBackgroundImageUrl("https://example.com/welcomeScreenBackgroundImageUrl/");
deviceConfiguration.setWelcomeScreenMeetingInformation(WelcomeScreenMeetingInformation.ShowOrganizerAndTimeOnly);
DeviceConfiguration result = graphClient.deviceManagement().deviceConfigurations().post(deviceConfiguration);
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
const options = {
authProvider,
};
const client = Client.init(options);
const deviceConfiguration = {
'@odata.type': '#microsoft.graph.windows10TeamGeneralConfiguration',
description: 'Description value',
displayName: 'Display Name value',
version: 7,
azureOperationalInsightsBlockTelemetry: true,
azureOperationalInsightsWorkspaceId: 'Azure Operational Insights Workspace Id value',
azureOperationalInsightsWorkspaceKey: 'Azure Operational Insights Workspace Key value',
connectAppBlockAutoLaunch: true,
maintenanceWindowBlocked: true,
maintenanceWindowDurationInHours: 0,
maintenanceWindowStartTime: '11:59:09.3130000',
miracastChannel: 'one',
miracastBlocked: true,
miracastRequirePin: true,
settingsBlockMyMeetingsAndFiles: true,
settingsBlockSessionResume: true,
settingsBlockSigninSuggestions: true,
settingsDefaultVolume: 5,
settingsScreenTimeoutInMinutes: 14,
settingsSessionTimeoutInMinutes: 15,
settingsSleepTimeoutInMinutes: 13,
welcomeScreenBlockAutomaticWakeUp: true,
welcomeScreenBackgroundImageUrl: 'https://example.com/welcomeScreenBackgroundImageUrl/',
welcomeScreenMeetingInformation: 'showOrganizerAndTimeOnly'
};
await client.api('/deviceManagement/deviceConfigurations')
.post(deviceConfiguration);
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
<?php
use Microsoft\Graph\GraphServiceClient;
use Microsoft\Graph\Generated\Models\Windows10TeamGeneralConfiguration;
use Microsoft\Kiota\Abstractions\Types\Time;
use Microsoft\Graph\Generated\Models\MiracastChannel;
use Microsoft\Graph\Generated\Models\WelcomeScreenMeetingInformation;
$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);
$requestBody = new Windows10TeamGeneralConfiguration();
$requestBody->setOdataType('#microsoft.graph.windows10TeamGeneralConfiguration');
$requestBody->setDescription('Description value');
$requestBody->setDisplayName('Display Name value');
$requestBody->setVersion(7);
$requestBody->setAzureOperationalInsightsBlockTelemetry(true);
$requestBody->setAzureOperationalInsightsWorkspaceId('Azure Operational Insights Workspace Id value');
$requestBody->setAzureOperationalInsightsWorkspaceKey('Azure Operational Insights Workspace Key value');
$requestBody->setConnectAppBlockAutoLaunch(true);
$requestBody->setMaintenanceWindowBlocked(true);
$requestBody->setMaintenanceWindowDurationInHours(0);
$requestBody->setMaintenanceWindowStartTime(new Time('11:59:09.3130000'));
$requestBody->setMiracastChannel(new MiracastChannel('one'));
$requestBody->setMiracastBlocked(true);
$requestBody->setMiracastRequirePin(true);
$requestBody->setSettingsBlockMyMeetingsAndFiles(true);
$requestBody->setSettingsBlockSessionResume(true);
$requestBody->setSettingsBlockSigninSuggestions(true);
$requestBody->setSettingsDefaultVolume(5);
$requestBody->setSettingsScreenTimeoutInMinutes(14);
$requestBody->setSettingsSessionTimeoutInMinutes(15);
$requestBody->setSettingsSleepTimeoutInMinutes(13);
$requestBody->setWelcomeScreenBlockAutomaticWakeUp(true);
$requestBody->setWelcomeScreenBackgroundImageUrl('https://example.com/welcomeScreenBackgroundImageUrl/');
$requestBody->setWelcomeScreenMeetingInformation(new WelcomeScreenMeetingInformation('showOrganizerAndTimeOnly'));
$result = $graphServiceClient->deviceManagement()->deviceConfigurations()->post($requestBody)->wait();
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
Import-Module Microsoft.Graph.DeviceManagement
$params = @{
"@odata.type" = "#microsoft.graph.windows10TeamGeneralConfiguration"
description = "Description value"
displayName = "Display Name value"
version = 7
azureOperationalInsightsBlockTelemetry = $true
azureOperationalInsightsWorkspaceId = "Azure Operational Insights Workspace Id value"
azureOperationalInsightsWorkspaceKey = "Azure Operational Insights Workspace Key value"
connectAppBlockAutoLaunch = $true
maintenanceWindowBlocked = $true
maintenanceWindowDurationInHours =
maintenanceWindowStartTime = "11:59:09.3130000"
miracastChannel = "one"
miracastBlocked = $true
miracastRequirePin = $true
settingsBlockMyMeetingsAndFiles = $true
settingsBlockSessionResume = $true
settingsBlockSigninSuggestions = $true
settingsDefaultVolume =
settingsScreenTimeoutInMinutes =
settingsSessionTimeoutInMinutes =
settingsSleepTimeoutInMinutes =
welcomeScreenBlockAutomaticWakeUp = $true
welcomeScreenBackgroundImageUrl = "https://example.com/welcomeScreenBackgroundImageUrl/"
welcomeScreenMeetingInformation = "showOrganizerAndTimeOnly"
}
New-MgDeviceManagementDeviceConfiguration -BodyParameter $params
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
# Code snippets are only available for the latest version. Current version is 1.x
from msgraph import GraphServiceClient
from msgraph.generated.models.windows10_team_general_configuration import Windows10TeamGeneralConfiguration
from msgraph.generated.models.miracast_channel import MiracastChannel
from msgraph.generated.models.welcome_screen_meeting_information import WelcomeScreenMeetingInformation
# To initialize your graph_client, see https://learn.microsoft.com/en-us/graph/sdks/create-client?from=snippets&tabs=python
request_body = Windows10TeamGeneralConfiguration(
odata_type = "#microsoft.graph.windows10TeamGeneralConfiguration",
description = "Description value",
display_name = "Display Name value",
version = 7,
azure_operational_insights_block_telemetry = True,
azure_operational_insights_workspace_id = "Azure Operational Insights Workspace Id value",
azure_operational_insights_workspace_key = "Azure Operational Insights Workspace Key value",
connect_app_block_auto_launch = True,
maintenance_window_blocked = True,
maintenance_window_duration_in_hours = 0,
maintenance_window_start_time = "11:59:09.3130000",
miracast_channel = MiracastChannel.One,
miracast_blocked = True,
miracast_require_pin = True,
settings_block_my_meetings_and_files = True,
settings_block_session_resume = True,
settings_block_signin_suggestions = True,
settings_default_volume = 5,
settings_screen_timeout_in_minutes = 14,
settings_session_timeout_in_minutes = 15,
settings_sleep_timeout_in_minutes = 13,
welcome_screen_block_automatic_wake_up = True,
welcome_screen_background_image_url = "https://example.com/welcomeScreenBackgroundImageUrl/",
welcome_screen_meeting_information = WelcomeScreenMeetingInformation.ShowOrganizerAndTimeOnly,
)
result = await graph_client.device_management.device_configurations.post(request_body)
Подробнее о том, как добавить SDK в свой проект и создать экземпляр authProvider , см. в документации по SDK .
Отклик
Ниже приведен пример отклика. Примечание. Представленный здесь объект отклика может быть усечен для краткости. При фактическом вызове будут возвращены все свойства.
HTTP/1.1 201 Created
Content-Type: application/json
Content-Length: 1322
{
"@odata.type": "#microsoft.graph.windows10TeamGeneralConfiguration",
"id": "0c94aa20-aa20-0c94-20aa-940c20aa940c",
"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
"description": "Description value",
"displayName": "Display Name value",
"version": 7,
"azureOperationalInsightsBlockTelemetry": true,
"azureOperationalInsightsWorkspaceId": "Azure Operational Insights Workspace Id value",
"azureOperationalInsightsWorkspaceKey": "Azure Operational Insights Workspace Key value",
"connectAppBlockAutoLaunch": true,
"maintenanceWindowBlocked": true,
"maintenanceWindowDurationInHours": 0,
"maintenanceWindowStartTime": "11:59:09.3130000",
"miracastChannel": "one",
"miracastBlocked": true,
"miracastRequirePin": true,
"settingsBlockMyMeetingsAndFiles": true,
"settingsBlockSessionResume": true,
"settingsBlockSigninSuggestions": true,
"settingsDefaultVolume": 5,
"settingsScreenTimeoutInMinutes": 14,
"settingsSessionTimeoutInMinutes": 15,
"settingsSleepTimeoutInMinutes": 13,
"welcomeScreenBlockAutomaticWakeUp": true,
"welcomeScreenBackgroundImageUrl": "https://example.com/welcomeScreenBackgroundImageUrl/",
"welcomeScreenMeetingInformation": "showOrganizerAndTimeOnly"
}