depEnrollmentBaseProfile 资源类型

命名空间:microsoft.graph

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

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

DepEnrollmentBaseProfile 资源表示 Apple Device Enrollment Program (DEP) 注册配置文件。 必须先将此类配置文件分配给 Apple DEP 序列号,然后相应的设备才能通过 DEP 注册。

继承自 enrollmentProfile

Methods

方法 返回类型 说明
列出 depEnrollmentBaseProfiles depEnrollmentBaseProfile 集合 列出 depEnrollmentBaseProfile 对象的属性和关系。
获取 depEnrollmentBaseProfile depEnrollmentBaseProfile 读取 depEnrollmentBaseProfile 对象的属性和关系。

属性

属性 类型 说明
id String 对象的 GUID 继承自 enrollmentProfile
displayName String 配置文件的名称 继承自 enrollmentProfile
description String 配置文件的说明 继承自 enrollmentProfile
requiresUserAuthentication Boolean 指示配置文件是否要求用户身份验证 继承自 enrollmentProfile
configurationEndpointUrl String 用于注册的配置终结点 URL 继承自 enrollmentProfile
enableAuthenticationViaCompanyPortal Boolean 指示使用 Apple Setup Assistant 而不是 Unternehmensportal。 继承自 enrollmentProfile
requireCompanyPortalOnSetupAssistantEnrolledDevices Boolean 指示在Unternehmensportal注册的设备上需要安装文件。继承自 enrollmentProfile
isDefault Boolean 指示这是否为默认配置文件
supervisedModeEnabled Boolean 监督模式,如果为 True,则启用,否则为 false。 有关其他信息,请参阅Microsoft Intune注册设备。
supportDepartment String 支持部门信息
isMandatory Boolean 指示配置文件是否是必需的
locationDisabled Boolean 指示位置服务设置窗格是否被禁用
supportPhoneNumber String 支持电话号码
profileRemovalDisabled Boolean 指示配置文件删除选项是否被禁用
restoreBlocked Boolean 指示是否阻止了"还原设置"窗格
appleIdDisabled Boolean 指示 Apple ID 设置窗格是否被禁用
termsAndConditionsDisabled Boolean 指示"条款和条件"设置窗格是否被禁用
touchIdDisabled Boolean 指示触摸 ID 设置窗格是否被禁用
applePayDisabled Boolean 指示 Apple 付款设置窗格是否被禁用
siriDisabled Boolean 指示是否禁用了 siri 设置窗格
diagnosticsDisabled Boolean 指示诊断设置窗格是否被禁用
displayToneSetupDisabled Boolean 指示是否禁用了显示铃声设置屏幕
privacyPaneDisabled Boolean 指示隐私屏幕是否被禁用
screenTimeScreenDisabled Boolean 指示屏幕超时设置是否被禁用
deviceNameTemplate String 设置文字或名称模式。
configurationWebUrl Boolean 设置助手登录的 URL

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.depEnrollmentBaseProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "requiresUserAuthentication": true,
  "configurationEndpointUrl": "String",
  "enableAuthenticationViaCompanyPortal": true,
  "requireCompanyPortalOnSetupAssistantEnrolledDevices": true,
  "isDefault": true,
  "supervisedModeEnabled": true,
  "supportDepartment": "String",
  "isMandatory": true,
  "locationDisabled": true,
  "supportPhoneNumber": "String",
  "profileRemovalDisabled": true,
  "restoreBlocked": true,
  "appleIdDisabled": true,
  "termsAndConditionsDisabled": true,
  "touchIdDisabled": true,
  "applePayDisabled": true,
  "siriDisabled": true,
  "diagnosticsDisabled": true,
  "displayToneSetupDisabled": true,
  "privacyPaneDisabled": true,
  "screenTimeScreenDisabled": true,
  "deviceNameTemplate": "String",
  "configurationWebUrl": true
}