macOSGeneralDeviceConfiguration リソースの種類

名前空間: microsoft.graph

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

このトピックでは、macOSGeneralDeviceConfiguration リソースによって公開された、宣言されたメソッド、プロパティ、リレーションシップについて説明します。

deviceConfiguration から継承します

メソッド

メソッド 戻り値の型 説明
macOSGeneralDeviceConfigurations のリスト macOSGeneralDeviceConfiguration コレクション macOSGeneralDeviceConfiguration オブジェクトのプロパティとリレーションシップをリストします。
macOSGeneralDeviceConfiguration の取得 macOSGeneralDeviceConfiguration macOSGeneralDeviceConfiguration オブジェクトのプロパティとリレーションシップを読み取ります。
macOSGeneralDeviceConfiguration の作成 macOSGeneralDeviceConfiguration 新しい macOSGeneralDeviceConfiguration オブジェクトを作成します。
macOSGeneralDeviceConfiguration の削除 なし macOSGeneralDeviceConfiguration を削除します。
macOSGeneralDeviceConfiguration の更新 macOSGeneralDeviceConfiguration macOSGeneralDeviceConfiguration オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。 deviceConfiguration から継承します
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します
createdDateTime DateTimeOffset オブジェクトが作成された DateTime。 deviceConfiguration から継承します
description String 管理者が指定した、デバイス構成についての説明。 deviceConfiguration から継承します
displayName String 管理者が指定した、デバイス構成の名前。 deviceConfiguration から継承します
version Int32 デバイス構成のバージョン。 deviceConfiguration から継承します
compliantAppsList appListItem コレクション コンプライアンス内のアプリのリスト (CompliantAppListType によって制御される、許可リストまたは禁止リスト)。 このコレクションには、最大で 10000 個の要素を含めることができます。
compliantAppListType appListType CompliantAppsList 内にあるリスト。 可能な値は、noneappsInListCompliantappsNotInListCompliant です。
emailInDomainSuffixes String コレクション これらの文字列のいずれかに一致するサフィックスがないメール アドレスは、ドメイン外と見なされます。
passwordBlockSimple Boolean 単純なパスワードを禁止します。
passwordExpirationDays Int32 パスワードの有効期限が切れるまでの日数。
passwordMinimumCharacterSetCount Int32 パスワードが含まなければならない文字セットの数。 有効な値は 0 から 4 までです
passwordMinimumLength Int32 パスワードの最小の長さ。
passwordMinutesOfInactivityBeforeLock Int32 パスワードが要求されるまでに必要な非アクティブ時間 (分)。
passwordMinutesOfInactivityBeforeScreenTimeout Int32 画面がタイムアウトになるまでに必要な非アクティブ時間 (分)。
passwordPreviousPasswordBlockCount Int32 ブロックする、以前のパスワードの数。
passwordRequiredType requiredPasswordType 必要なパスワードの種類。 可能な値は、deviceDefaultalphanumericnumeric です。
passwordRequired Boolean パスワードを要求するかどうかを指定します。

リレーションシップ

リレーションシップ 説明
assignments deviceConfigurationAssignment コレクション デバイスの構成プロファイルの割り当てのリスト。 deviceConfiguration から継承します
deviceStatuses deviceConfigurationDeviceStatus コレクション デバイスごとのデバイス構成のインストール状況。 deviceConfiguration から継承します
userStatuses deviceConfigurationUserStatus コレクション ユーザー別のデバイス構成のインストール状態。 deviceConfiguration から継承します
deviceStatusOverview deviceConfigurationDeviceOverview デバイス構成のデバイス状態の概要 (deviceConfiguration から継承)
userStatusOverview deviceConfigurationUserOverview デバイス構成のユーザー状態の概要 (deviceConfiguration から継承)
deviceSettingStateSummaries settingStateDeviceSummary コレクション デバイス構成設定状態のデバイスの要約 (deviceConfiguration から継承)

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.macOSGeneralDeviceConfiguration",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "version": 1024,
  "compliantAppsList": [
    {
      "@odata.type": "microsoft.graph.appListItem",
      "name": "String",
      "publisher": "String",
      "appStoreUrl": "String",
      "appId": "String"
    }
  ],
  "compliantAppListType": "String",
  "emailInDomainSuffixes": [
    "String"
  ],
  "passwordBlockSimple": true,
  "passwordExpirationDays": 1024,
  "passwordMinimumCharacterSetCount": 1024,
  "passwordMinimumLength": 1024,
  "passwordMinutesOfInactivityBeforeLock": 1024,
  "passwordMinutesOfInactivityBeforeScreenTimeout": 1024,
  "passwordPreviousPasswordBlockCount": 1024,
  "passwordRequiredType": "String",
  "passwordRequired": true
}