sharedPCConfiguration 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

本主题提供由 sharedPCConfiguration 资源公开的已声明方法、属性和关系的说明。

继承自 deviceConfiguration

方法

方法 返回类型 说明
List sharedPCConfigurations sharedPCConfiguration 集合 列出 sharedPCConfiguration 对象的属性和关系。
Get sharedPCConfiguration sharedPCConfiguration 读取 sharedPCConfiguration 对象的属性和关系。
Create sharedPCConfiguration sharedPCConfiguration 创建新的 sharedPCConfiguration 对象。
Delete sharedPCConfiguration 删除 sharedPCConfiguration
Update sharedPCConfiguration sharedPCConfiguration 更新 sharedPCConfiguration 对象的属性。

属性

属性 类型 说明
id 字符串 实体的键。 继承自 deviceConfiguration
lastModifiedDateTime DateTimeOffset 上次修改对象的日期/时间。 继承自 deviceConfiguration
roleScopeTagIds String collection 此实体实例的范围标记列表。 继承自 deviceConfiguration
supportsScopeTags Boolean 指示基础设备配置是否支持分配范围标记。 如果此值为 false,并且作用域内用户不可见,则不允许分配到 ScopeTags 属性。 对于在 Silverlight 中创建的旧策略,可以通过在 Azure 门户中删除和重新创建策略来解决此问题。 此属性是只读的。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition 此策略的 OS 版本适用性。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion 此策略的 OS 版本适用性规则。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode 此策略的设备模式适用性规则。 继承自 deviceConfiguration
createdDateTime DateTimeOffset 创建对象的日期/时间。 继承自 deviceConfiguration
说明 String 管理员提供的设备配置的说明。 继承自 deviceConfiguration
displayName String 管理员提供的设备配置的名称。 继承自 deviceConfiguration
version Int32 设备配置的版本。 继承自 deviceConfiguration
accountManagerPolicy sharedPCAccountManagerPolicy 指定在共享电脑上管理帐户的方式。 仅当 disableAccountManager 为 false 时适用。
allowedAccounts sharedPCAllowedAccountType 指示允许在共享电脑上使用哪种类型的帐户。 可取值为:notConfiguredguestdomain
localStorage 支持 指定在共享电脑上是否允许本地存储。 可取值为:notConfiguredenableddisabled
allowLocalStorage Boolean 指定在共享电脑上是否允许本地存储。
setAccountManager 支持 禁用共享电脑模式的帐户管理器。 可取值为:notConfiguredenableddisabled
disableAccountManager Boolean 禁用共享电脑模式的帐户管理器。
setEduPolicies 支持 指定是否应启用/禁用/不配置默认的共享电脑教育环境策略。 对于 Windows 10 RS2 及更高版本,将应用此策略而不将 Enabled 设置为 true。 可取值为:notConfiguredenableddisabled
disableEduPolicies Boolean 指定是否应禁用默认的共享电脑教育环境策略。 对于 Windows 10 RS2 及更高版本,将应用此策略而不将 Enabled 设置为 true。
setPowerPolicies 支持 指定是否应启用/禁用默认的共享电脑电源策略。 可取值为:notConfiguredenableddisabled
disablePowerPolicies Boolean 指定是否应禁用默认的共享电脑电源策略。
signInOnResume 支持 指定每当设备从睡眠模式唤醒时登录的要求。 可取值为:notConfiguredenableddisabled
disableSignInOnResume Boolean 禁用每当设备从睡眠模式唤醒时需要登录的要求。
enabled Boolean 启用共享的电脑模式并应用共享的电脑策略。
idleTimeBeforeSleepInSeconds Int32 指定电脑进入睡眠状态之前设备必须保持空闲状态的时间(以秒为单位)。 将此值设置为 0 可防止发生睡眠超时。
kioskAppDisplayName String 指定启动由 SetKioskAppUserModelId 指定的应用的登录屏幕上显示的帐户的显示文本。 仅在设置 KioskAppUserModelId 后适用。
kioskAppUserModelId String 指定要与分配的访问权限结合使用的应用的应用程序用户模型 ID。
maintenanceStartTime TimeOfDay 指定维护小时的每日开始时间。
fastFirstSignIn 支持 指定是否自动将新的非管理员 Azure AD 帐户连接到预配置的候选本地帐户。 可取值为:notConfiguredenableddisabled

关系

关系 类型 说明
groupAssignments deviceConfigurationGroupAssignment 集合 设备配置文件的组分配列表。 继承自 deviceConfiguration
assignments deviceConfigurationAssignment 集合 设备配置文件的分配列表。 继承自 deviceConfiguration
deviceStatuses deviceConfigurationDeviceStatus 集合 按设备的设备配置安装状态。 继承自 deviceConfiguration
userStatuses deviceConfigurationUserStatus 集合 按用户提供的设备配置安装状态。 继承自 deviceConfiguration
deviceStatusOverview deviceConfigurationDeviceOverview 设备配置设备状态概述 继承自 deviceConfiguration
userStatusOverview deviceConfigurationUserOverview 设备配置用户状态概述 继承自 deviceConfiguration
deviceSettingStateSummaries settingStateDeviceSummary 集合 设备配置设置状态设备摘要 继承自 deviceConfiguration

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.sharedPCConfiguration",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "supportsScopeTags": true,
  "deviceManagementApplicabilityRuleOsEdition": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsEdition",
    "osEditionTypes": [
      "String"
    ],
    "name": "String",
    "ruleType": "String"
  },
  "deviceManagementApplicabilityRuleOsVersion": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleOsVersion",
    "minOSVersion": "String",
    "maxOSVersion": "String",
    "name": "String",
    "ruleType": "String"
  },
  "deviceManagementApplicabilityRuleDeviceMode": {
    "@odata.type": "microsoft.graph.deviceManagementApplicabilityRuleDeviceMode",
    "deviceMode": "String",
    "name": "String",
    "ruleType": "String"
  },
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "version": 1024,
  "accountManagerPolicy": {
    "@odata.type": "microsoft.graph.sharedPCAccountManagerPolicy",
    "accountDeletionPolicy": "String",
    "cacheAccountsAboveDiskFreePercentage": 1024,
    "inactiveThresholdDays": 1024,
    "removeAccountsBelowDiskFreePercentage": 1024
  },
  "allowedAccounts": "String",
  "localStorage": "String",
  "allowLocalStorage": true,
  "setAccountManager": "String",
  "disableAccountManager": true,
  "setEduPolicies": "String",
  "disableEduPolicies": true,
  "setPowerPolicies": "String",
  "disablePowerPolicies": true,
  "signInOnResume": "String",
  "disableSignInOnResume": true,
  "enabled": true,
  "idleTimeBeforeSleepInSeconds": 1024,
  "kioskAppDisplayName": "String",
  "kioskAppUserModelId": "String",
  "maintenanceStartTime": "String (time of day)",
  "fastFirstSignIn": "String"
}