sharedPCConfiguration 资源类型

命名空间:microsoft.graph

注意:适用于 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 String 实体的键。 继承自 deviceConfiguration
lastModifiedDateTime DateTimeOffset 上次修改对象的日期/时间。 继承自 deviceConfiguration
createdDateTime DateTimeOffset 创建对象的日期/时间。 继承自 deviceConfiguration
description String 管理员提供的设备配置的说明。 继承自 deviceConfiguration
displayName String 管理员提供的设备配置的名称。 继承自 deviceConfiguration
version Int32 设备配置的版本。 继承自 deviceConfiguration
accountManagerPolicy sharedPCAccountManagerPolicy 指定在共享电脑上管理帐户的方式。 仅当 disableAccountManager 为 false 时适用。
allowedAccounts sharedPCAllowedAccountType 指示允许在共享电脑上使用哪种类型的帐户。 可取值为:guestdomain
allowLocalStorage Boolean 指定在共享电脑上是否允许本地存储。
disableAccountManager Boolean 禁用共享电脑模式的帐户管理器。
disableEduPolicies Boolean 指定是否应禁用默认的共享电脑教育环境策略。 对于 Windows 10 RS2 及更高版本,将应用此策略而不将 Enabled 设置为 true。
disablePowerPolicies Boolean 指定是否应禁用默认的共享电脑电源策略。
disableSignInOnResume Boolean 禁用每当设备从睡眠模式唤醒时需要登录的要求。
enabled Boolean 启用共享的电脑模式并应用共享的电脑策略。
idleTimeBeforeSleepInSeconds Int32 指定电脑进入睡眠状态之前设备必须保持空闲状态的时间(以秒为单位)。 将此值设置为 0 可防止发生睡眠超时。
kioskAppDisplayName String 指定启动由 SetKioskAppUserModelId 指定的应用的登录屏幕上显示的帐户的显示文本。 仅在设置 KioskAppUserModelId 后适用。
kioskAppUserModelId String 指定要与分配的访问权限结合使用的应用的应用程序用户模型 ID。
maintenanceStartTime TimeOfDay 指定维护小时的每日开始时间。

关系

关系 类型 说明
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)",
  "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",
  "allowLocalStorage": true,
  "disableAccountManager": true,
  "disableEduPolicies": true,
  "disablePowerPolicies": true,
  "disableSignInOnResume": true,
  "enabled": true,
  "idleTimeBeforeSleepInSeconds": 1024,
  "kioskAppDisplayName": "String",
  "kioskAppUserModelId": "String",
  "maintenanceStartTime": "String (time of day)"
}