sharedPCConfiguration リソース タイプ
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
このトピックでは、sharedPCConfiguration リソースによって公開された、宣言されたメソッド、プロパティ、リレーションシップについて説明します。
deviceConfiguration から継承します
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
List sharedPCConfiguration | sharedPCConfiguration コレクション | sharedPCConfiguration オブジェクトのプロパティとリレーションシップをリストします。 |
Get sharedPCConfiguration | sharedPCConfiguration | sharedPCConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
Create sharedPCConfiguration | sharedPCConfiguration | 新しい sharedPCConfiguration オブジェクトを作成します。 |
Delete sharedPCConfiguration | なし | sharedPCConfiguration を削除します。 |
Update sharedPCConfiguration | sharedPCConfiguration | sharedPCConfiguration オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 deviceConfiguration から継承します |
lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します |
createdDateTime | DateTimeOffset | オブジェクトが作成された DateTime。 deviceConfiguration から継承します |
description | String | 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します |
displayName | String | 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します |
version | Int32 | デバイス構成のバージョン。 deviceConfiguration から継承します |
accountManagerPolicy | sharedPCAccountManagerPolicy | 共有の PC 上でアカウントを管理する方法を指定します。 disableAccountManager が false の場合にのみ適用されます。 |
allowedAccounts | sharedPCAllowedAccountType | 共有の PC で使用できるアカウントの種類を示します。 可能な値は、guest 、domain です。 |
allowLocalStorage | Boolean | 共有の PC でローカル ストレージを許可するかどうかを指定します。 |
disableAccountManager | Boolean | 共有 PC モードのアカウント マネージャーを無効にします。 |
disableEduPolicies | Boolean | 既定の共有 PC 教育環境ポリシーを無効にするかどうかを指定します。 Windows 10 RS2 以降では、このポリシーは Enabled を true に設定しなくても適用されます。 |
disablePowerPolicies | Boolean | 既定の共有 PC 電源ポリシーを無効にするかどうかを指定します。 |
disableSignInOnResume | Boolean | デバイスがスリープ モードから再開するたびにサインインを求める設定を無効にします。 |
enabled | Boolean | 共有 PC モードを有効にし、共有 PC のポリシーを適用します。 |
idleTimeBeforeSleepInSeconds | Int32 | PC がスリープ状態になるまでにデバイスがアイドル状態を続ける時間を秒単位で指定します。 この値を 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)"
}