aospDeviceOwnerDeviceConfiguration リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

deviceConfiguration から継承します

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。 deviceConfiguration から継承します
lastModifiedDateTime DateTimeOffset オブジェクトの最終更新の DateTime。 deviceConfiguration から継承します
roleScopeTagIds String collection このエンティティ インスタンスのスコープ タグの一覧。 deviceConfiguration から継承します
supportsScopeTags ブール型 基になるデバイス構成がスコープ タグの割り当てをサポートするかどうかを示します。 ScopeTags プロパティへの割り当ては、この値が false であり、スコープ付きユーザーにエンティティが表示されない場合は許可されません。 これは Silverlight で作成されたレガシ ポリシーに対して発生し、Azure Portal でポリシーを削除して再作成することで解決できます。 このプロパティは読み取り専用です。 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 から継承します
appsBlockInstallFromUnknownSources ブール型 ユーザーが不明なソース設定を有効にできるかどうかを示します。 true に設定すると、ユーザーは不明なソース設定を有効にできません。
bluetoothBlocked ブール型 Bluetooth の使用を無効にするかどうかを示します。 true に設定すると、デバイスで Bluetooth を有効にできません。
bluetoothBlockConfiguration ブール型 ユーザーが Bluetooth の構成をブロックするかどうかを示します。
cameraBlocked ブール型 カメラの使用を無効にするかどうかを示します。
factoryResetBlocked ブール型 設定のファクトリ リセット オプションが無効かどうかを示します。
passwordMinimumLength Int32 デバイスで必要なパスワードの最小長を示します。 有効な値は 4 から 16 までです
passwordMinutesOfInactivityBeforeScreenTimeout Int32 画面がタイムアウトになるまでの非アクティブ時間 (分)。
passwordRequiredType androidDeviceOwnerRequiredPasswordType デバイスで必要な最小パスワード品質を示します。 可能な値は、deviceDefaultrequirednumericnumericComplexalphabeticalphanumericalphanumericWithSymbolslowSecurityBiometriccustomPassword です。
passwordSignInFailureCountBeforeFactoryReset Int32 デバイスがワイプされるまでにユーザーが正しくないパスワードを入力できる回数を示します。 有効な値は 4 から 11 までです
screenCaptureBlocked ブール型 スクリーンショットを取得する機能を無効にするかどうかを示します。
securityAllowDebuggingFeatures ブール型 ユーザーがデバイスで機能のデバッグを有効にすることをブロックするかどうかを示します。
storageBlockExternalMedia ブール型 外部メディアをブロックするかどうかを示します。
storageBlockUsbFileTransfer ブール型 USB ファイル転送をブロックするかどうかを示します。
wifiBlockEditConfigurations ブール型 ユーザーが Wifi 接続設定を編集できないようにするかどうかを示します。

リレーションシップ

リレーションシップ 説明
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.aospDeviceOwnerDeviceConfiguration",
  "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,
  "appsBlockInstallFromUnknownSources": true,
  "bluetoothBlocked": true,
  "bluetoothBlockConfiguration": true,
  "cameraBlocked": true,
  "factoryResetBlocked": true,
  "passwordMinimumLength": 1024,
  "passwordMinutesOfInactivityBeforeScreenTimeout": 1024,
  "passwordRequiredType": "String",
  "passwordSignInFailureCountBeforeFactoryReset": 1024,
  "screenCaptureBlocked": true,
  "securityAllowDebuggingFeatures": true,
  "storageBlockExternalMedia": true,
  "storageBlockUsbFileTransfer": true,
  "wifiBlockEditConfigurations": true
}