cloudPcOrganizationSettings 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示租户的云电脑组织设置。 租户只有一个 cloudPcOrganizationSettings 对象。
Methods
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 组织设置的 ID。 |
| osVersion | cloudPcOperatingSystem | 操作系统版本 (操作系统) 在云电脑上进行预配。 可能的值包括 windows10、windows11、unknownFutureValue。 |
| userAccountType | cloudPcUserAccountType | 预配的云电脑上用户的帐户类型。 可能的值包括 standardUser、administrator、unknownFutureValue。 |
| windowsSettings | cloudPcWindowsSettings | 表示租户的云电脑组织设置。 租户只有一个 cloudPcOrganizationSettings 对象。 默认语言值 en-US。 |
cloudPcOperatingSystem 值
| 成员 | 说明 |
|---|---|
| windows10 | Windows 10操作系统。 |
| windows11 | Windows 11操作系统。 |
| unknownFutureValue | 可变枚举 sentinel 值。 请勿使用。 |
cloudPcUserAccountType 值
| 成员 | 说明 |
|---|---|
| standardUser | 对云电脑没有本地管理权限的用户。 标准用户只能从Microsoft Store应用安装内容,但无法修改需要本地管理权限的Windows设置。 |
| 管理员 | 对云电脑拥有完全本地管理权限的用户。 管理员可以在云电脑上安装任何软件并修改任何文件或设置。 |
| unknownFutureValue | 可变枚举 sentinel 值。 请勿使用。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.cloudPcOrganizationSettings",
"id": "String (identifier)",
"osVersion": "String",
"userAccountType": "String",
"windowsSettings": {
"@odata.type": "microsoft.graph.cloudPcWindowsSettings"
}
}
反馈
提交和查看相关反馈