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 上次修改对象的日期/时间。 继承自 deviceConfiguration
roleScopeTagIds 字符串集合 此实体实例的范围标记列表。 继承自 deviceConfiguration
supportsScopeTags 布尔值 指示基础设备配置是否支持分配范围标记。 如果此值为 false,并且实体对限定范围的用户不可见,则不允许向 ScopeTags 属性分配。 这发生在 Silverlight 中创建的旧策略,可以通过在 Azure 门户中删除并重新创建策略来解决。 此属性是只读的。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition 此策略的 OS 版本适用性。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion 此策略的 OS 版本适用性规则。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode 此策略的设备模式适用性规则。 继承自 deviceConfiguration
createdDateTime DateTimeOffset 创建对象的日期/时间。 继承自 deviceConfiguration
description String 管理员提供的设备配置的说明。 继承自 deviceConfiguration
displayName String 管理员提供的设备配置的名称。 继承自 deviceConfiguration
version Int32 设备配置的版本。 继承自 deviceConfiguration
appsBlockInstallFromUnknownSources 布尔值 指示是否允许用户启用未知源设置。 设置为 true 时,不允许用户启用未知源设置。
bluetoothBlocked 布尔值 指示是否禁用蓝牙的使用。 如果设置为 true,则无法在设备上启用蓝牙。
bluetoothBlockConfiguration 布尔值 指示是否阻止用户配置蓝牙。
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
}