depEnrollmentBaseProfile 资源类型

命名空间:microsoft.graph

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

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

DepEnrollmentBaseProfile 资源表示 Apple 设备注册计划 (DEP) 注册配置文件。 必须先将这种类型的配置文件分配给 Apple DEP 序列号,然后相应的设备才能通过 DEP 进行注册。

继承自 enrollmentProfile

方法

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

属性

属性 类型 说明
id String 对象的 GUID 继承自 enrollmentProfile
displayName String enrollmentProfile 继承的配置文件的名称
说明 String 配置文件的说明继承自 enrollmentProfile
requiresUserAuthentication 布尔值 指示配置文件是否需要用户身份验证继承自 enrollmentProfile
configurationEndpointUrl String 用于注册继承自 enrollmentProfile 的配置终结点 URL
enableAuthenticationViaCompanyPortal 布尔值 指示使用 Apple 设置助理而不是公司门户进行身份验证。 继承自 enrollmentProfile
requireCompanyPortalOnSetupAssistantEnrolledDevices 布尔值 指示在安装助手从 enrollmentProfile 继承的注册设备上需要公司门户
isDefault 布尔值 指示此配置文件是否为默认配置文件
supervisedModeEnabled 布尔值 监督模式,如果为 True,则为启用,否则为 false。 有关详细信息,请参阅 https://learn.microsoft.com/intune/deploy-use/enroll-devices-in-microsoft-intune
supportDepartment String 支持部门信息
isMandatory 布尔值 指示配置文件是否是必需的
locationDisabled 布尔值 指示是否禁用“位置服务设置”窗格
supportPhoneNumber String 支持电话号码
profileRemovalDisabled 布尔值 指示是否禁用配置文件删除选项
restoreBlocked 布尔值 指示“还原设置”窗格是否被阻止
appleIdDisabled 布尔值 指示 Apple ID 设置窗格是否已禁用
termsAndConditionsDisabled 布尔值 指示是否禁用“条款和条件”设置窗格
touchIdDisabled 布尔值 指示触摸 ID 设置窗格是否已禁用
applePayDisabled 布尔值 指示 Apple 付费设置窗格是否已禁用
siriDisabled 布尔值 指示是否禁用了 siri 设置窗格
diagnosticsDisabled 布尔值 指示是否禁用诊断安装窗格
displayToneSetupDisabled 布尔值 指示是否禁用了显示色设置屏幕
privacyPaneDisabled 布尔值 指示是否禁用隐私屏幕
screenTimeScreenDisabled 布尔值 指示是否禁用屏幕超时设置
deviceNameTemplate String 设置文本或名称模式。
configurationWebUrl 布尔值 设置助手登录名的 URL
enabledSkipKeys 字符串集合 enabledSkipKeys 以字符串的形式包含所有已启用的跳过键
enrollmentTimeAzureAdGroupIds Guid 集合 EnrollmentTimeAzureAdGroupIds 包含要与配置文件关联的 Azure 组 ID 的注册时间列表
waitForDeviceConfiguredConfirmation 布尔值 指示设备是否需要等待配置的确认

关系

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,
  "enabledSkipKeys": [
    "String"
  ],
  "enrollmentTimeAzureAdGroupIds": [
    "Guid"
  ],
  "waitForDeviceConfiguredConfirmation": true
}