enrollmentProfile 资源类型

命名空间:microsoft.graph

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

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

enrollmentProfile 资源表示配置集合,必须预先提供这些配置才能注册其标识已预先存储的某些设备。 预部署设备标识将分配给此类型的配置文件,以在注册相应设备时应用配置文件的配置。

方法

方法 返回类型 说明
列出 enrollmentProfiles enrollmentProfile 集合 列出 enrollmentProfile 对象的属性和 关系。
获取 enrollmentProfile enrollmentProfile 读取 enrollmentProfile 对象的属性和 关系。
创建 enrollmentProfile enrollmentProfile 创建新的 enrollmentProfile 对象。
删除 enrollmentProfile 删除 enrollmentProfile
更新 enrollmentProfile enrollmentProfile 更新 enrollmentProfile 对象 的属性。
setDefaultProfile 操作 尚未记录
exportMobileConfig 函数 String 导出移动配置
updateDeviceProfileAssignment 操作 尚未记录

属性

属性 类型 说明
id String 对象的 GUID
displayName String 配置文件的名称
说明 String 配置文件的说明
requiresUserAuthentication Boolean 指示配置文件是否要求用户身份验证
configurationEndpointUrl String 用于注册的配置终结点 URL
enableAuthenticationViaCompanyPortal Boolean 指示使用 Apple Setup Assistant 进行身份验证,而不是公司门户。
requireCompanyPortalOnSetupAssistantEnrolledDevices Boolean 指示公司门户注册的设备上需要安装助手

关系

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.enrollmentProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "requiresUserAuthentication": true,
  "configurationEndpointUrl": "String",
  "enableAuthenticationViaCompanyPortal": true,
  "requireCompanyPortalOnSetupAssistantEnrolledDevices": true
}