windows10SecureAssessmentConfiguration 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

本主题提供由 secureAssessment 资源公开的已声明方法、属性和关系的说明。

继承自 deviceConfiguration

方法

方法 返回类型 说明
List windows10SecureAssessmentConfigurations windows10SecureAssessmentConfiguration 集合 列出 windows10SecureAssessmentConfiguration 对象的属性和关系。
Get windows10SecureAssessmentConfiguration windows10SecureAssessmentConfiguration 读取 windows10SecureAssessmentConfiguration 对象的属性和关系。
Create windows10SecureAssessmentConfiguration windows10SecureAssessmentConfiguration 创建新的 windows10SecureAssessmentConfiguration 对象。
Delete windows10SecureAssessmentConfiguration 删除 windows10SecureAssessmentConfiguration
Update windows10SecureAssessmentConfiguration windows10SecureAssessmentConfiguration 更新 windows10SecureAssessmentConfiguration 对象的属性。

属性

属性 类型 说明
id String 实体的键。 继承自 deviceConfiguration
lastModifiedDateTime DateTimeOffset 上次修改对象的日期/时间。 继承自 deviceConfiguration
roleScopeTagIds String collection 此实体实例的范围标记列表。 继承自 deviceConfiguration
supportsScopeTags Boolean 指示基础设备配置是否支持分配范围标记。 如果此值为 false,并且作用域内用户不可见,则不允许分配到 ScopeTags 属性。 对于在 Silverlight 中创建的旧策略,可以通过在 Azure 门户中删除和重新创建策略来解决此问题。 此属性是只读的。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition 此策略的 OS 版本适用性。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion 此策略的 OS 版本适用性规则。 继承自 deviceConfiguration
deviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode 此策略的设备模式适用性规则。 继承自 deviceConfiguration
createdDateTime DateTimeOffset 创建对象的日期/时间。 继承自 deviceConfiguration
说明 String 管理员提供的设备配置的说明。 继承自 deviceConfiguration
displayName 字符串 管理员提供的设备配置的名称。 继承自 deviceConfiguration
version Int32 设备配置的版本。 继承自 deviceConfiguration
launchUri String 启动安全评估浏览器时指向自动加载的评估的 URL 链接。 它必须是有效的 URL (http[s]://msdn.microsoft.com/)。
configurationAccount String 用于配置 Windows 设备进行测试的帐户。 用户可以是域帐户(域\用户)、AAD 帐户 (username@tenant.com) 或本地帐户(用户名)。
configurationAccountType secureAssessmentAccountType ConfigurationAccount 使用的帐户类型。 可能的值是:azureADAccountdomainAccountlocalAccountlocalGuestAccount
allowPrinting Boolean 指示在测试期间是否允许应用打印。
allowScreenCapture Boolean 指示在测试期间是否允许屏幕捕获功能。
allowTextSuggestion Boolean 指示在测试期间是否允许文本建议。
localGuestAccountName String 指定登录屏幕上显示的本地来宾帐户的显示文本。 通常是评估的名称。 当用户单击登录屏幕上的本地来宾帐户时,会使用指定的评估 URL 启动评估应用。 安全评估只能在运行Windows 10版本 1903 或更高版本的设备上使用本地来宾帐户登录进行配置。 重要注意:必须使用 assessmentAppUserModelID 设置此属性,以便使本地来宾帐户登录体验能够正常工作以进行安全评估。
assessmentAppUserModelId String 指定用户使用本地来宾帐户登录到安全评估时启动的评估应用的应用程序用户模型 ID。 重要注意:必须使用 localGuestAccountName 设置此属性,以便使本地来宾帐户登录体验能够正常工作以进行安全评估。

关系

关系 类型 说明
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.windows10SecureAssessmentConfiguration",
  "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,
  "launchUri": "String",
  "configurationAccount": "String",
  "configurationAccountType": "String",
  "allowPrinting": true,
  "allowScreenCapture": true,
  "allowTextSuggestion": true,
  "localGuestAccountName": "String",
  "assessmentAppUserModelId": "String"
}