windows81GeneralConfiguration 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
本主题提供由 windows81GeneralConfiguration 资源公开的已声明方法、属性和关系的说明。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 继承自 deviceConfiguration |
lastModifiedDateTime | DateTimeOffset | 上次修改对象的日期/时间。 继承自 deviceConfiguration |
createdDateTime | DateTimeOffset | 创建对象的日期/时间。 继承自 deviceConfiguration |
description | String | 管理员提供的设备配置的说明。 继承自 deviceConfiguration |
displayName | String | 管理员提供的设备配置的名称。 继承自 deviceConfiguration |
version | Int32 | 设备配置的版本。 继承自 deviceConfiguration |
accountsBlockAddingNonMicrosoftAccountEmail | Boolean | 指示是否阻止用户将电子邮件帐户添加到未与 Microsoft 帐户关联的设备。 |
applyOnlyToWindows81 | Boolean | 指示此策略是否仅适用于 Windows 8.1 的值。 此属性是只读的。 |
browserBlockAutofill | Boolean | 指示是否阻止自动填充。 |
browserBlockAutomaticDetectionOfIntranetSites | Boolean | 指示是否阻止自动检测 Intranet 站点。 |
browserBlockEnterpriseModeAccess | Boolean | 指示是否阻止企业模式访问。 |
browserBlockJavaScript | Boolean | 指示是否阻止用户使用 JavaScript。 |
browserBlockPlugins | Boolean | 指示是否阻止插件。 |
browserBlockPopups | Boolean | 指示是否阻止弹出窗口。 |
browserBlockSendingDoNotTrackHeader | Boolean | 指示是否阻止用户发送 Do Not Track 标头。 |
browserBlockSingleWordEntryOnIntranetSites | Boolean | 指示是否阻止在 Intranet 站点上使用单字条目。 |
browserRequireSmartScreen | Boolean | 指示是否要求用户使用智能屏幕筛选器。 |
browserEnterpriseModeSiteListLocation | String | 企业模式网站列表位置。 可能是本地文件、本地网络或 http 位置。 |
browserInternetSecurityLevel | internetSiteSecurityLevel | Internet 安全级别。 可取值为:userDefined 、medium 、mediumHigh 、high 。 |
browserIntranetSecurityLevel | siteSecurityLevel | Intranet 安全级别。 可取值为:userDefined 、low 、mediumLow 、medium 、mediumHigh 、high 。 |
browserLoggingReportLocation | String | 日志记录报表位置。 |
browserRequireHighSecurityForRestrictedSites | Boolean | 指示是否要求受限站点具有高安全性。 |
browserRequireFirewall | Boolean | 指示是否需要防火墙。 |
browserRequireFraudWarning | Boolean | 指示是否需要诈骗警告。 |
browserTrustedSitesSecurityLevel | siteSecurityLevel | 受信任的站点安全级别。 可取值为:userDefined 、low 、mediumLow 、medium 、mediumHigh 、high 。 |
cellularBlockDataRoaming | Boolean | 指示是否阻止数据漫游。 |
diagnosticsBlockDataSubmission | Boolean | 指示是否阻止诊断数据提交。 |
passwordBlockPicturePasswordAndPin | Boolean | 指示是否阻止用户使用图片密码和 PIN。 |
passwordExpirationDays | Int32 | 密码过期天数。 |
passwordMinimumLength | Int32 | 密码最短长度。 |
passwordMinutesOfInactivityBeforeScreenTimeout | Int32 | 屏幕超时之前的不活动分钟数。 |
passwordMinimumCharacterSetCount | Int32 | 密码中必需的字符集数。 |
passwordPreviousPasswordBlockCount | Int32 | 防止重复使用的先前密码的数量。 有效值为 0 至 24 |
passwordRequiredType | requiredPasswordType | 必需的密码类型。 可取值为:deviceDefault 、alphanumeric 、numeric 。 |
passwordSignInFailureCountBeforeFactoryReset | Int32 | 恢复出厂设置之前登录失败的次数。 |
storageRequireDeviceEncryption | Boolean | 指示是否要求对移动设备加密。 |
updatesRequireAutomaticUpdates | Boolean | 指示是否需要自动更新。 |
userAccountControlSettings | windowsUserAccountControlSettings | 用户帐户控制设置。 可取值为:userDefined 、alwaysNotify 、notifyOnAppChanges 、notifyOnAppChangesWithoutDimming 、neverNotify 。 |
workFoldersUrl | String | 工作文件夹 url。 |
关系
关系 | 类型 | 说明 |
---|---|---|
assignments | deviceConfigurationAssignment 集合 | 设备配置文件的分配列表。 继承自 deviceConfiguration |
deviceStatuses | deviceConfigurationDeviceStatus 集合 | 按设备的设备配置安装状态。 继承自 deviceConfiguration |
userStatuses | deviceConfigurationUserStatus 集合 | 按用户排列的设备配置安装状态。 继承自 deviceConfiguration |
deviceStatusOverview | deviceConfigurationDeviceOverview | 设备配置设备状态概述 继承自 deviceConfiguration |
userStatusOverview | deviceConfigurationUserOverview | 设备配置用户状态概述 继承自 deviceConfiguration |
deviceSettingStateSummaries | settingStateDeviceSummary 集合 | 设备配置设置状态设备摘要 继承自 deviceConfiguration |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windows81GeneralConfiguration",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"version": 1024,
"accountsBlockAddingNonMicrosoftAccountEmail": true,
"applyOnlyToWindows81": true,
"browserBlockAutofill": true,
"browserBlockAutomaticDetectionOfIntranetSites": true,
"browserBlockEnterpriseModeAccess": true,
"browserBlockJavaScript": true,
"browserBlockPlugins": true,
"browserBlockPopups": true,
"browserBlockSendingDoNotTrackHeader": true,
"browserBlockSingleWordEntryOnIntranetSites": true,
"browserRequireSmartScreen": true,
"browserEnterpriseModeSiteListLocation": "String",
"browserInternetSecurityLevel": "String",
"browserIntranetSecurityLevel": "String",
"browserLoggingReportLocation": "String",
"browserRequireHighSecurityForRestrictedSites": true,
"browserRequireFirewall": true,
"browserRequireFraudWarning": true,
"browserTrustedSitesSecurityLevel": "String",
"cellularBlockDataRoaming": true,
"diagnosticsBlockDataSubmission": true,
"passwordBlockPicturePasswordAndPin": true,
"passwordExpirationDays": 1024,
"passwordMinimumLength": 1024,
"passwordMinutesOfInactivityBeforeScreenTimeout": 1024,
"passwordMinimumCharacterSetCount": 1024,
"passwordPreviousPasswordBlockCount": 1024,
"passwordRequiredType": "String",
"passwordSignInFailureCountBeforeFactoryReset": 1024,
"storageRequireDeviceEncryption": true,
"updatesRequireAutomaticUpdates": true,
"userAccountControlSettings": "String",
"workFoldersUrl": "String"
}