名前空間: microsoft.graph
大事な:Microsoft では/beta API Intuneサポートされていますが、変更の頻度が高くなります。 可能であれば、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API の可用性を確認します。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
MacOS ソフトウェア更新プログラムの構成
deviceConfiguration から継承します
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| macOSSoftwareUpdateConfigurations を一覧表示する | macOSSoftwareUpdateConfiguration コレクション | macOSSoftwareUpdateConfiguration オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| macOSSoftwareUpdateConfiguration を取得する | macOSSoftwareUpdateConfiguration | macOSSoftwareUpdateConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。 |
| macOSSoftwareUpdateConfiguration を作成する | macOSSoftwareUpdateConfiguration | 新しい macOSSoftwareUpdateConfiguration オブジェクトを 作成します。 |
| macOSSoftwareUpdateConfiguration を削除する | なし | macOSSoftwareUpdateConfiguration を削除します。 |
| macOSSoftwareUpdateConfiguration を更新する | macOSSoftwareUpdateConfiguration | macOSSoftwareUpdateConfiguration オブジェクトのプロパティを更新します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | エンティティのキー。 deviceConfiguration から継承します |
| lastModifiedDateTime | DateTimeOffset | オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します |
| roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します |
| supportsScopeTags | ブール型 | 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 ScopeTags プロパティへの割り当ては、この値が false であり、スコープ付きユーザーにエンティティが表示されない場合は許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して発生し、Azure ポータルでポリシーを削除して再作成することで解決できます。 このプロパティは読み取り専用です。 deviceConfiguration から継承します |
| deviceManagementApplicabilityRuleOsEdition | deviceManagementApplicabilityRuleOsEdition | このポリシーの OS エディションの適用性。 deviceConfiguration から継承します |
| deviceManagementApplicabilityRuleOsVersion | deviceManagementApplicabilityRuleOsVersion | このポリシーの OS バージョンの適用規則。 deviceConfiguration から継承します |
| deviceManagementApplicabilityRuleDeviceMode | deviceManagementApplicabilityRuleDeviceMode | このポリシーのデバイス モードの適用規則。 deviceConfiguration から継承します |
| createdDateTime | DateTimeOffset | オブジェクトが作成された DateTime。 deviceConfiguration から継承します |
| description | String | 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します |
| displayName | String | 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します |
| version | Int32 | デバイス構成のバージョン。 deviceConfiguration から継承します |
| criticalUpdateBehavior | macOSSoftwareUpdateBehavior | 重要な更新プログラムの更新動作。 使用可能な値: notConfigured、default、downloadOnly、installASAP、notifyOnly、installLater。 |
| configDataUpdateBehavior | macOSSoftwareUpdateBehavior | 構成データ ファイルの更新の更新動作。 使用可能な値: notConfigured、default、downloadOnly、installASAP、notifyOnly、installLater。 |
| firmwareUpdateBehavior | macOSSoftwareUpdateBehavior | ファームウェア更新プログラムの更新動作。 使用可能な値: notConfigured、default、downloadOnly、installASAP、notifyOnly、installLater。 |
| allOtherUpdateBehavior | macOSSoftwareUpdateBehavior | その他のすべての更新プログラムの更新動作。 使用可能な値: notConfigured、default、downloadOnly、installASAP、notifyOnly、installLater。 |
| updateScheduleType | macOSSoftwareUpdateScheduleType | 更新スケジュールの種類。 使用可能な値: alwaysUpdate、updateDuringTimeWindows、updateOutsideOfTimeWindows。 |
| customUpdateTimeWindows | customUpdateTimeWindow コレクション | 更新が許可またはブロックされるカスタム時間ウィンドウ。 このコレクションには、最大 20 個の要素を含めることができます。 |
| updateTimeWindowUtcOffsetInMinutes | Int32 | 更新時間枠ごとの UTC オフセットを示す分数 |
| maxUserDeferralsCount | Int32 | システムがインストールされる前に更新プログラムを延期できる最大回数。 サポートされる値: 0 ~ 366。 有効な値 0 ~ 365 |
| priority | macOSPriority | 要求された更新プログラムをダウンロードして準備するためのスケジュール設定の優先順位。 既定値: 低。 使用可能な値: Null、Low、High。 使用可能な値: low、high、unknownFutureValue。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| 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.macOSSoftwareUpdateConfiguration",
"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,
"criticalUpdateBehavior": "String",
"configDataUpdateBehavior": "String",
"firmwareUpdateBehavior": "String",
"allOtherUpdateBehavior": "String",
"updateScheduleType": "String",
"customUpdateTimeWindows": [
{
"@odata.type": "microsoft.graph.customUpdateTimeWindow",
"startDay": "String",
"endDay": "String",
"startTime": "String (time of day)",
"endTime": "String (time of day)"
}
],
"updateTimeWindowUtcOffsetInMinutes": 1024,
"maxUserDeferralsCount": 1024,
"priority": "String"
}